Home | History | Annotate | Download | only in restore

Lines Matching defs:flagbuf

332 	static char flagbuf[BUFSIZ];
334 (void) strcpy(flagbuf, "|NIL");
335 flagbuf[0] = '\0';
337 (void) strcat(flagbuf, "|REMOVED");
339 (void) strcat(flagbuf, "|TMPNAME");
341 (void) strcat(flagbuf, "|EXTRACT");
343 (void) strcat(flagbuf, "|NEW");
345 (void) strcat(flagbuf, "|KEEP");
347 (void) strcat(flagbuf, "|EXISTED");
348 return (&flagbuf[1]);