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

  /src/bin/sh/
eval.h 55 const char *syspath(void);
exec.c 1176 p_flag ? syspath() + 5 : pathval());
1186 path = p_flag ? syspath() + 5 : pathval();
eval.c 817 syspath(void) function
1059 path = syspath() + 5;
  /src/usr.bin/make/
main.c 1131 * Add the directories from the colon-separated syspath to defSysIncPath.
1132 * After returning, the contents of syspath is unspecified.
1135 InitDefSysIncPath(char *syspath)
1145 if (syspath == NULL || syspath[0] == '\0')
1146 syspath = defsyspath;
1148 syspath = bmake_strdup(syspath);
1150 for (start = syspath; *start != '\0'; start = p) {
1168 if (syspath != defsyspath
1310 char *syspath = getenv("MAKESYSPATH"); local
    [all...]

Completed in 54 milliseconds