Searched refs:PATHSIZ (Results 1 – 2 of 2) sorted by relevance
33 #define PATHSIZ 16384 /* allow longer PATH environment variables */ macro
635 tchar exppath[PATHSIZ]; in exportpath()643 if (strlen_(*val) + strlen_(exppath) + 2 > PATHSIZ) { in exportpath()