Searched refs:check_path (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/tcp_wrappers/ |
H A D | inetcf.c | 91 check_path(conf, &st); 175 if (check_path(path, &st) < 0) { 224 if (check_path(arg0, &st) < 0) { 231 if (check_path(daemon, &st) < 0) { 253 } else if (check_path(daemon, &st) >= 0) {
|
H A D | tcpdmatch.c | 112 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 164 (void) check_path(hosts_allow_table, &st); 165 (void) check_path(hosts_deny_table, &st);
|
H A D | tcpdchk.c | 131 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 155 (void) check_path(hosts_allow_table, &st); 156 (void) check_path(hosts_deny_table, &st);
|
H A D | scaffold.c | 237 int check_path(path, st) in check_path() function 256 (void) check_path(buf[0] ? buf : "/", &stbuf);
|
H A D | scaffold.h | 16 extern int check_path();
|
/dflybsd-src/sbin/hammer/ |
H A D | cmd_cleanup.c | 764 char *check_path; in check_period() local 783 asprintf(&check_path, "%s/.%s.period", snapshots_path, cmd); in check_period() 784 fp = fopen(check_path, "r"); in check_period() 785 free(check_path); in check_period()
|