Searched defs:path_max (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libcmd/
H A Dpathchk.c107 register long r,name_max,path_max; local
119 path_max = _POSIX_PATH_MAX;
124 name_max = path_max = 0;
130 path_max = r;
133 if(name_max==0||path_max==0)
143 while(name_max==0 || path_max==0)
150 if(path_max==0 && (r=mypathconf(cpold, 1)) > _POSIX_PATH_MAX)
151 path_max=r;
168 if(path_max==0)
169 path_max
[all...]

Completed in 437 milliseconds