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

/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c38 #if ARCHIVE
165 #if ARCHIVE
330 #if ARCHIVE
467 #if ARCHIVE
468 if (pp.test & 0x0040) error(1, "SEARCH#%d dir=%s%s%s%s%s file=%s%s path=%s index=%d", __LINE__, dp->name, (dp->type & TYPE_ARCHIVE) ? " ARCHIVE" : "", (dp->type & TYPE_BUFFER) ? " BUFFER" : "", (dp->type & TYPE_CHECKPOINT) ? " CHECKPOINT" : "", (dp->type & TYPE_DIRECTORY) ? " DIRECTORY" : "", fp->name, (fp->flags & INC_MEMBER(index)) ? " MEMBER" : "", pp.path, index);
510 #if ARCHIVE
521 #if ARCHIVE
540 #if ARCHIVE
H A Dppinput.c125 #if ARCHIVE
227 #if ARCHIVE && CHECKPOINT
486 #if ARCHIVE
707 #if ARCHIVE
H A Dpplib.h35 #ifndef ARCHIVE
36 #define ARCHIVE 1 /* -I can specify header archives */ macro
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c94 #define ARCHIVE "archive" macro
1530 "%s.%d", ARCHIVE, part);
1552 if (isdir(ARCHIVE) == 0) {
1554 (void) strlcat(cmd, ARCHIVE, sizeof (cmd));
1762 ARCHIVE, part);
1784 if (isdir(ARCHIVE) == 0) {
1786 (void) strlcat(cmd, ARCHIVE, CMDSIZE);

Completed in 72 milliseconds