Home
last modified time | relevance | path

Searched refs:check_path (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/tests/lib/libcurses/director/
Ddirector.c63 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()
Dtestlang_parse.y56 extern char *check_path;
909 if (strlcpy(check_file, check_path, sizeof(check_file)) in compare_streams()
/netbsd/src/usr.sbin/tcpdchk/
Dinetcf.c117 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()
Dscaffold.c142 check_path(const char *path, struct stat *st) in check_path() function
160 (void) check_path(buf[0] ? buf : "/", &stbuf); in check_path()
Dtcpdchk.c143 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()
Dscaffold.h16 int check_path(const char *, struct stat *);
/netbsd/src/usr.sbin/tcpdmatch/
Dtcpdmatch.c106 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/
Dpgfs_subs.h72 int check_path(struct Xconn *, fileid_t, fileid_t);
Dpgfs_subs.c881 check_path(struct Xconn *xc, fileid_t gate_fileid, fileid_t child_fileid) in check_path() function
Dpgfs_puffs.c972 error = check_path(xc, fileid_src, fileid_targ_dir); in pgfs_node_rename()