Lines Matching refs:NEW
80 ep->e_flags |= NEW|KEEP;
138 * Create a new node (directory).
202 linkit(char *existing, char *new, int type)
206 if (!Nflag && symlink(existing, new) < 0) {
209 new, existing, strerror(errno));
213 if (!Nflag && link(existing, new) < 0) {
216 new, existing, strerror(errno));
224 type == SYMLINK ? "symbolic" : "hard", new, existing);
277 if (ep->e_flags & (NEW|EXTRACT))
295 if (ep->e_flags & (NEW|EXTRACT))
342 if (ep->e_flags & NEW)
343 (void) strcat(flagbuf, "|NEW");