| /src/sys/external/bsd/acpica/dist/generate/lint/ |
| lset.bat | 1 set path=%PATH%;$G variable
|
| /src/external/bsd/pam-u2f/dist/tests/ |
| dlsym_check.c | 12 char *path; local 15 assert((path = getenv("PAM_U2F_MODULE")) != NULL); 16 assert((module = dlopen(path, RTLD_NOW)) != NULL);
|
| /src/external/bsd/tmux/dist/compat/ |
| forkpty-haiku.c | 33 char *path; local 43 if ((path = ptsname(*master)) == NULL) 46 strlcpy(name, path, TTY_NAME_MAX); 47 if ((slave = open(path, O_RDWR|O_NOCTTY)) == -1)
|
| getdtablecount.c | 46 char path[PATH_MAX]; local 50 if (snprintf(path, sizeof path, "/proc/%ld/fd/*", (long)getpid()) < 0) 52 if (glob(path, 0, NULL, &g) == 0)
|
| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| stat3.c | 14 char path[1024] = "/Makefile"; local 23 if (stat (path, &buf) != 0 26 fprintf (stderr, "%s: is not a regular file\n", path);
|
| stat4.c | 15 char path[1024] = "/"; local 18 strcat (path, argv[0]); 22 if (lstat (path, &buf) != 0
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| stat3.c | 14 char path[1024] = "/Makefile"; local 23 if (stat (path, &buf) != 0 26 fprintf (stderr, "%s: is not a regular file\n", path);
|
| stat4.c | 15 char path[1024] = "/"; local 18 strcat (path, argv[0]); 22 if (lstat (path, &buf) != 0
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_trigger.c | 78 char *path; local 85 path = mail_pathname(class, service); 86 if ((status = stat(path, &st)) < 0) { 87 msg_warn("unable to look up %s: %m", path); 89 status = fifo_trigger(path, req_buf, req_len, var_trigger_timeout); 91 status = LOCAL_TRIGGER(path, req_buf, req_len, var_trigger_timeout); 93 status = LOCAL_TRIGGER(path, req_buf, req_len, var_trigger_timeout); 95 msg_warn("%s is not a socket or a fifo", path); 98 myfree(path);
|
| mail_dict.c | 92 char *path; local 94 path = concatenate(var_meta_dir, "/", "dynamicmaps.cf", 99 dymap_init(path, var_shlib_dir); 100 myfree(path);
|
| mbox_open.h | 32 char *path; /* saved path, for dot_unlock */ member in struct:__anon23117
|
| /src/games/cribbage/ |
| instr.c | 64 const char *path; local 75 path = "cat"; 77 if (!(path = getenv("PAGER")) || (*path == 0)) 78 path = _PATH_MORE; 88 execl("/bin/sh", "sh", "-c", path, (char *) NULL);
|
| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| path.hpp | 29 /// \file utils/fs/path.hpp 30 /// Provides the utils::fs::path class. 32 /// This is a poor man's reimplementation of the path class provided by 46 /// Representation and manipulation of a file system path. 48 /// Application code should always use this class to represent a path instead of 53 class path { class in namespace:utils::fs 54 /// Internal representation of the path. 58 explicit path(const std::string&); 63 path branch_path(void) const; 65 path to_absolute(void) const [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_cmdline_private.h | 36 char *path; member in struct:archive_cmdline
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| scanner.h | 22 /* Structure for holding module and include file search path. */ 25 char *path; member in struct:gfc_directorylist
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| access.c | 76 char *path = fc_strdup (name, name_len); local 79 int res = (access (path, m) == 0 ? 0 : errno); 81 free (path);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| scanner.h | 22 /* Structure for holding module and include file search path. */ 25 char *path; member in struct:gfc_directorylist
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| access.c | 76 char *path = fc_strdup (name, name_len); local 79 int res = (access (path, m) == 0 ? 0 : errno); 81 free (path);
|
| /src/lib/libc/gen/ |
| posix_spawnp.c | 55 const char *path, *p; local 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...] |
| /src/usr.bin/make/unit-tests/ |
| modmisc.mk | 7 path= :/bin:/tmp::/:.:/no/such/dir:. macro 8 # strip cwd from path. 24 @echo "path='${path}'" 25 @echo "path='${path:${MOD_NODOT}}'" 26 @echo "path='${path:S,home,homes,:${MOD_NODOT}}'" 27 @echo "path=${path:${MOD_NODOTX}:ts:} [all...] |
| /src/usr.bin/mkdep/ |
| findcc.c | 55 const char *path, *dir; local 70 if ((path = getenv("PATH")) == NULL) 73 for (dir = path; *dir != '\0'; ) {
|
| /src/usr.bin/patch/ |
| pch.h | 39 char *path; member in struct:file_name
|
| /src/usr.bin/sort/ |
| tmp.c | 90 char path[MAXPATHLEN]; local 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/external/gpl2/lvm2/dist/lib/misc/ |
| sharedlib.c | 29 char *path, size_t path_len) 38 (dm_snprintf(path, path_len, "%s/%s", lib_dir, 39 libname) == -1) || stat(path, &info) == -1) 40 strncpy(path, libname, path_len); 46 char path[PATH_MAX]; local 55 get_shared_library_path(cmd, libname, path, sizeof(path)); 57 log_very_verbose("Opening shared %s library %s", desc, path); 59 if (!(library = dlopen(path, RTLD_LAZY | RTLD_GLOBAL))) { 62 desc, path, dlerror()) [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| create_adm.c | 121 * If the Repository file is to hold a relative path, try to strip off 125 char *path = Xasprintf ("%s/", current_parsed_root->directory); local 126 if (strncmp (cp, path, strlen (path)) == 0) 127 cp += strlen (path); 128 free (path);
|