/src/usr.sbin/tcpdchk/ |
scaffold.h | 16 int check_path(const char *, struct stat *);
|
inetcf.c | 117 check_path(conf, &st); 206 if (check_path(path, &st) < 0) { 255 if (check_path(arg0, &st) < 0) { 262 if (check_path(daemon, &st) < 0) { 280 } else if (check_path(daemon, &st) >= 0) {
|
scaffold.c | 139 /* check_path - examine accessibility */ 142 check_path(const char *path, struct stat *st) function in typeref:typename:int 160 (void) check_path(buf[0] ? buf : "/", &stbuf);
|
tcpdchk.c | 143 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 167 (void) check_path(hosts_allow_table, &st); 168 (void) check_path(hosts_deny_table, &st);
|
/src/tests/lib/libcurses/director/ |
director.c | 63 const char *check_path; /* path to prepend to check files for output variable in typeref:typename:const char * 147 check_path = optarg; 191 if (check_path == NULL) 192 check_path = getenv("CHECK_PATH"); 193 if ((check_path == NULL) || (check_path[0] == '\0')) { 194 warnx("$CHECK_PATH not set, defaulting to %s", def_check_path); 195 check_path = def_check_path;
|
testlang_parse.y | 56 extern char *check_path; 909 if (strlcpy(check_file, check_path, sizeof(check_file)) 911 errx(2, "CHECK_PATH too long");
|
/src/share/examples/puffs/pgfs/ |
pgfs_subs.h | 72 int check_path(struct Xconn *, fileid_t, fileid_t);
|
pgfs_subs.c | 843 * check_path: do locking and check to prevent a rename from creating loop. 860 * thread 1: check_path -> success 861 * thread 2: check_path -> success 868 * thread 1: check_path -> success 870 * thread 2: check_path -> block on row-level lock 881 check_path(struct Xconn *xc, fileid_t gate_fileid, fileid_t child_fileid) function in typeref:typename:int
|
pgfs_puffs.c | 972 error = check_path(xc, fileid_src, fileid_targ_dir);
|
/src/usr.sbin/tcpdmatch/ |
tcpdmatch.c | 106 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 158 (void) check_path(hosts_allow_table, &st); 159 (void) check_path(hosts_deny_table, &st);
|