Searched refs:chk_path (Results 1 – 2 of 2) sorted by relevance
/freebsd/bin/pax/ |
H A D | file_subs.c | 109 if (nodirs || chk_path(arcn->name,arcn->sb.st_uid,arcn->sb.st_gid) < 0) { in file_creat() 309 if (!nodirs && chk_path(from, to_sb->st_uid, to_sb->st_gid) == 0) in mk_link() 411 if (nodirs || chk_path(arcn->name,arcn->sb.st_uid,arcn->sb.st_gid) < 0) { in node_creat() 541 chk_path( char *name, uid_t st_uid, gid_t st_gid) in chk_path() function
|
H A D | extern.h | 141 int chk_path(char *, uid_t, gid_t);
|