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

  /src/bin/pax/
file_subs.c 160 * in the path until chk_path() finds that it cannot fix
169 if (nodirs || chk_path(arcn->name,arcn->sb.st_uid,arcn->sb.st_gid) < 0) {
433 * if it fails, check the path and try it again (if chk_path() says to
440 if (chk_path(from, to_sb->st_uid, to_sb->st_gid) == 0)
570 chk_path(nm, arcn->sb.st_uid,
708 * chk_path()
710 * failed. chk_path() makes sure the path up to the node exists and is
722 chk_path(char *name, uid_t st_uid, gid_t st_gid) function in typeref:typename:int
file_subs.c 160 * in the path until chk_path() finds that it cannot fix
169 if (nodirs || chk_path(arcn->name,arcn->sb.st_uid,arcn->sb.st_gid) < 0) {
433 * if it fails, check the path and try it again (if chk_path() says to
440 if (chk_path(from, to_sb->st_uid, to_sb->st_gid) == 0)
570 chk_path(nm, arcn->sb.st_uid,
708 * chk_path()
710 * failed. chk_path() makes sure the path up to the node exists and is
722 chk_path(char *name, uid_t st_uid, gid_t st_gid) function in typeref:typename:int

Completed in 214 milliseconds