Searched refs:fstat (Results 1 – 25 of 47) sorted by relevance
12
/sysdeps/unix/sysv/linux/ |
A D | fstat64.c | 20 #define fstat __redirect_fstat macro 56 #undef fstat 63 weak_alias (__fstat64, fstat)
|
A D | fxstat64.c | 40 return INLINE_SYSCALL_CALL (fstat, fd, buf); in ___fxstat64() 51 return INLINE_SYSCALL_CALL (fstat, fd, buf); in ___fxstat64()
|
A D | fstat.c | 36 weak_alias (__fstat, fstat)
|
A D | tst-fallocate64.c | 37 if (fstat (temp_fd, &st) == -1) in do_test()
|
A D | fxstat.c | 47 return INLINE_SYSCALL_CALL (fstat, fd, buf); in __fxstat()
|
A D | tst-fallocate-common.c | 71 ret = fstat (temp_fd, &finfo); in do_test_with_offset()
|
A D | syscall-names.list | 138 fstat
|
/sysdeps/unix/sysv/linux/mips/ |
A D | fxstat.c | 32 return INLINE_SYSCALL_CALL (fstat, fd, buf); in __fxstat() 37 int r = INTERNAL_SYSCALL_CALL (fstat, fd, &kbuf); in __fxstat()
|
/sysdeps/mach/hurd/ |
A D | fstat.c | 31 weak_alias (__fstat, fstat)
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | fxstat64.c | 30 int r = INLINE_SYSCALL_CALL (fstat, fd, &kbuf); in __fxstat64()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | fxstat64.c | 38 int r = INTERNAL_SYSCALL_CALL (fstat, fd, &kbuf); in __fxstat64()
|
/sysdeps/posix/ |
A D | ttyname.c | 108 if (fstat (fd, &st) < 0) in ttyname()
|
A D | ttyname_r.c | 124 if (fstat (fd, &st) < 0) in __ttyname_r()
|
A D | getcwd.c | 95 # define __fstat64 fstat
|
/sysdeps/unix/sysv/linux/arc/ |
A D | libc.abilist | 2154 GLIBC_2.33 fstat F
|
/sysdeps/mach/hurd/i386/ |
A D | libc.abilist | 2228 GLIBC_2.33 fstat F
|
/sysdeps/unix/sysv/linux/riscv/rv32/ |
A D | libc.abilist | 865 GLIBC_2.33 fstat F
|
/sysdeps/unix/sysv/linux/csky/ |
A D | libc.abilist | 2338 GLIBC_2.33 fstat F
|
/sysdeps/unix/sysv/linux/microblaze/le/ |
A D | libc.abilist | 2384 GLIBC_2.33 fstat F
|
/sysdeps/unix/sysv/linux/riscv/rv64/ |
A D | libc.abilist | 2356 GLIBC_2.33 fstat F
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | libc.abilist | 2393 GLIBC_2.33 fstat F
|
/sysdeps/unix/sysv/linux/microblaze/be/ |
A D | libc.abilist | 2387 GLIBC_2.33 fstat F
|
/sysdeps/unix/sysv/linux/x86_64/64/ |
A D | libc.abilist | 2301 GLIBC_2.33 fstat F
|
/sysdeps/unix/sysv/linux/x86_64/x32/ |
A D | libc.abilist | 2407 GLIBC_2.33 fstat F
|
/sysdeps/unix/sysv/linux/arm/le/ |
A D | libc.abilist | 179 GLIBC_2.33 fstat F
|
Completed in 41 milliseconds
12