Searched refs:pathconf (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile119 pathconf.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c285 {AC(pathconf_args), 0, 0, (sy_call_t *)pathconf, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 191 = pathconf */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1856 int pathconf(struct proc *, struct pathconf_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c441 * Test close, fpathconf, fstat, open, pathconf system calls.
478 /* test pathconf and fpathconf */
479 my_pconf_result = pathconf( my_pathp, _PC_PATH_MAX );
481 printf( "pathconf - _PC_PATH_MAX - failed with error %d - \"%s\" \n", errno, strerror( errno) );
487 printf( "pathconf - _PC_PATH_MAX - looks like wrong resutls \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c3813 pathconf(__unused proc_t p, struct pathconf_args *uap, register_t *retval) function
4958 * Only file systems that support pathconf selectors _PC_CASE_SENSITIVE

Completed in 71 milliseconds