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

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.h111 #define EXISTED 0x0040 /* directory already existed during extract */ macro
H A Dutilities.c149 np->e_flags |= EXISTED;
346 if (ep->e_flags & EXISTED)
347 (void) strcat(flagbuf, "|EXISTED");
H A Ddirs.c615 if ((flags & FORCE) == 0 && ep->e_flags & EXISTED) {
H A Drestore.c828 ep->e_flags &= ~(NEW|EXISTED);

Completed in 118 milliseconds