Searched refs:exppath (Results 1 – 1 of 1) sorted by relevance
632 tchar exppath[PATHSIZ]; in exportpath() local637 exppath[0] = 0; in exportpath()640 if (strlen_(*val) + strlen_(exppath) + 2 > PATHSIZ) { in exportpath()644 (void) strcat_(exppath, *val++); in exportpath()647 (void) strcat_(exppath, S_COLON /* ":" */); in exportpath()649 local_setenv(S_PATH /* "PATH" */, exppath); in exportpath()