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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/bsd/acpica/dist/generate/lint/
lset.bat 1 set path=%PATH%;$G variable
lset.bat 1 set path=%PATH%;$G variable
lset.bat 1 set path=%PATH%;$G variable
  /src/usr.bin/make/unit-tests/
varmod-path.mk 1 # $NetBSD: varmod-path.mk,v 1.4 2023/05/10 15:53:32 rillig Exp $
3 # Tests for the :P variable modifier, which looks up the path for a given
6 # The phony target does not have a corresponding path, therefore ... oops,
7 # as of 2020-08-23 it is nevertheless resolved to a path. This is probably
11 # path is returned. If it had been in the current directory, the difference
12 # between its path and its name would not be visible.
19 _!= rm -rf varmod-path.subdir
20 _!= mkdir varmod-path.subdir
21 _!= > varmod-path.subdir/varmod-path.phon
    [all...]
varmod-path.mk 1 # $NetBSD: varmod-path.mk,v 1.4 2023/05/10 15:53:32 rillig Exp $
3 # Tests for the :P variable modifier, which looks up the path for a given
6 # The phony target does not have a corresponding path, therefore ... oops,
7 # as of 2020-08-23 it is nevertheless resolved to a path. This is probably
11 # path is returned. If it had been in the current directory, the difference
12 # between its path and its name would not be visible.
19 _!= rm -rf varmod-path.subdir
20 _!= mkdir varmod-path.subdir
21 _!= > varmod-path.subdir/varmod-path.phon
    [all...]
varmod-path.mk 1 # $NetBSD: varmod-path.mk,v 1.4 2023/05/10 15:53:32 rillig Exp $
3 # Tests for the :P variable modifier, which looks up the path for a given
6 # The phony target does not have a corresponding path, therefore ... oops,
7 # as of 2020-08-23 it is nevertheless resolved to a path. This is probably
11 # path is returned. If it had been in the current directory, the difference
12 # between its path and its name would not be visible.
19 _!= rm -rf varmod-path.subdir
20 _!= mkdir varmod-path.subdir
21 _!= > varmod-path.subdir/varmod-path.phon
    [all...]
  /src/games/cribbage/
instr.c 64 const char *path; local in function:instructions
75 path = "cat";
77 if (!(path = getenv("PAGER")) || (*path == 0))
78 path = _PATH_MORE;
88 execl("/bin/sh", "sh", "-c", path, (char *) NULL);
instr.c 64 const char *path; local in function:instructions
75 path = "cat";
77 if (!(path = getenv("PAGER")) || (*path == 0))
78 path = _PATH_MORE;
88 execl("/bin/sh", "sh", "-c", path, (char *) NULL);
instr.c 64 const char *path; local in function:instructions
75 path = "cat";
77 if (!(path = getenv("PAGER")) || (*path == 0))
78 path = _PATH_MORE;
88 execl("/bin/sh", "sh", "-c", path, (char *) NULL);
  /src/tests/lib/libc/stdio/
t_clearerr.c 36 static const char path[] = "/etc/passwd"; variable in typeref:typename:const char[]
49 fp = fopen(path, "r");
75 fp = fopen(path, "r");
t_clearerr.c 36 static const char path[] = "/etc/passwd"; variable in typeref:typename:const char[]
49 fp = fopen(path, "r");
75 fp = fopen(path, "r");
t_clearerr.c 36 static const char path[] = "/etc/passwd"; variable in typeref:typename:const char[]
49 fp = fopen(path, "r");
75 fp = fopen(path, "r");
  /src/tests/lib/libc/sys/
t_getsockname.c 46 const char *path = "sock.unix"; local in function:ATF_TC_BODY
63 strcpy(sun.sun_path, path);
70 ATF_CHECK(strcmp(sun.sun_path, path) == 0);
73 ATF_REQUIRE(unlink(path) != -1);
t_getsockname.c 46 const char *path = "sock.unix"; local in function:ATF_TC_BODY
63 strcpy(sun.sun_path, path);
70 ATF_CHECK(strcmp(sun.sun_path, path) == 0);
73 ATF_REQUIRE(unlink(path) != -1);
t_getsockname.c 46 const char *path = "sock.unix"; local in function:ATF_TC_BODY
63 strcpy(sun.sun_path, path);
70 ATF_CHECK(strcmp(sun.sun_path, path) == 0);
73 ATF_REQUIRE(unlink(path) != -1);
  /src/usr.bin/mkdep/
findcc.c 55 const char *path, *dir; local in function:findcc
70 if ((path = getenv("PATH")) == NULL)
73 for (dir = path; *dir != '\0'; ) {
findcc.c 55 const char *path, *dir; local in function:findcc
70 if ((path = getenv("PATH")) == NULL)
73 for (dir = path; *dir != '\0'; ) {
findcc.c 55 const char *path, *dir; local in function:findcc
70 if ((path = getenv("PATH")) == NULL)
73 for (dir = path; *dir != '\0'; ) {
  /src/usr.bin/sort/
tmp.c 90 char path[MAXPATHLEN]; local in function:ftmp
92 (void)snprintf(path, sizeof(path), "%s%s%s", tmpdir,
97 if ((fd = mkstemp(path)) < 0)
98 err(2, "ftmp: mkstemp(\"%s\")", path);
100 err(2, "ftmp: fdopen(\"%s\")", path);
102 (void)unlink(path);
tmp.c 90 char path[MAXPATHLEN]; local in function:ftmp
92 (void)snprintf(path, sizeof(path), "%s%s%s", tmpdir,
97 if ((fd = mkstemp(path)) < 0)
98 err(2, "ftmp: mkstemp(\"%s\")", path);
100 err(2, "ftmp: fdopen(\"%s\")", path);
102 (void)unlink(path);
tmp.c 90 char path[MAXPATHLEN]; local in function:ftmp
92 (void)snprintf(path, sizeof(path), "%s%s%s", tmpdir,
97 if ((fd = mkstemp(path)) < 0)
98 err(2, "ftmp: mkstemp(\"%s\")", path);
100 err(2, "ftmp: fdopen(\"%s\")", path);
102 (void)unlink(path);
  /src/usr.bin/patch/
pch.h 39 char *path; member in struct:file_name
pch.h 39 char *path; member in struct:file_name
  /src/lib/libc/gen/
posix_spawnp.c 55 const char *path, *p; local in function:posix_spawnp
61 /* "" is not a valid filename; check this before traversing PATH. */
71 /* Get the path we're searching. */
72 if ((path = getenv("PATH")) == NULL)
73 path = _PATH_DEFPATH;
76 * Find an executable image with the given name in the PATH
82 /* Find the end of this path element. */
83 for (p = path; *path != 0 && *path != ':'; path++
    [all...]
posix_spawnp.c 55 const char *path, *p; local in function:posix_spawnp
61 /* "" is not a valid filename; check this before traversing PATH. */
71 /* Get the path we're searching. */
72 if ((path = getenv("PATH")) == NULL)
73 path = _PATH_DEFPATH;
76 * Find an executable image with the given name in the PATH
82 /* Find the end of this path element. */
83 for (p = path; *path != 0 && *path != ':'; path++
    [all...]

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>