/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | get_path.c | 57 static void check_path(void *fdt, const char *path) in check_path() function 75 check_path(fdt, "/"); in main() 76 check_path(fdt, "/subnode@1"); in main() 77 check_path(fdt, "/subnode@2"); in main() 78 check_path(fdt, "/subnode@1/subsubnode"); in main() 79 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
|
H A D | supernode_atdepth_offset.c | 112 static void check_path(struct fdt_header *fdt, const char *path) in check_path() function 127 check_path(fdt, "/"); in main() 128 check_path(fdt, "/subnode@1"); in main() 129 check_path(fdt, "/subnode@2"); in main() 130 check_path(fdt, "/subnode@1/subsubnode"); in main() 131 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
|
H A D | parent_offset.c | 31 static void check_path(struct fdt_header *fdt, const char *path) in check_path() function 69 check_path(fdt, "/subnode@1"); in main() 70 check_path(fdt, "/subnode@2"); in main() 71 check_path(fdt, "/subnode@1/subsubnode"); in main() 72 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
|
H A D | 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 …]
|
H A D | .gitignore | 17 /check_path
|
H A D | Makefile.tests | 31 check_path check_header check_full \
|
/netbsd-src/tests/lib/libcurses/director/ |
H A D | director.c | 63 const char *check_path; /* path to prepend to check files for output 147 check_path = optarg; in main() 191 if (check_path == NULL) in main() 192 check_path = getenv("CHECK_PATH"); in main() 193 if ((check_path == NULL) || (check_path[0] == '\0')) { in main() 195 check_path = def_check_path; in main() 62 const char *check_path; /* path to prepend to check files for output global() variable
|
H A D | testlang_parse.y | 56 extern char *check_path; 909 if (strlcpy(check_file, check_path, sizeof(check_file)) in compare_streams()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/ |
H A D | valid-shell.txt | 5 # RUN: %{python} %S/check_path.py file %t.write > %t.out 8 # RUN: %{python} %S/check_path.py file %t.write > %t.out 11 # RUN: %{python} %S/check_path.py file %t.write > %t.out 22 # RUN: %{python} %S/check_path.py dir %T/test > %t.out 25 # RUN: %{python} %S/check_path.py dir %T/test > %t.out 29 # RUN: %{python} %S/check_path.py dir %T/test > %t.out 39 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out 42 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out 45 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out 55 # RUN: %{python} %S/check_path.py dir %T/test %T/test/test1 %T/test/test2 > %t.out [all …]
|
H A D | check_path.py | 9 def check_path(argv): function 30 sys.exit (check_path (sys.argv))
|
/netbsd-src/usr.sbin/tcpdchk/ |
H A D | inetcf.c | 117 check_path(conf, &st); 206 if (check_path(path, &st) < 0) { in inet_chk() 255 if (check_path(arg0, &st) < 0) { in inet_chk() 262 if (check_path(daemon, &st) < 0) { in inet_chk() 280 } else if (check_path(daemon, &st) >= 0) { in inet_chk()
|
H A D | scaffold.c | 142 check_path(const char *path, struct stat *st) in check_path() function 160 (void) check_path(buf[0] ? buf : "/", &stbuf); in check_path()
|
H A D | tcpdchk.c | 143 if (check_path(REAL_DAEMON_DIR, &st) < 0) { in main() 167 (void) check_path(hosts_allow_table, &st); in main() 168 (void) check_path(hosts_deny_table, &st); in main()
|
H A D | scaffold.h | 16 int check_path(const char *, struct stat *);
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | 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)
|
/netbsd-src/usr.sbin/tcpdmatch/ |
H A D | tcpdmatch.c | 106 if (check_path(REAL_DAEMON_DIR, &st) < 0) { in main() 158 (void) check_path(hosts_allow_table, &st); in main() 159 (void) check_path(hosts_deny_table, &st); in main()
|
/netbsd-src/share/examples/puffs/pgfs/ |
H A D | pgfs_subs.h | 72 int check_path(struct Xconn *, fileid_t, fileid_t);
|
H A D | pgfs_subs.c | 881 check_path(struct Xconn *xc, fileid_t gate_fileid, fileid_t child_fileid) in check_path() function
|
H A D | pgfs_puffs.c | 972 error = check_path(xc, fileid_src, fileid_targ_dir); in pgfs_node_rename()
|