spaces
static const char spaces[] = " ";
static const int nspaces = sizeof(spaces) - 1;
if (BIO_write(out, spaces, nspaces) != nspaces)
if (BIO_write(out, spaces, indent) != indent)
spaces, input_type_label, input_type, comma,
const char *spaces
const char spaces[] = " ";
if (BIO_printf(out, "%s", spaces) <= 0)
if (BIO_printf(out, ":\n%s", spaces) <= 0)
*endptr += spaces;
size_t spaces;
spaces = 0;
spaces++;
size_t spaces;
spaces = 0;
spaces++;
*endptr += spaces;
size_t spaces;
spaces = 0;
spaces++;
*endptr += spaces;
static const char spaces[] = " \t\r\n";
FILL(spaces, EI_SPACE);
static char spaces[] =
"%s^", &spaces[sizeof(spaces) - lexchar]);
write(2, spaces, lexchar - 1);
int i, cc, spaces, inspaces;
inspaces = spaces = 0;
spaces++;
if (spaces != 2) {
uma_print_keg_flags(struct uma_keg *ukp, const char *spaces)
printf("%suk_flags = 0;\n", spaces);
printf("%suk_flags = ", spaces);
uma_print_keg_align(struct uma_keg *ukp, const char *spaces)
printf("%suk_align = UMA_ALIGN_PTR;\n", spaces);
printf("%suk_align = UMA_ALIGN_LONG;\n", spaces);
printf("%suk_align = UMA_ALIGN_INT;\n", spaces);
printf("%suk_align = UMA_ALIGN_SHORT;\n", spaces);
printf("%suk_align = UMA_ALIGN_CHAR;\n", spaces);
printf("%suk_align = UMA_ALIGN_CACHE;\n", spaces);
printf("%suk_align = %d\n", spaces, ukp->uk_align);
uma_print_bucket(struct uma_bucket *ubp, const char *spaces __unused)
const char *name, const char *spaces)
printf("%s%s {", spaces, name);
printf("\n%s ", spaces);
printf("%s}; // total cnt %ju, total entries %ju\n", spaces,
int cpu, const char *spaces, int *ub_cnt_add, int *ub_entries_add)
printf("%s%s[%d] = {\n", spaces, name, cpu);
printf("%s uc_frees = %ju;\n", spaces, cache->uc_frees);
printf("%s uc_allocs = %ju;\n", spaces, cache->uc_allocs);
printf("%s uc_freebucket ", spaces);
uma_print_bucket(&ub, spaces);
printf("%s uc_freebucket = NULL;\n", spaces);
printf("%s uc_allocbucket ", spaces);
uma_print_bucket(&ub, spaces);
printf("%s uc_allocbucket = NULL;\n", spaces);
printf("%s};\n", spaces);
output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length, size_t spaces)
if (coalesce_spaces_P || spaces == 0)
spaces = wcschr(sentence_enders, word[length - 1]) ? 2 : 1;
pending_spaces = spaces;
pending_spaces = spaces;
spaces((TABSTOP * (1 + flen / TABSTOP))
spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
spaces((TABSTOP * (1 + flen / TABSTOP))
spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
spaces((TABSTOP * (1 + flen / TABSTOP))
spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
static char *spaces(int);
int len, spaces;
spaces = lastlen - len;
if (spaces < 1)
spaces = 1;
fprintf(stderr, " [%s]%*.*s\r", str, spaces, spaces, " ");