Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c31 #define MAX_OPT_HELP_WIDTH 30 macro
1108 if ((int)(p - start) >= MAX_OPT_HELP_WIDTH) { in opt_print()
1134 if (i < MAX_OPT_HELP_WIDTH && i > width) in opt_help()
/third_party/openssl/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()

Completed in 4 milliseconds