Searched defs:buf (Results 1 – 25 of 30) sorted by relevance
12
/io/ |
A D | tst-statx.c | 52 struct statx buf; in kernel_supports_statx() local 66 struct statx buf = { 0, }; in both_implementations_tests() local 72 struct statx buf = { 0, }; in both_implementations_tests() local 107 struct statx buf; in non_kernel_tests() local 132 struct statx buf; in do_test() local
|
A D | stat.c | 21 __stat (const char *file, struct stat *buf) in __stat()
|
A D | stat64.c | 21 __stat64 (const char *file, struct stat64 *buf) in __stat64()
|
A D | statfs.c | 25 __statfs (const char *file, struct statfs *buf) in __statfs()
|
A D | statfs64.c | 23 __statfs64 (const char *file, struct statfs64 *buf) in __statfs64()
|
A D | statvfs.c | 25 __statvfs (const char *file, struct statvfs *buf) in __statvfs()
|
A D | statvfs64.c | 23 __statvfs64 (const char *file, struct statvfs64 *buf) in __statvfs64()
|
A D | getcwd.c | 30 __getcwd (char *buf, size_t size) in __getcwd()
|
A D | fstat.c | 22 __fstat (int fd, struct stat *buf) in __fstat()
|
A D | fstat64.c | 22 __fstat64 (int fd, struct stat64 *buf) in __fstat64()
|
A D | fstatfs.c | 25 __fstatfs (int fd, struct statfs *buf) in __fstatfs()
|
A D | fstatfs64.c | 23 __fstatfs64 (int fd, struct statfs64 *buf) in __fstatfs64()
|
A D | fstatvfs.c | 24 __fstatvfs (int fd, struct statvfs *buf) in __fstatvfs()
|
A D | fstatvfs64.c | 23 __fstatvfs64 (int fd, struct statvfs64 *buf) in __fstatvfs64()
|
A D | lstat.c | 21 __lstat (const char *file, struct stat *buf) in __lstat()
|
A D | lstat64.c | 21 __lstat64 (const char *file, struct stat64 *buf) in __lstat64()
|
A D | read.c | 24 __libc_read (int fd, void *buf, size_t nbytes) in __libc_read()
|
A D | readlink.c | 25 __readlink (const char *path, char *buf, size_t len) in __readlink()
|
A D | ttyname_r.c | 25 __ttyname_r (int fd, char *buf, size_t buflen) in __ttyname_r()
|
A D | write.c | 25 __libc_write (int fd, const void *buf, size_t nbytes) in __libc_write()
|
A D | getwd.c | 26 getwd (char *buf) in getwd()
|
A D | readlinkat.c | 26 readlinkat (int fd, const char *path, char *buf, size_t len) in readlinkat()
|
A D | fstatat64.c | 22 __fstatat64 (int fd, const char *file, struct stat64 *buf, int flag) in __fstatat64()
|
A D | fstatat.c | 22 __fstatat (int fd, const char *file, struct stat *buf, int flag) in __fstatat()
|
A D | statx.c | 26 unsigned int mask, struct statx *buf) in statx()
|
Completed in 26 milliseconds
12