| /freebsd-13.1/contrib/netbsd-tests/lib/libcurses/director/ |
| H A D | 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()
|
| H A D | testlang_parse.y | 56 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 D | inetcf.c | 94 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 D | tcpdmatch.c | 112 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 D | scaffold.h | 15 extern int check_path(char *path, struct stat *st);
|
| H A D | scaffold.c | 237 int check_path(path, st) in check_path() function 256 (void) check_path(buf[0] ? buf : "/", &stbuf);
|
| H A D | tcpdchk.c | 131 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 D | command.c | 79 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 D | lock.h | 68 svn_boolean_t check_path,
|
| H A D | 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()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra/ |
| H A D | ra_loader.h | 223 svn_error_t *(*check_path)(svn_ra_session_t *session, member
|
| H A D | wrapper_template.h | 410 return VTBL.check_path(session_baton, path, revision, kind, pool); in compat_check_path()
|
| H A D | ra_loader.c | 838 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 D | log.c | 304 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 D | fs-loader.h | 323 svn_error_t *(*check_path)(svn_node_kind_t *kind_p, svn_fs_root_t *root, member
|
| H A D | fs-loader.c | 1223 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 D | svn_ra.h | 2481 svn_error_t *(*check_path)(void *session_baton, member
|
| /freebsd-13.1/contrib/subversion/subversion/svnserve/ |
| H A D | serve.c | 2539 check_path(svn_ra_svn_conn_t *conn, in check_path() function 3800 { "check-path", check_path },
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | CHANGES | 5477 - do fewer check_path calls (r11592)
|