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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c455 long my_pconf_result; local
485 my_pconf_result = pathconf( my_pathp, _PC_PATH_MAX );
486 if ( my_pconf_result == -1 ) {
490 // printf( "_PC_PATH_MAX %ld \n", my_pconf_result );
492 if ( my_pconf_result < PATH_MAX ) {
497 my_pconf_result = fpathconf( my_fd, _PC_NAME_MAX );
498 if ( my_pconf_result == -1 ) {
502 // printf( "_PC_NAME_MAX %ld \n", my_pconf_result );
504 if ( my_pconf_result < 6 ) {

Completed in 14 milliseconds