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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.local.h33 #define PATHSIZ 16384 /* allow longer PATH environment variables */ macro
H A Dsh.set.c635 tchar exppath[PATHSIZ];
643 if (strlen_(*val) + strlen_(exppath) + 2 > PATHSIZ) {

Completed in 66 milliseconds