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