HomeSort by: relevance | last modified time | path
    Searched defs:ign (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
file_subs.c 382 * try to make a hard link between two files. if ign set, we do not
387 * 1 when ign was set to indicates we could not make the link but we
393 mk_link(char *to, struct stat *to_sb, char *from, int ign)
423 if (!ign) {
442 if (!ign) {
468 int ign = 0; local in function:node_creat
512 if (ign)
564 if ((ign = unlnk_exist(nm, arcn->type)) < 0)
808 * When ign is zero, only those times the user has asked for are set, the
file_subs.c 382 * try to make a hard link between two files. if ign set, we do not
387 * 1 when ign was set to indicates we could not make the link but we
393 mk_link(char *to, struct stat *to_sb, char *from, int ign)
423 if (!ign) {
442 if (!ign) {
468 int ign = 0; local in function:node_creat
512 if (ign)
564 if ((ign = unlnk_exist(nm, arcn->type)) < 0)
808 * When ign is zero, only those times the user has asked for are set, the

Completed in 232 milliseconds