Home
last modified time | relevance | path

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

/mirbsd/src/bin/pax/
Dfile_subs.c132 if (nodirs || chk_path(arcn->name,arcn->sb.st_uid,arcn->sb.st_gid) < 0) { in file_creat()
373 if (!nodirs && chk_path(from, to_sb->st_uid, to_sb->st_gid) == 0) in mk_link()
545 if (nodirs || chk_path(nm,arcn->sb.st_uid,arcn->sb.st_gid) < 0) { in node_creat()
685 chk_path(char *name, uid_t st_uid, gid_t st_gid) in chk_path() function
Dextern.h166 int chk_path(char *, uid_t, gid_t);