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

/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
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...]
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c406 int path_max, err_code; local
444 if ((path_max = m_pathmax(terminfo)) == -1 || path_max < len
445 || (filename = (char *) malloc(path_max+1)) == (char *) 0) {
459 if (path_max < len) {

Completed in 149 milliseconds