Searched defs:printstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgenkey.c375 char *printstr = NULL; local
427 if (printstr)
429 printstr = optarg_av;
493 if (printstr != NULL) {
501 if (tolower(printstr[0]) == 'y')
503 else if (tolower(printstr[0]) == 'n')

Completed in 58 milliseconds