HomeSort by: relevance | last modified time | path
    Searched refs:EXISTED (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/restore/
restore.h 111 #define EXISTED 0x0040 /* directory already existed during extract */
utilities.c 149 np->e_flags |= EXISTED;
346 if (ep->e_flags & EXISTED)
347 (void) strcat(flagbuf, "|EXISTED");
restore.c 828 ep->e_flags &= ~(NEW|EXISTED);
dirs.c 666 if ((flags & FORCE) == 0 && ep->e_flags & EXISTED) {

Completed in 12 milliseconds