Searched defs:ArCommand (Results 1 – 2 of 2) sorted by relevance
17564 typedef struct ArCommand ArCommand; typedef17565 struct ArCommand { struct17566 u8 eCmd; /* An AR_CMD_* value */17567 u8 bVerbose; /* True if --verbose */17568 u8 bZip; /* True if the archive is a ZIP */17569 u8 bDryRun; /* True if --dry-run */17570 u8 bAppend; /* True if --append */17594 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument
17585 typedef struct ArCommand ArCommand; typedef17586 struct ArCommand { struct17587 u8 eCmd; /* An AR_CMD_* value */17588 u8 bVerbose; /* True if --verbose */17589 u8 bZip; /* True if the archive is a ZIP */17590 u8 bDryRun; /* True if --dry-run */17591 u8 bAppend; /* True if --append */17615 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument