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

/ast/src/lib/libcmd/
H A Dpathchk.c107 register long r,name_max,path_max; local
118 name_max = _POSIX_NAME_MAX;
124 name_max = path_max = 0;
128 name_max = r;
133 if(name_max==0||path_max==0)
143 while(name_max==0 || path_max==0)
148 if(name_max==0 && (r=mypathconf(cpold, 0)) > _POSIX_NAME_MAX)
149 name_max = r;
166 if(name_max==0)
167 name_max
[all...]
/ast/src/lib/libz/
H A Dzlib.h118 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
834 If name is not Z_NULL, then up to name_max characters are written there,
835 terminated with a zero unless the length is greater than name_max. If

Completed in 13 milliseconds