Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcp_wrappers/
H A Dinetcf.c91 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 Dtcpdmatch.c112 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 Dtcpdchk.c131 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 Dscaffold.c237 int check_path(path, st) in check_path() function
256 (void) check_path(buf[0] ? buf : "/", &stbuf);
H A Dscaffold.h16 extern int check_path();
/dflybsd-src/sbin/hammer/
H A Dcmd_cleanup.c764 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()