Home
last modified time | relevance | path

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

/NextBSD/contrib/netbsd-tests/lib/libcurses/director/
HDdirector.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()
HDtestlang_parse.y55 extern char *check_path;
734 if (strlcpy(check_file, check_path, sizeof(check_file)) in compare_streams()
/NextBSD/contrib/tcp_wrappers/
HDinetcf.c96 check_path(conf, &st);
180 if (check_path(path, &st) < 0) {
229 if (check_path(arg0, &st) < 0) {
236 if (check_path(daemon, &st) < 0) {
258 } else if (check_path(daemon, &st) >= 0) {
HDtcpdmatch.c114 if (check_path(REAL_DAEMON_DIR, &st) < 0) {
166 (void) check_path(hosts_allow_table, &st);
167 (void) check_path(hosts_deny_table, &st);
HDtcpdchk.c134 if (check_path(REAL_DAEMON_DIR, &st) < 0) {
158 (void) check_path(hosts_allow_table, &st);
159 (void) check_path(hosts_deny_table, &st);
HDscaffold.h15 extern int check_path();
HDscaffold.c250 int check_path(path, st) in check_path() function
269 (void) check_path(buf[0] ? buf : "/", &stbuf);
/NextBSD/usr.sbin/jail/
HDcommand.c75 static int check_path(struct cfjail *j, const char *pname, const char *path,
456 if (check_path(j, j->intparams[comparam]->name, argv[1], 0, in run_command()
489 if (check_path(j, "mount.devfs", devpath, 0, in run_command()
520 if (check_path(j, "mount.fdescfs", devpath, 0, in run_command()
546 if (check_path(j, "mount.procfs", devpath, 0, in run_command()
626 if (check_path(j, "exec.consolelog", conslog, 1, NULL) < 0) in run_command()
911 check_path(struct cfjail *j, const char *pname, const char *path, int isfile, in check_path() function
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDlock.h68 svn_boolean_t check_path,
HDlock.c90 svn_boolean_t check_path, in svn_wc__internal_check_wc() argument
132 if (check_path) in svn_wc__internal_check_wc()
/NextBSD/contrib/subversion/subversion/libsvn_ra/
HDra_loader.h210 svn_error_t *(*check_path)(svn_ra_session_t *session, member
HDwrapper_template.h410 return VTBL.check_path(session_baton, path, revision, kind, pool); in compat_check_path()
HDra_loader.c806 return session->vtable->check_path(session, path, revision, kind, pool); in svn_ra_check_path()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDlog.c296 const char *check_path = path; in detect_changed() local
321 check_path = svn_fspath__join(parent_path, name, iterpool); in detect_changed()
324 SVN_ERR(svn_fs_check_path(&item->node_kind, check_root, check_path, in detect_changed()
/NextBSD/contrib/subversion/subversion/libsvn_fs/
HDfs-loader.c1090 return svn_error_trace(root->vtable->check_path(kind_p, root, path, pool)); in svn_fs_check_path()
1117 SVN_ERR(root->vtable->check_path(&kind, root, path, pool)); in svn_fs_is_dir()
1128 SVN_ERR(root->vtable->check_path(&kind, root, path, pool)); in svn_fs_is_file()
HDfs-loader.h306 svn_error_t *(*check_path)(svn_node_kind_t *kind_p, svn_fs_root_t *root, member
/NextBSD/contrib/subversion/subversion/include/
HDsvn_ra.h2390 svn_error_t *(*check_path)(void *session_baton, member
/NextBSD/contrib/subversion/subversion/svnserve/
HDserve.c2306 static svn_error_t *check_path(svn_ra_svn_conn_t *conn, apr_pool_t *pool, in check_path() function
3385 { "check-path", check_path },
/NextBSD/contrib/subversion/
HDCHANGES4355 - do fewer check_path calls (r11592)