Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/tcp_wrappers/
H A Dinetcf.c94 check_path(conf, &st);
178 if (check_path(path, &st) < 0) {
227 if (check_path(arg0, &st) < 0) {
234 if (check_path(daemon, &st) < 0) {
256 } 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 Dscaffold.h15 extern int check_path(char *path, struct stat *st);
H A Dscaffold.c237 int check_path(path, st) in check_path() function
256 (void) check_path(buf[0] ? buf : "/", &stbuf);
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);
/freebsd-13.1/usr.sbin/jail/
H A Dcommand.c79 static int check_path(struct cfjail *j, const char *pname, const char *path,
489 if (check_path(j, j->intparams[comparam]->name, argv[1], 0, in run_command()
522 if (check_path(j, "mount.devfs", devpath, 0, in run_command()
553 if (check_path(j, "mount.fdescfs", devpath, 0, in run_command()
579 if (check_path(j, "mount.procfs", devpath, 0, in run_command()
663 if (check_path(j, "exec.consolelog", conslog, 1, NULL) < 0) in run_command()
962 check_path(struct cfjail *j, const char *pname, const char *path, int isfile, in check_path() function
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dlock.h68 svn_boolean_t check_path,
H A Dlock.c90 svn_boolean_t check_path, in svn_wc__internal_check_wc() argument
132 if (check_path) in svn_wc__internal_check_wc()
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h223 svn_error_t *(*check_path)(svn_ra_session_t *session, member
H A Dwrapper_template.h410 return VTBL.check_path(session_baton, path, revision, kind, pool); in compat_check_path()
H A Dra_loader.c838 return session->vtable->check_path(session, path, revision, kind, pool); in svn_ra_check_path()
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c304 const char *check_path = path; in detect_changed() local
330 check_path = svn_fspath__join(parent_path, name, iterpool); in detect_changed()
333 SVN_ERR(svn_fs_check_path(&change->node_kind, check_root, check_path, in detect_changed()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h323 svn_error_t *(*check_path)(svn_node_kind_t *kind_p, svn_fs_root_t *root, member
H A Dfs-loader.c1223 return svn_error_trace(root->vtable->check_path(kind_p, root, path, pool)); in svn_fs_check_path()
1242 SVN_ERR(root->vtable->check_path(&kind, root, path, pool)); in svn_fs_is_dir()
1253 SVN_ERR(root->vtable->check_path(&kind, root, path, pool)); in svn_fs_is_file()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_ra.h2481 svn_error_t *(*check_path)(void *session_baton, member
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dserve.c2539 check_path(svn_ra_svn_conn_t *conn, in check_path() function
3800 { "check-path", check_path },
/freebsd-13.1/contrib/subversion/
H A DCHANGES5477 - do fewer check_path calls (r11592)