Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 13 of 13) sorted by relevance

/xnu-8792.61.2/tests/
H A Dtime.c76 int ret = fstat(tmpfd, &stbuf);
88 ret = fstat(tmpfd, &stbuf);
H A Dpwrite_avoid_sigxfsz_28581610.c53 ret = fstat(fd, &f_stat);
H A Dposix_spawn_filtering.c105 T_ASSERT_POSIX_SUCCESS(fstat(env_output_fd, &s), "fstat should succeed");
H A Dkas_info.c120 err = fstat(fd, &sb); in disk_kernel_segments()
/xnu-8792.61.2/SETUP/installfile/
H A Dinstallfile.c92 ret = fstat(srcfd, &sb); in main()
/xnu-8792.61.2/SETUP/replacecontents/
H A Dreplacecontents.c85 ret = fstat(dstfd, &sb); in main()
/xnu-8792.61.2/SETUP/json_compilation_db/
H A Djson_compilation_db.c98 ret = fstat(dstfd, &sb); in main()
/xnu-8792.61.2/bsd/sys/
H A Dstat.h562 int fstat(int, struct stat *) __DARWIN_INODE64(fstat);
/xnu-8792.61.2/bsd/man/man2/
H A DMakefile68 fstat.2 \
/xnu-8792.61.2/tests/vm_memory_tests_src/
H A Dcommon.c43 if (fstat(fd, &sb) < 0) { in mach_server_data_setup()
/xnu-8792.61.2/SETUP/setsegname/
H A Dsetsegname.c69 if (fstat(fd, &stat_buf) == -1) { in readFile()
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c5337 fstat(proc_t p, int fd, user_addr_t ub, user_addr_t xsecurity, in fstat() function
5500 return fstat(p, uap->fd, uap->ub, uap->xsecurity, uap->xsecurity_size, 0); in sys_fstat_extended()
5519 return fstat(p, uap->fd, uap->ub, 0, 0, 0); in sys_fstat()
5542 return fstat(p, uap->fd, uap->ub, uap->xsecurity, uap->xsecurity_size, 1); in sys_fstat64_extended()
5562 return fstat(p, uap->fd, uap->ub, 0, 0, 1); in sys_fstat64()
/xnu-8792.61.2/SETUP/kextsymboltool/
H A Dkextsymboltool.c130 if (fstat(fd, &stat_buf) == -1) { in readFile()