Home
last modified time | relevance | path

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

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