Lines Matching defs:start
859 /* If word doesn't start with a -, we're done. */
1060 char start[80 + 1];
1079 memset(start, ' ', sizeof(start) - 1);
1080 start[sizeof(start) - 1] = '\0';
1084 start[width] = '\0';
1085 opt_printf_stderr("%s %s\n", start, help);
1090 p = start;
1103 if ((int)(p - start) >= MAX_OPT_HELP_WIDTH) {
1105 opt_printf_stderr("%s\n", start);
1106 memset(start, ' ', sizeof(start));
1108 start[width] = '\0';
1109 opt_printf_stderr("%s %s\n", start, help);
1117 char start[80 + 1];
1131 OPENSSL_assert(i < (int)sizeof(start));