Searched refs:resign (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libssl/test/
H A Dcms-test.pl132 "-resign -inform \"DER\" -in test.cms -outform \"DER\""
386 # Skip smime resign: 0.9.8 smime doesn't support -resign
387 next if ($scmd =~ /smime/ && $rscmd =~ /-resign/);
/openbsd-current/games/monop/
H A Dmonop.h205 void resign(void);
H A Dtrade.c226 * This routine lets a player resign
229 resign(void) function
250 printf("You would resign to the bank\n");
252 printf("You would resign to %s\n", name_list[new_own]);
256 printf("You would resign to the bank\n");
261 new_own = getinp("Who do you wish to resign to? ",
264 printf("You can't resign to yourself!!\n");
268 if (getyn("Do you really want to resign? ") != 0)
274 if (new_own < num_play) { /* resign to player */
285 else { /* resign t
[all...]

Completed in 120 milliseconds