Searched refs:check_path (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/tests/lib/libcurses/director/ |
| D | director.c | 63 const char *check_path; /* path to prepend to check files for output variable 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()
|
| D | testlang_parse.y | 56 extern char *check_path; 909 if (strlcpy(check_file, check_path, sizeof(check_file)) in compare_streams()
|
| /netbsd/src/usr.sbin/tcpdchk/ |
| 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()
|
| 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()
|
| 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()
|
| D | scaffold.h | 16 int check_path(const char *, struct stat *);
|
| /netbsd/src/usr.sbin/tcpdmatch/ |
| 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/ |
| D | pgfs_subs.h | 72 int check_path(struct Xconn *, fileid_t, fileid_t);
|
| D | pgfs_subs.c | 881 check_path(struct Xconn *xc, fileid_t gate_fileid, fileid_t child_fileid) in check_path() function
|
| D | pgfs_puffs.c | 972 error = check_path(xc, fileid_src, fileid_targ_dir); in pgfs_node_rename()
|