Searched refs:chk_path (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/file_cmds-230/pax/
H A Dfile_subs.c122 * the path and give it a final try. if chk_path() finds that
143 if (nodirs || chk_path(path_to_open,arcn->sb.st_uid,arcn->sb.st_gid,
366 * if it fails, check the path and try it again (if chk_path() says to
373 if (!nodirs && chk_path(from, to_sb->st_uid, to_sb->st_gid, NULL) == 0)
503 if (nodirs || chk_path(nm,arcn->sb.st_uid,arcn->sb.st_gid, NULL) < 0) {
635 * chk_path()
637 * failed. chk_path() makes sure the path up to the node exists and is
649 chk_path(char *name, uid_t st_uid, gid_t st_gid, char ** new_name) function
H A Dextern.h149 int chk_path(char *, uid_t, gid_t, char **);

Completed in 190 milliseconds