Home
last modified time | relevance | path

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

/openbsd-src/bin/pax/
H A Dfile_subs.c51 static int chk_path(char *, uid_t, gid_t, int);
110 if (nodirs || chk_path(arcn->name,arcn->sb.st_uid,arcn->sb.st_gid, 0) < 0) { in file_creat()
324 if (!nodirs && chk_path(from, to_sb->st_uid, to_sb->st_gid, ign) == 0) in mk_link()
466 if (nodirs || chk_path(nm,arcn->sb.st_uid,arcn->sb.st_gid, 0) < 0) { in node_creat()
598 chk_path(char *name, uid_t st_uid, gid_t st_gid, int ign) in chk_path() function