Searched refs:nodirs (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/bin/pax/
H A Dfile_subs.c116 if (nodirs || chk_path(arcn->name,arcn->sb.st_uid,arcn->sb.st_gid) < 0) {
316 if (!nodirs && chk_path(from, to_sb->st_uid, to_sb->st_gid) == 0)
418 if (nodirs || chk_path(arcn->name,arcn->sb.st_uid,arcn->sb.st_gid) < 0) {
H A Dpax.c94 int nodirs; /* do not create directories as needed */ variable
H A Dextern.h226 extern int nodirs;
H A Doptions.c1029 nodirs = 1;
1053 nodirs = 0;

Completed in 130 milliseconds