Lines Matching defs:dowhat
335 * dowhat - What to do with the attributes (remove them or copy them).
349 sunw_get_pkey_localkeyid(getdo_actions_t dowhat, EVP_PKEY *pkey,
377 if (dowhat == GETDO_DEL) {
402 * dowhat - What to do with the attributes (remove them or copy them).
414 sunw_get_pkey_fname(getdo_actions_t dowhat, EVP_PKEY *pkey, char **fname)
439 if (dowhat == GETDO_DEL) {
624 * dowhat - what field(s) to print.
633 sunw_print_times(FILE *fp, prnt_actions_t dowhat, char *label, X509 *cert)
642 if (dowhat == PRNT_NOT_BEFORE || dowhat == PRNT_BOTH) {
649 if (dowhat == PRNT_NOT_AFTER || dowhat == PRNT_BOTH) {