Symbol: spaces
crypto/openssl/crypto/asn1/tasn_prn.c
333
static const char spaces[] = " ";
crypto/openssl/crypto/asn1/tasn_prn.c
334
static const int nspaces = sizeof(spaces) - 1;
crypto/openssl/crypto/asn1/tasn_prn.c
337
if (BIO_write(out, spaces, nspaces) != nspaces)
crypto/openssl/crypto/asn1/tasn_prn.c
341
if (BIO_write(out, spaces, indent) != indent)
crypto/openssl/crypto/encode_decode/decoder_lib.c
106
spaces, input_type_label, input_type, comma,
crypto/openssl/crypto/encode_decode/decoder_lib.c
85
const char *spaces
crypto/openssl/crypto/encode_decode/encoder_lib.c
710
const char spaces[] = " ";
crypto/openssl/crypto/encode_decode/encoder_lib.c
751
if (BIO_printf(out, "%s", spaces) <= 0)
crypto/openssl/crypto/encode_decode/encoder_lib.c
764
if (BIO_printf(out, ":\n%s", spaces) <= 0)
lib/libc/locale/wcstod.c
104
*endptr += spaces;
lib/libc/locale/wcstod.c
58
size_t spaces;
lib/libc/locale/wcstod.c
62
spaces = 0;
lib/libc/locale/wcstod.c
65
spaces++;
lib/libc/locale/wcstof.c
52
size_t spaces;
lib/libc/locale/wcstof.c
56
spaces = 0;
lib/libc/locale/wcstof.c
59
spaces++;
lib/libc/locale/wcstof.c
81
*endptr += spaces;
lib/libc/locale/wcstold.c
52
size_t spaces;
lib/libc/locale/wcstold.c
56
spaces = 0;
lib/libc/locale/wcstold.c
59
spaces++;
lib/libc/locale/wcstold.c
81
*endptr += spaces;
lib/libiconv_modules/UTF7/citrus_utf7.c
121
static const char spaces[] = " \t\r\n";
lib/libiconv_modules/UTF7/citrus_utf7.c
482
FILL(spaces, EI_SPACE);
sbin/dhclient/errwarn.c
209
static char spaces[] =
sbin/dhclient/errwarn.c
224
"%s^", &spaces[sizeof(spaces) - lexchar]);
sbin/dhclient/errwarn.c
232
write(2, spaces, lexchar - 1);
sys/netinet/accf_http.c
200
int i, cc, spaces, inspaces;
sys/netinet/accf_http.c
207
inspaces = spaces = 0;
sys/netinet/accf_http.c
216
spaces++;
sys/netinet/accf_http.c
225
if (spaces != 2) {
tools/tools/umastat/umastat.c
139
uma_print_keg_flags(struct uma_keg *ukp, const char *spaces)
tools/tools/umastat/umastat.c
144
printf("%suk_flags = 0;\n", spaces);
tools/tools/umastat/umastat.c
148
printf("%suk_flags = ", spaces);
tools/tools/umastat/umastat.c
161
uma_print_keg_align(struct uma_keg *ukp, const char *spaces)
tools/tools/umastat/umastat.c
166
printf("%suk_align = UMA_ALIGN_PTR;\n", spaces);
tools/tools/umastat/umastat.c
171
printf("%suk_align = UMA_ALIGN_LONG;\n", spaces);
tools/tools/umastat/umastat.c
175
printf("%suk_align = UMA_ALIGN_INT;\n", spaces);
tools/tools/umastat/umastat.c
180
printf("%suk_align = UMA_ALIGN_SHORT;\n", spaces);
tools/tools/umastat/umastat.c
184
printf("%suk_align = UMA_ALIGN_CHAR;\n", spaces);
tools/tools/umastat/umastat.c
188
printf("%suk_align = UMA_ALIGN_CACHE;\n", spaces);
tools/tools/umastat/umastat.c
192
printf("%suk_align = %d\n", spaces, ukp->uk_align);
tools/tools/umastat/umastat.c
199
uma_print_bucket(struct uma_bucket *ubp, const char *spaces __unused)
tools/tools/umastat/umastat.c
208
const char *name, const char *spaces)
tools/tools/umastat/umastat.c
214
printf("%s%s {", spaces, name);
tools/tools/umastat/umastat.c
224
printf("\n%s ", spaces);
tools/tools/umastat/umastat.c
233
printf("%s}; // total cnt %ju, total entries %ju\n", spaces,
tools/tools/umastat/umastat.c
239
int cpu, const char *spaces, int *ub_cnt_add, int *ub_entries_add)
tools/tools/umastat/umastat.c
244
printf("%s%s[%d] = {\n", spaces, name, cpu);
tools/tools/umastat/umastat.c
245
printf("%s uc_frees = %ju;\n", spaces, cache->uc_frees);
tools/tools/umastat/umastat.c
246
printf("%s uc_allocs = %ju;\n", spaces, cache->uc_allocs);
tools/tools/umastat/umastat.c
252
printf("%s uc_freebucket ", spaces);
tools/tools/umastat/umastat.c
253
uma_print_bucket(&ub, spaces);
tools/tools/umastat/umastat.c
260
printf("%s uc_freebucket = NULL;\n", spaces);
tools/tools/umastat/umastat.c
265
printf("%s uc_allocbucket ", spaces);
tools/tools/umastat/umastat.c
266
uma_print_bucket(&ub, spaces);
tools/tools/umastat/umastat.c
273
printf("%s uc_allocbucket = NULL;\n", spaces);
tools/tools/umastat/umastat.c
274
printf("%s};\n", spaces);
usr.bin/fmt/fmt.c
600
output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length, size_t spaces)
usr.bin/fmt/fmt.c
619
if (coalesce_spaces_P || spaces == 0)
usr.bin/fmt/fmt.c
620
spaces = wcschr(sentence_enders, word[length - 1]) ? 2 : 1;
usr.bin/fmt/fmt.c
637
pending_spaces = spaces;
usr.bin/fmt/fmt.c
673
pending_spaces = spaces;
usr.bin/rpcinfo/rpcinfo.c
1055
spaces((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
1058
spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
1108
spaces((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
1111
spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
1173
spaces((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
1176
spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
148
static char *spaces(int);
usr.sbin/crunch/crunchgen/crunchgen.c
1160
int len, spaces;
usr.sbin/crunch/crunchgen/crunchgen.c
1166
spaces = lastlen - len;
usr.sbin/crunch/crunchgen/crunchgen.c
1167
if (spaces < 1)
usr.sbin/crunch/crunchgen/crunchgen.c
1168
spaces = 1;
usr.sbin/crunch/crunchgen/crunchgen.c
1170
fprintf(stderr, " [%s]%*.*s\r", str, spaces, spaces, " ");