| /src/usr.sbin/tcpdchk/ |
| scaffold.h | 16 int check_path(const char *, struct stat *);
|
| inetcf.c | 117 check_path(conf, &st); 206 if (check_path(path, &st) < 0) { 255 if (check_path(arg0, &st) < 0) { 262 if (check_path(daemon, &st) < 0) { 280 } else if (check_path(daemon, &st) >= 0) {
|
| scaffold.c | 139 /* check_path - examine accessibility */ 142 check_path(const char *path, struct stat *st) function 160 (void) check_path(buf[0] ? buf : "/", &stbuf);
|
| tcpdchk.c | 143 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 167 (void) check_path(hosts_allow_table, &st); 168 (void) check_path(hosts_deny_table, &st);
|
| /src/external/gpl2/dtc/dist/tests/ |
| get_path.c | 57 static void check_path(void *fdt, const char *path) function 75 check_path(fdt, "/"); 76 check_path(fdt, "/subnode@1"); 77 check_path(fdt, "/subnode@2"); 78 check_path(fdt, "/subnode@1/subsubnode"); 79 check_path(fdt, "/subnode@2/subsubnode@0");
|
| parent_offset.c | 31 static void check_path(struct fdt_header *fdt, const char *path) function 69 check_path(fdt, "/subnode@1"); 70 check_path(fdt, "/subnode@2"); 71 check_path(fdt, "/subnode@1/subsubnode"); 72 check_path(fdt, "/subnode@2/subsubnode@0");
|
| supernode_atdepth_offset.c | 112 static void check_path(struct fdt_header *fdt, const char *path) function 127 check_path(fdt, "/"); 128 check_path(fdt, "/subnode@1"); 129 check_path(fdt, "/subnode@2"); 130 check_path(fdt, "/subnode@1/subsubnode"); 131 check_path(fdt, "/subnode@2/subsubnode@0");
|
| run_tests.sh | 202 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__symbols__" 203 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__fixups__" 204 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__local_fixups__" 207 run_test check_path overlay_overlay_no_fixups.test.dtb not-exists "/__symbols__" 208 run_test check_path overlay_overlay_no_fixups.test.dtb not-exists "/__fixups__" 209 run_test check_path overlay_overlay_no_fixups.test.dtb exists "/__local_fixups__" 215 run_test check_path overlay_base_manual_symbols.test.dtb exists "/__symbols__" 216 run_test check_path overlay_base_manual_symbols.test.dtb not-exists "/__fixups__" 217 run_test check_path overlay_base_manual_symbols.test.dtb not-exists "/__local_fixups__" 220 run_test check_path overlay_overlay_manual_fixups.test.dtb not-exists "/__symbols__ [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| check_path.py | 9 def check_path(argv): function 30 sys.exit (check_path (sys.argv))
|
| /src/tests/lib/libcurses/director/ |
| director.c | 63 const char *check_path; /* path to prepend to check files for output variable 147 check_path = optarg; 191 if (check_path == NULL) 192 check_path = getenv("CHECK_PATH"); 193 if ((check_path == NULL) || (check_path[0] == '\0')) { 194 warnx("$CHECK_PATH not set, defaulting to %s", def_check_path); 195 check_path = def_check_path;
|
| testlang_parse.y | 56 extern char *check_path; 909 if (strlcpy(check_file, check_path, sizeof(check_file)) 911 errx(2, "CHECK_PATH too long");
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| bugpoint_gisel_reducer.py | 34 def check_path(path): function 43 return check_path(file_name) 111 build_dir = check_path(args.BuildDir) 112 ir_file = check_path(args.IRFile)
|
| /src/share/examples/puffs/pgfs/ |
| pgfs_subs.h | 72 int check_path(struct Xconn *, fileid_t, fileid_t);
|
| pgfs_subs.c | 843 * check_path: do locking and check to prevent a rename from creating loop. 860 * thread 1: check_path -> success 861 * thread 2: check_path -> success 868 * thread 1: check_path -> success 870 * thread 2: check_path -> block on row-level lock 881 check_path(struct Xconn *xc, fileid_t gate_fileid, fileid_t child_fileid) function
|
| pgfs_puffs.c | 972 error = check_path(xc, fileid_src, fileid_targ_dir);
|
| /src/usr.sbin/tcpdmatch/ |
| tcpdmatch.c | 106 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 158 (void) check_path(hosts_allow_table, &st); 159 (void) check_path(hosts_deny_table, &st);
|