Searched refs:fstat (Results 1 – 13 of 13) sorted by relevance
| /xnu-10063.141.1/tests/ |
| H A D | time.c | 76 int ret = fstat(tmpfd, &stbuf); 88 ret = fstat(tmpfd, &stbuf);
|
| H A D | pwrite_avoid_sigxfsz_28581610.c | 53 ret = fstat(fd, &f_stat);
|
| H A D | posix_spawn_filtering.c | 106 T_ASSERT_POSIX_SUCCESS(fstat(env_output_fd, &s), "fstat should succeed");
|
| H A D | kas_info.c | 159 err = fstat(fd, &sb); in disk_kernel_segments()
|
| /xnu-10063.141.1/SETUP/installfile/ |
| H A D | installfile.c | 92 ret = fstat(srcfd, &sb); in main()
|
| /xnu-10063.141.1/SETUP/replacecontents/ |
| H A D | replacecontents.c | 85 ret = fstat(dstfd, &sb); in main()
|
| /xnu-10063.141.1/tests/vm/ |
| H A D | vm_tainted_executable.c | 66 T_QUIET; T_ASSERT_POSIX_SUCCESS(fstat(fd1, &fs), NULL);
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | stat.h | 563 int fstat(int, struct stat *) __DARWIN_INODE64(fstat);
|
| /xnu-10063.141.1/bsd/man/man2/ |
| H A D | Makefile | 68 fstat.2 \
|
| /xnu-10063.141.1/tests/vm_memory_tests_src/ |
| H A D | common.c | 43 if (fstat(fd, &sb) < 0) { in mach_server_data_setup()
|
| /xnu-10063.141.1/SETUP/setsegname/ |
| H A D | setsegname.c | 69 if (fstat(fd, &stat_buf) == -1) { in readFile()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_descrip.c | 5395 fstat(proc_t p, int fd, user_addr_t ub, user_addr_t xsecurity, in fstat() function 5558 return fstat(p, uap->fd, uap->ub, uap->xsecurity, uap->xsecurity_size, 0); in sys_fstat_extended() 5577 return fstat(p, uap->fd, uap->ub, 0, 0, 0); in sys_fstat() 5600 return fstat(p, uap->fd, uap->ub, uap->xsecurity, uap->xsecurity_size, 1); in sys_fstat64_extended() 5620 return fstat(p, uap->fd, uap->ub, 0, 0, 1); in sys_fstat64()
|
| /xnu-10063.141.1/SETUP/kextsymboltool/ |
| H A D | kextsymboltool.c | 130 if (fstat(fd, &stat_buf) == -1) { in readFile()
|