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

/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dpathchk.c88 static long mypathconf(const char *path, int op) function
127 if((r=mypathconf(tmp, 0)) > _POSIX_NAME_MAX)
129 if((r=mypathconf(tmp, 1)) > _POSIX_PATH_MAX)
148 if(name_max==0 && (r=mypathconf(cpold, 0)) > _POSIX_NAME_MAX)
150 if(path_max==0 && (r=mypathconf(cpold, 1)) > _POSIX_PATH_MAX)
177 r = mypathconf(path, 0);

Completed in 104 milliseconds