Searched refs:check_path (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/usr.sbin/tcpdchk/
H A Dscaffold.h16 int check_path(const char *, struct stat *);
H A Dinetcf.c117 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) {
H A Dscaffold.c139 /* check_path - examine accessibility */
142 check_path(const char *path, struct stat *st) function
160 (void) check_path(buf[0] ? buf : "/", &stbuf);
H A Dtcpdchk.c143 if (check_path(REAL_DAEMON_DIR, &st) < 0) {
167 (void) check_path(hosts_allow_table, &st);
168 (void) check_path(hosts_deny_table, &st);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dcheck_path.py9 def check_path(argv): function
30 sys.exit (check_path (sys.argv))
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dget_path.c57 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");
H A Dparent_offset.c31 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");
H A Dsupernode_atdepth_offset.c112 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");
H A Drun_tests.sh202 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_fixup
[all...]
H A DMakefile.tests31 check_path check_header check_full \
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dbugpoint_gisel_reducer.py34 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)
/netbsd-current/tests/lib/libcurses/director/
H A Ddirector.c62 const char *check_path; /* path to prepend to check files for output variable
145 check_path = optarg;
186 if (check_path == NULL)
187 check_path = getenv("CHECK_PATH");
188 if ((check_path == NULL) || (check_path[0] == '\0')) {
190 check_path = def_check_path;
H A Dtestlang_parse.y56 extern char *check_path;
908 if (strlcpy(check_file, check_path, sizeof(check_file))
/netbsd-current/share/examples/puffs/pgfs/
H A Dpgfs_subs.h72 int check_path(struct Xconn *, fileid_t, fileid_t);
H A Dpgfs_subs.c843 * 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
H A Dpgfs_puffs.c972 error = check_path(xc, fileid_src, fileid_targ_dir);
/netbsd-current/usr.sbin/tcpdmatch/
H A Dtcpdmatch.c106 if (check_path(REAL_DAEMON_DIR, &st) < 0) {
158 (void) check_path(hosts_allow_table, &st);
159 (void) check_path(hosts_deny_table, &st);

Completed in 176 milliseconds