Home
last modified time | relevance | path

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

/titanic_44/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]; in exportpath()
643 if (strlen_(*val) + strlen_(exppath) + 2 > PATHSIZ) { in exportpath()