Searched refs:spaces (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-13-stable/tools/tools/umastat/
H A Dumastat.c141 uma_print_keg_flags(struct uma_keg *ukp, const char *spaces) argument
146 printf("%suk_flags = 0;\n", spaces);
150 printf("%suk_flags = ", spaces);
163 uma_print_keg_align(struct uma_keg *ukp, const char *spaces) argument
168 printf("%suk_align = UMA_ALIGN_PTR;\n", spaces);
173 printf("%suk_align = UMA_ALIGN_LONG;\n", spaces);
177 printf("%suk_align = UMA_ALIGN_INT;\n", spaces);
182 printf("%suk_align = UMA_ALIGN_SHORT;\n", spaces);
186 printf("%suk_align = UMA_ALIGN_CHAR;\n", spaces);
190 printf("%suk_align = UMA_ALIGN_CACHE;\n", spaces);
209 uma_print_bucketlist(kvm_t *kvm, struct bucketlist *bucketlist, const char *name, const char *spaces) argument
240 uma_print_cache(kvm_t *kvm, struct uma_cache *cache, const char *name, int cpu, const char *spaces, int *ub_cnt_add, int *ub_entries_add) argument
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-debug-errors.exp1 echo '3 spaces'; false
2 3 spaces
4 *** Failed target: fail-spaces
5 *** Failed command: echo '3 spaces'; false
H A Descape.exp47 printf "%s=:%s:\n" VAR1BSNL00 first\ line; printf "%s=:%s:\n" VAR1BSNL0 first\ line\ no\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLs first\ line\ one\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLss first\ line\ two\ spaces\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLt first\ line\ one\ tab\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLtt first\ line\ two\ tabs\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLxx first\ line\ many\ spaces\ and\ tabs\ \[\ \ \ \ \]\ on\ second\ line;
51 VAR1BSNLss=:first line two spaces on second line:
54 VAR1BSNLxx=:first line many spaces and tabs [ ] on second line:
63 second line spaces should be retained':
65 second line spaces should be retained:
93 second line spaces should be retained':
95 second line spaces should be retained:
H A Ddirective-export-gmake.mk26 # Contrary to the usual variable assignments, spaces are significant
29 export VAR= leading spaces
30 .if ${:!echo "\$VAR"!} != " leading spaces"
34 # Contrary to the usual variable assignments, spaces are significant
H A Ddeptgt-makeflags.mk32 .MAKEFLAGS: VAR="value"' with'\ spaces
33 .if ${VAR} != "value with spaces"
40 .if ${VAR} != "value with spaces"
H A Dcond-func-defined.mk6 ${:UA B}= variable name with spaces
H A Ddirective.mk10 . indented 2 spaces
H A Dvar-op-assign.mk70 VAR(spaces in parentheses)= ()
71 VAR{spaces in braces}= {}
77 VARNAME_PAREN= VAR(spaces in parentheses)
78 VARNAME_BRACES= VAR{spaces in braces}
H A Dvarname-make_print_var_on_error-jobs.mk10 # contains spaces as well, this value is only intended as a first hint to what
H A Dcond-func.mk12 ${:UA B}= variable name with spaces
75 # There may be spaces around the operators and parentheses, and even
76 # inside the parentheses. The spaces inside the parentheses are not
H A Dcond-func-empty.mk93 # neither leading nor trailing spaces are trimmed in the argument of the
94 # function. If the spaces were trimmed, the variable name would be "" and
138 # There may be spaces at the outside of the parentheses.
144 ${:U WORD }= variable name with spaces
H A Descape.mk174 two spaces on second line
180 many spaces and tabs [ ] on second line
201 second line spaces should be retained':
242 second line spaces should be retained':
H A Dmodts.mk32 # word since all spaces have been replaced with x.
H A Dcomment.mk15 # Comments can be indented with spaces, but that is rather unusual.
H A Ddirective-undef.mk39 # contain spaces or unbalanced 'single' or "double" quotes from being
/freebsd-13-stable/lib/libc/locale/
H A Dwcstod.c61 size_t spaces; local
65 spaces = 0;
68 spaces++;
107 *endptr += spaces;
H A Dwcstof.c55 size_t spaces; local
59 spaces = 0;
62 spaces++;
84 *endptr += spaces;
H A Dwcstold.c55 size_t spaces; local
59 spaces = 0;
62 spaces++;
84 *endptr += spaces;
/freebsd-13-stable/sbin/dhclient/
H A Derrwarn.c211 static char spaces[] = local
213 " "; /* 80 spaces */
226 "%s^", &spaces[sizeof(spaces) - lexchar]);
234 write(2, spaces, lexchar - 1);
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_txt.c379 size_t cno, off, scno, spaces, tabs; local
403 * Count up spaces/tabs needed to get to the target.
411 spaces = scno - cno;
414 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1);
417 tp->ai = tabs + spaces;
422 for (; spaces > 0; --spaces)
/freebsd-13-stable/sys/netinet/
H A Daccf_http.c203 int i, cc, spaces, inspaces; local
210 inspaces = spaces = 0;
219 spaces++;
228 if (spaces != 2) {
/freebsd-13-stable/contrib/diff/src/
H A Dside.c85 size_t spaces = tabsize - in_position % tabsize; local
88 size_t tabstop = out_position + spaces;
103 in_position += spaces;
119 /* Add spaces to make up for suppressed tab past out_bound. */
H A Dutil.c188 of the pathnames, and it requires two spaces after "diff" if
544 With -t, expand white space characters to spaces, and if FLAG_FORMAT
567 size_t spaces = tab_size - column % tab_size;
568 column += spaces;
571 while (--spaces);
560 size_t spaces = tab_size - column % tab_size; local
/freebsd-13-stable/usr.bin/fmt/
H A Dfmt.c38 * space, or two spaces if it ends with a sentence-end
54 * is modified slightly: <n> spaces are replaced by a tab.
66 * subsequent-leading-whitespace two spaces.
104 * - We don't turn spaces into tabs at starts of lines unless
243 static int tab_width = 8; /* Number of spaces per tab stop */
244 static size_t output_tab_width = 8; /* Ditto, when squashing leading spaces */
350 " -l <n> turn each <n> spaces at start of line into a tab\n"
438 size_t last_indent = SILLY; /* how many spaces in last indent? */
511 /* Find word end and count spaces after it */
565 /* Begin a new paragraph with an indent of |indent| spaces
602 output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length, size_t spaces) argument
[all...]
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c335 static const char spaces[] = " "; local
336 static const int nspaces = sizeof(spaces) - 1;
339 if (BIO_write(out, spaces, nspaces) != nspaces)
343 if (BIO_write(out, spaces, indent) != indent)

Completed in 221 milliseconds

12