Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dfile_subs.c109 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()
H A Dpax.c82 int nodirs; /* do not create directories as needed */ variable
H A Dextern.h224 extern int nodirs;
H A Doptions.c1029 nodirs = 1; in cpio_options()
1053 nodirs = 0; in cpio_options()