Searched refs:fpathconf (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile54 fpathconf.2 \
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl134 fcntl fdatasync fpathconf fstat fsync
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c2650 * fpathconf
2669 fpathconf(proc_t p, struct fpathconf_args *uap, int32_t *retval) function
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c446 * Test close, fpathconf, fstat, open, pathconf system calls.
484 /* test pathconf and fpathconf */
497 my_pconf_result = fpathconf( my_fd, _PC_NAME_MAX );
499 printf( "fpathconf - _PC_PATH_MAX - failed with error %d - \"%s\" \n", errno, strerror( errno) );
505 printf( "fpathconf - _PC_NAME_MAX - looks like wrong results \n" );

Completed in 121 milliseconds