HomeSort by: relevance | last modified time | path
    Searched defs:check_path (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/tcpdchk/
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);
  /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;
  /src/share/examples/puffs/pgfs/
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

Completed in 12 milliseconds