Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.c106 T_ASSERT_POSIX_SUCCESS(fstat(env_output_fd, &s), "fstat should succeed");
H A Dkas_info.c159 err = fstat(fd, &sb); in disk_kernel_segments()
/xnu-10063.141.1/SETUP/installfile/
H A Dinstallfile.c92 ret = fstat(srcfd, &sb); in main()
/xnu-10063.141.1/SETUP/replacecontents/
H A Dreplacecontents.c85 ret = fstat(dstfd, &sb); in main()
/xnu-10063.141.1/tests/vm/
H A Dvm_tainted_executable.c66 T_QUIET; T_ASSERT_POSIX_SUCCESS(fstat(fd1, &fs), NULL);
/xnu-10063.141.1/bsd/sys/
H A Dstat.h563 int fstat(int, struct stat *) __DARWIN_INODE64(fstat);
/xnu-10063.141.1/bsd/man/man2/
H A DMakefile68 fstat.2 \
/xnu-10063.141.1/tests/vm_memory_tests_src/
H A Dcommon.c43 if (fstat(fd, &sb) < 0) { in mach_server_data_setup()
/xnu-10063.141.1/SETUP/setsegname/
H A Dsetsegname.c69 if (fstat(fd, &stat_buf) == -1) { in readFile()
/xnu-10063.141.1/bsd/kern/
H A Dkern_descrip.c5395 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 Dkextsymboltool.c130 if (fstat(fd, &stat_buf) == -1) { in readFile()