Symbol: check_path
share/examples/puffs/pgfs/pgfs_puffs.c
972
error = check_path(xc, fileid_src, fileid_targ_dir);
share/examples/puffs/pgfs/pgfs_subs.h
72
int check_path(struct Xconn *, fileid_t, fileid_t);
tests/lib/libcurses/director/director.c
147
check_path = optarg;
tests/lib/libcurses/director/director.c
191
if (check_path == NULL)
tests/lib/libcurses/director/director.c
192
check_path = getenv("CHECK_PATH");
tests/lib/libcurses/director/director.c
193
if ((check_path == NULL) || (check_path[0] == '\0')) {
tests/lib/libcurses/director/director.c
195
check_path = def_check_path;
tests/lib/libcurses/director/director.c
63
const char *check_path; /* path to prepend to check files for output
tests/lib/libcurses/director/testlang_parse.y
56
extern char *check_path;
tests/lib/libcurses/director/testlang_parse.y
909
if (strlcpy(check_file, check_path, sizeof(check_file))
usr.sbin/tcpdchk/inetcf.c
117
check_path(conf, &st);
usr.sbin/tcpdchk/inetcf.c
206
if (check_path(path, &st) < 0) {
usr.sbin/tcpdchk/inetcf.c
255
if (check_path(arg0, &st) < 0) {
usr.sbin/tcpdchk/inetcf.c
262
if (check_path(daemon, &st) < 0) {
usr.sbin/tcpdchk/inetcf.c
280
} else if (check_path(daemon, &st) >= 0) {
usr.sbin/tcpdchk/scaffold.c
160
(void) check_path(buf[0] ? buf : "/", &stbuf);
usr.sbin/tcpdchk/scaffold.h
16
int check_path(const char *, struct stat *);
usr.sbin/tcpdchk/tcpdchk.c
143
if (check_path(REAL_DAEMON_DIR, &st) < 0) {
usr.sbin/tcpdchk/tcpdchk.c
167
(void) check_path(hosts_allow_table, &st);
usr.sbin/tcpdchk/tcpdchk.c
168
(void) check_path(hosts_deny_table, &st);
usr.sbin/tcpdmatch/tcpdmatch.c
106
if (check_path(REAL_DAEMON_DIR, &st) < 0) {
usr.sbin/tcpdmatch/tcpdmatch.c
158
(void) check_path(hosts_allow_table, &st);
usr.sbin/tcpdmatch/tcpdmatch.c
159
(void) check_path(hosts_deny_table, &st);