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

  /src/bin/sh/
eval.h 55 const char *syspath(void);
exec.c 1180 p_flag ? syspath() + 5 : pathval());
1190 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
1314 char *syspath = getenv("MAKESYSPATH"); local
    [all...]
  /src/external/bsd/libfido2/dist/fuzz/
udev.c 115 __wrap_udev_device_new_from_syspath(struct udev *udev, const char *syspath)
120 fido_log_debug("%s", syspath);
  /src/external/mit/libuv/dist/test/
test-spawn.c 1845 char* syspath = getenv("PATH"); local
1846 if (syspath != NULL) {
1848 strcat(path, syspath);

Completed in 27 milliseconds