Searched refs:check_path (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/tcp_wrappers/
H A Dscaffold.h15 extern int check_path(char *path, struct stat *st);
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 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.c235 /* check_path - examine accessibility */
237 int check_path(path, st) function
256 (void) check_path(buf[0] ? buf : "/", &stbuf);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dlock.h70 svn_boolean_t check_path,
H A Dlock.c91 svn_boolean_t check_path,
133 if (check_path)
197 /* ### Should we pass TRUE for check_path to find obstructions and
87 svn_wc__internal_check_wc(int *wc_format, svn_wc__db_t *db, const char *local_abspath, svn_boolean_t check_path, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/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;
177 if (check_path == NULL)
178 check_path = getenv("CHECK_PATH");
179 if ((check_path == NULL) || (check_path[0] == '\0')) {
181 check_path = def_check_path;
H A Dtestlang_parse.y56 extern char *check_path;
735 if (strlcpy(check_file, check_path, sizeof(check_file))
/freebsd-11-stable/usr.sbin/jail/
H A Dcommand.c78 static int check_path(struct cfjail *j, const char *pname, const char *path,
472 if (check_path(j, j->intparams[comparam]->name, argv[1], 0,
505 if (check_path(j, "mount.devfs", devpath, 0,
536 if (check_path(j, "mount.fdescfs", devpath, 0,
562 if (check_path(j, "mount.procfs", devpath, 0,
642 if (check_path(j, "exec.consolelog", conslog, 1, NULL) < 0)
928 check_path(struct cfjail *j, const char *pname, const char *path, int isfile, function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dwrapper_template.h410 return VTBL.check_path(session_baton, path, revision, kind, pool);
H A Dra_loader.h224 svn_error_t *(*check_path)(svn_ra_session_t *session,
223 svn_error_t *(*check_path)(svn_ra_session_t *session, member in struct:svn_ra__vtable_t
H A Dra_loader.c841 return session->vtable->check_path(session, path, revision, kind, pool);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c305 const char *check_path = path;
331 check_path = svn_fspath__join(parent_path, name, iterpool);
334 SVN_ERR(svn_fs_check_path(&change->node_kind, check_root, check_path,
304 const char *check_path = path; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h327 svn_error_t *(*check_path)(svn_node_kind_t *kind_p, svn_fs_root_t *root,
323 svn_error_t *(*check_path)(svn_node_kind_t *kind_p, svn_fs_root_t *root, member in struct:root_vtable_t
H A Dfs-loader.c1229 return svn_error_trace(root->vtable->check_path(kind_p, root, path, pool));
1248 SVN_ERR(root->vtable->check_path(&kind, root, path, pool));
1259 SVN_ERR(root->vtable->check_path(&kind, root, path, pool));
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h2485 svn_error_t *(*check_path)(void *session_baton,
2481 svn_error_t *(*check_path)(void *session_baton, member in struct:svn_ra_plugin_t
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c2540 check_path(svn_ra_svn_conn_t *conn,
3801 { "check-path", check_path },
2539 check_path(svn_ra_svn_conn_t *conn, function

Completed in 301 milliseconds