Searched refs:nodirs (Results 1 – 4 of 4) sorted by relevance
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()
82 int nodirs; /* do not create directories as needed */ variable
224 extern int nodirs;
1029 nodirs = 1; in cpio_options()1053 nodirs = 0; in cpio_options()