Lines Matching defs:start
864 /* If word doesn't start with a -, we're done. */
1065 char start[80 + 1];
1084 memset(start, ' ', sizeof(start) - 1);
1085 start[sizeof(start) - 1] = '\0';
1089 start[width] = '\0';
1090 opt_printf_stderr("%s %s\n", start, help);
1095 p = start;
1108 if ((int)(p - start) >= MAX_OPT_HELP_WIDTH) {
1110 opt_printf_stderr("%s\n", start);
1111 memset(start, ' ', sizeof(start));
1113 start[width] = '\0';
1114 opt_printf_stderr("%s %s\n", start, help);
1122 char start[80 + 1];
1136 OPENSSL_assert(i < (int)sizeof(start));