Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dpathchk.c107 register long r,name_max,path_max; in pathchk() local
119 path_max = _POSIX_PATH_MAX; in pathchk()
124 name_max = path_max = 0; in pathchk()
130 path_max = r; in pathchk()
133 if(name_max==0||path_max==0) in pathchk()
143 while(name_max==0 || path_max==0) in pathchk()
150 if(path_max==0 && (r=mypathconf(cpold, 1)) > _POSIX_PATH_MAX) in pathchk()
151 path_max=r; in pathchk()
168 if(path_max==0) in pathchk()
169 path_max=_POSIX_PATH_MAX; in pathchk()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c404 int path_max, err_code; local
442 if ((path_max = m_pathmax(terminfo)) == -1 || path_max < len
443 || (filename = (char *) malloc(path_max+1)) == (char *) 0) {
457 if (path_max < len) {