HomeSort by: relevance | last modified time | path
    Searched defs:syspath (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
eval.c 817 syspath(void) function in typeref:typename:const char *
1059 path = syspath() + 5;
  /src/usr.bin/make/
main.c 1132 * Add the directories from the colon-separated syspath to defSysIncPath.
1133 * After returning, the contents of syspath is unspecified.
1136 InitDefSysIncPath(char *syspath)
1146 if (syspath == NULL || syspath[0] == '\0')
1147 syspath = defsyspath;
1149 syspath = bmake_strdup(syspath);
1151 for (start = syspath; *start != '\0'; start = p) {
1169 if (syspath != defsyspath
1312 char *syspath = getenv("MAKESYSPATH"); local in function:main_Init
    [all...]

Completed in 32 milliseconds