HomeSort by: relevance | last modified time | path
    Searched defs:path (Results 1 - 25 of 2062) 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
  /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);
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)
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)
  /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
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
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_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);

Completed in 70 milliseconds

1 2 3 4 5 6 7 8 91011>>