Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c61 const char *check_path; /* path to prepend to check files for output variable
139 check_path = optarg; in main()
177 if (check_path == NULL) in main()
178 check_path = getenv("CHECK_PATH"); in main()
179 if ((check_path == NULL) || (check_path[0] == '\0')) { in main()
181 check_path = def_check_path; in main()
H A Dtestlang_parse.y56 extern char *check_path;
735 if (strlcpy(check_file, check_path, sizeof(check_file)) in compare_streams()
/freebsd/contrib/tcp_wrappers/
H A Dinetcf.c93 check_path(conf, &st); in inet_cfg()
173 if (check_path(path, &st) < 0) { in inet_chk()
222 if (check_path(arg0, &st) < 0) { in inet_chk()
229 if (check_path(daemon, &st) < 0) { in inet_chk()
251 } else if (check_path(daemon, &st) >= 0) { in inet_chk()
H A Dtcpdmatch.c110 if (check_path(REAL_DAEMON_DIR, &st) < 0) {
162 (void) check_path(hosts_allow_table, &st);
163 (void) check_path(hosts_deny_table, &st);
H A Dtcpdchk.c129 if (check_path(REAL_DAEMON_DIR, &st) < 0) { in main()
153 (void) check_path(hosts_allow_table, &st); in main()
154 (void) check_path(hosts_deny_table, &st); in main()
H A Dscaffold.h15 extern int check_path(char *path, struct stat *st);
H A Dscaffold.c231 int check_path(char *path, struct stat *st) function
248 (void) check_path(buf[0] ? buf : "/", &stbuf);
/freebsd/usr.sbin/jail/
H A Dcommand.c76 static int check_path(struct cfjail *j, const char *pname, const char *path,
486 if (check_path(j, j->intparams[comparam]->name, argv[1], 0, in run_command()
519 if (check_path(j, "mount.devfs", devpath, 0, in run_command()
550 if (check_path(j, "mount.fdescfs", devpath, 0, in run_command()
576 if (check_path(j, "mount.procfs", devpath, 0, in run_command()
685 if (check_path(j, "exec.consolelog", conslog, 1, NULL) < 0) in run_command()
984 check_path(struct cfjail *j, const char *pname, const char *path, int isfile, in check_path() function