Home
last modified time | relevance | path

Searched refs:MAX_OPT_HELP_WIDTH (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dopt.c22 #define MAX_OPT_HELP_WIDTH 30 macro
849 if (i < MAX_OPT_HELP_WIDTH && i > width) in opt_help()
890 if ((int)(p - start) >= MAX_OPT_HELP_WIDTH) { in opt_help()
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/
H A Dopt.c31 #define MAX_OPT_HELP_WIDTH 30 macro
1103 if ((int)(p - start) >= MAX_OPT_HELP_WIDTH) { in opt_print()
1129 if (i < MAX_OPT_HELP_WIDTH && i > width) in opt_help()