| /NextBSD/contrib/netbsd-tests/lib/libcurses/director/ |
| HD | director.c | 61 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()
|
| HD | testlang_parse.y | 55 extern char *check_path; 734 if (strlcpy(check_file, check_path, sizeof(check_file)) in compare_streams()
|
| /NextBSD/contrib/tcp_wrappers/ |
| HD | inetcf.c | 96 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) {
|
| HD | tcpdmatch.c | 114 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 166 (void) check_path(hosts_allow_table, &st); 167 (void) check_path(hosts_deny_table, &st);
|
| HD | tcpdchk.c | 134 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 158 (void) check_path(hosts_allow_table, &st); 159 (void) check_path(hosts_deny_table, &st);
|
| HD | scaffold.h | 15 extern int check_path();
|
| HD | scaffold.c | 250 int check_path(path, st) in check_path() function 269 (void) check_path(buf[0] ? buf : "/", &stbuf);
|
| /NextBSD/usr.sbin/jail/ |
| HD | command.c | 75 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/ |
| HD | lock.h | 68 svn_boolean_t check_path,
|
| HD | lock.c | 90 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/ |
| HD | ra_loader.h | 210 svn_error_t *(*check_path)(svn_ra_session_t *session, member
|
| HD | wrapper_template.h | 410 return VTBL.check_path(session_baton, path, revision, kind, pool); in compat_check_path()
|
| HD | ra_loader.c | 806 return session->vtable->check_path(session, path, revision, kind, pool); in svn_ra_check_path()
|
| /NextBSD/contrib/subversion/subversion/libsvn_repos/ |
| HD | log.c | 296 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/ |
| HD | fs-loader.c | 1090 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()
|
| HD | fs-loader.h | 306 svn_error_t *(*check_path)(svn_node_kind_t *kind_p, svn_fs_root_t *root, member
|
| /NextBSD/contrib/subversion/subversion/include/ |
| HD | svn_ra.h | 2390 svn_error_t *(*check_path)(void *session_baton, member
|
| /NextBSD/contrib/subversion/subversion/svnserve/ |
| HD | serve.c | 2306 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/ |
| HD | CHANGES | 4355 - do fewer check_path calls (r11592)
|