Home
last modified time | relevance | path

Searched refs:ubuf (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dxstatconv.c27 __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat_conv() argument
32 *(struct kernel_stat *) ubuf = *kbuf; in __xstat_conv()
37 struct glibc2_stat *buf = ubuf; in __xstat_conv()
59 struct glibc21_stat *buf = ubuf; in __xstat_conv()
86 struct stat64 *buf = ubuf; in __xstat_conv()
Dxstatconv.h21 extern int __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf)
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dxstatconv.c26 __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat_conv() argument
34 *(struct kernel_stat *) ubuf = *kbuf; in __xstat_conv()
39 struct stat *buf = ubuf; in __xstat_conv()
92 __xstat64_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat64_conv() argument
95 return xstat_conv (vers, kbuf, ubuf); in __xstat64_conv()
101 struct stat64 *buf = ubuf; in __xstat64_conv()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dxstatconv.c31 __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat_conv() argument
39 *(struct kernel_stat *) ubuf = *kbuf; in __xstat_conv()
44 struct stat *buf = ubuf; in __xstat_conv()
102 __xstat64_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat64_conv() argument
105 return __xstat_conv (vers, kbuf, ubuf); in __xstat64_conv()
111 struct stat64 *buf = ubuf; in __xstat64_conv()
Dxstatconv.h20 extern int __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf)
22 extern int __xstat64_conv (int vers, struct kernel_stat *kbuf, void *ubuf)
Dustat.c47 __old_ustat (dev_t dev, struct ustat *ubuf) in __old_ustat() argument
50 return INLINE_SYSCALL_CALL (ustat, DEV_TO_KDEV (dev), ubuf); in __old_ustat()
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/
Dxstatconv.c26 __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf) in __xstat_conv() argument
34 *(struct kernel_stat *) ubuf = *kbuf; in __xstat_conv()
39 struct stat *buf = ubuf; in __xstat_conv()
/glibc-2.36/time/
Dstrftime_l.c863 char ubuf[1024]; /* enough for any single format in practice */ in libc_hidden_def() local
878 len = strftime (ubuf, sizeof ubuf, ufmt, tp); in libc_hidden_def()
879 if (len == 0 && ubuf[0] != '\0') in libc_hidden_def()
881 cpy (len, ubuf); in libc_hidden_def()
/glibc-2.36/ChangeLog.old/
DChangeLog.69567 UTMP_DATA->ubuf invalid (by setting UTMP_DATA->loc_utmp to 0).
9844 entry don't use UTMP_DATA->ubuf, and seek to the end before adding.