Searched defs:ArCommand (Results 1 – 1 of 1) sorted by relevance
6544 typedef struct ArCommand ArCommand; typedef6545 struct ArCommand { struct6546 u8 eCmd; /* An AR_CMD_* value */6547 u8 bVerbose; /* True if --verbose */6548 u8 bZip; /* True if the archive is a ZIP */6549 u8 bDryRun; /* True if --dry-run */6550 u8 bAppend; /* True if --append */6574 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ argument