Symbol: spaces
crypto/libressl/crypto/asn1/tasn_prn.c
390
static char spaces[] = " ";
crypto/libressl/crypto/asn1/tasn_prn.c
391
const int nspaces = sizeof(spaces) - 1;
crypto/libressl/crypto/asn1/tasn_prn.c
394
if (BIO_write(out, spaces, nspaces) != nspaces)
crypto/libressl/crypto/asn1/tasn_prn.c
398
if (BIO_write(out, spaces, indent) != indent)
lib/i18n_module/UTF7/citrus_utf7.c
120
static const char spaces[] = " \t\r\n";
lib/i18n_module/UTF7/citrus_utf7.c
481
FILL(spaces, EI_SPACE);
lib/libc/locale/wcstod.c
105
*endptr += spaces;
lib/libc/locale/wcstod.c
59
size_t spaces;
lib/libc/locale/wcstod.c
63
spaces = 0;
lib/libc/locale/wcstod.c
66
spaces++;
lib/libc/locale/wcstof.c
53
size_t spaces;
lib/libc/locale/wcstof.c
57
spaces = 0;
lib/libc/locale/wcstof.c
60
spaces++;
lib/libc/locale/wcstof.c
82
*endptr += spaces;
lib/libc/locale/wcstold.c
53
size_t spaces;
lib/libc/locale/wcstold.c
57
spaces = 0;
lib/libc/locale/wcstold.c
60
spaces++;
lib/libc/locale/wcstold.c
82
*endptr += spaces;
sbin/dhclient/errwarn.c
207
static char spaces[] =
sbin/dhclient/errwarn.c
237
iov[4].iov_base = spaces;
sys/bus/pccard/pccard.c
417
int i, rid, spaces;
sys/bus/pccard/pccard.c
428
spaces = 0;
sys/bus/pccard/pccard.c
450
spaces++;
sys/bus/pccard/pccard.c
473
spaces++;
sys/bus/pccard/pccard.c
475
if (spaces == 0) {
sys/net/accf_http/accf_http.c
229
int i, cc, spaces, inspaces;
sys/net/accf_http/accf_http.c
236
inspaces = spaces = 0;
sys/net/accf_http/accf_http.c
244
spaces++;
sys/net/accf_http/accf_http.c
253
if (spaces == 2) {
usr.bin/crunch/crunchgen/crunchgen.c
1265
int len, spaces;
usr.bin/crunch/crunchgen/crunchgen.c
1271
spaces = lastlen - len;
usr.bin/crunch/crunchgen/crunchgen.c
1272
if (spaces < 1)
usr.bin/crunch/crunchgen/crunchgen.c
1273
spaces = 1;
usr.bin/crunch/crunchgen/crunchgen.c
1275
fprintf(stderr, " [%s]%*.*s\r", str, spaces, spaces, " ");
usr.bin/fmt/fmt.c
527
output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length, size_t spaces) {
usr.bin/fmt/fmt.c
544
if (coalesce_spaces_P || spaces==0)
usr.bin/fmt/fmt.c
545
spaces = wcschr(sentence_enders, word[length-1]) ? 2 : 1;
usr.bin/fmt/fmt.c
556
pending_spaces = spaces;
usr.bin/fmt/fmt.c
585
x0 = width; x = width+indent1; pending_spaces = spaces;
usr.bin/rpcinfo/rpcinfo.c
1053
spaces((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
1056
spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
1106
spaces((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
1109
spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
1171
spaces((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
1174
spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
usr.bin/rpcinfo/rpcinfo.c
149
static char *spaces(int);
usr.sbin/installer/dfuife_curses/curses_bar.c
106
int spaces;
usr.sbin/installer/dfuife_curses/curses_bar.c
110
spaces = b->width - strlen(text);
usr.sbin/installer/dfuife_curses/curses_bar.c
111
whline(b->win, ' ', spaces);