Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 239) sorted by relevance

12345678910

/freebsd/sys/contrib/device-tree/Bindings/
H A D.yamllint15 min-spaces-inside: 0
16 max-spaces-inside: 1
17 min-spaces-inside-empty: 0
18 max-spaces-inside-empty: 0
20 min-spaces-inside: 0
21 max-spaces-inside: 1
22 min-spaces-inside-empty: 0
23 max-spaces-inside-empty: 0
24 colons: {max-spaces-before: 0, max-spaces
[all...]
/freebsd/tools/tools/umastat/
H A Dumastat.c139 uma_print_keg_flags(struct uma_keg *ukp, const char *spaces) in uma_print_keg_flags() argument
144 printf("%suk_flags = 0;\n", spaces); in uma_print_keg_flags()
148 printf("%suk_flags = ", spaces); in uma_print_keg_flags()
161 uma_print_keg_align(struct uma_keg *ukp, const char *spaces) in uma_print_keg_align() argument
166 printf("%suk_align = UMA_ALIGN_PTR;\n", spaces); in uma_print_keg_align()
171 printf("%suk_align = UMA_ALIGN_LONG;\n", spaces); in uma_print_keg_align()
175 printf("%suk_align = UMA_ALIGN_INT;\n", spaces); in uma_print_keg_align()
180 printf("%suk_align = UMA_ALIGN_SHORT;\n", spaces); in uma_print_keg_align()
184 printf("%suk_align = UMA_ALIGN_CHAR;\n", spaces); in uma_print_keg_align()
188 printf("%suk_align = UMA_ALIGN_CACHE;\n", spaces); in uma_print_keg_align()
[all …]
/freebsd/contrib/bsddialog/lib/
H A Dslider.c63 unsigned long (*spaces)[2]; member
100 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
101 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
115 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
116 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
131 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
132 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
143 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
144 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
159 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvar-op-assign.mk71 VAR(spaces in parentheses)= ()
72 VAR{spaces in braces}= {}
78 VARNAME_PAREN= VAR(spaces in parentheses)
79 VARNAME_BRACES= VAR{spaces in braces}
H A Descape.exp45 VAR1BSNLss=:first line two spaces on second line:
48 VAR1BSNLxx=:first line many spaces and tabs [ ] on second line:
57 second line spaces should be retained':
59 second line spaces should be retained:
87 second line spaces should be retained':
89 second line spaces should be retained:
H A Dopt-debug-errors.mk8 all: fail-spaces
16 fail-spaces:
H A Dopt-debug-errors-jobs.mk8 all: fail-spaces
15 fail-spaces:
/freebsd/lib/libc/locale/
H A Dwcstod.c58 size_t spaces; in wcstod_l() local
62 spaces = 0; in wcstod_l()
65 spaces++; in wcstod_l()
104 *endptr += spaces; in wcstod_l()
H A Dwcstof.c52 size_t spaces; in wcstof_l() local
56 spaces = 0; in wcstof_l()
59 spaces++; in wcstof_l()
81 *endptr += spaces; in wcstof_l()
H A Dwcstold.c52 size_t spaces; in wcstold_l() local
56 spaces = 0; in wcstold_l()
59 spaces++; in wcstold_l()
81 *endptr += spaces; in wcstold_l()
/freebsd/contrib/nvi/ex/
H A Dex_txt.c379 size_t cno, off, scno, spaces, tabs; in txt_dent() local
411 spaces = scno - cno; in txt_dent()
414 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1); in txt_dent()
417 tp->ai = tabs + spaces; in txt_dent()
422 for (; spaces > 0; --spaces) in txt_dent()
/freebsd/sbin/dhclient/
H A Derrwarn.c209 static char spaces[] = in parse_warn() local
224 "%s^", &spaces[sizeof(spaces) - lexchar]); in parse_warn()
232 write(2, spaces, lexchar - 1); in parse_warn()
/freebsd/usr.bin/m4/tests/
H A Dargs2.m42 dnl Preserving spaces within nested parentheses
4 foo(( check for embedded spaces))
/freebsd/sys/netinet/
H A Daccf_http.c200 int i, cc, spaces, inspaces; in soparsehttpvers() local
207 inspaces = spaces = 0; in soparsehttpvers()
216 spaces++; in soparsehttpvers()
225 if (spaces != 2) { in soparsehttpvers()
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,dra7-dss.txt12 - reg: address and length of the register spaces for 'dss'
23 - reg: address and length of the register spaces for 'pll1_clkctrl',
60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
/freebsd/usr.bin/fmt/
H A Dfmt.c600 output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length, size_t spaces) in output_word() argument
619 if (coalesce_spaces_P || spaces == 0) in output_word()
620 spaces = wcschr(sentence_enders, word[length - 1]) ? 2 : 1; in output_word()
637 pending_spaces = spaces; in output_word()
673 pending_spaces = spaces; in output_word()
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt65 without regard for case and insignificant spaces.
76 spaces are ignored. For printableString, there is only one space
374 All spaces are regarded as insignificant and are to be removed.
376 For example, removal of spaces from the Form KC string:
402 All hyphens and spaces are considered insignificant and are to be
405 For example, removal of hyphens and spaces from the Form KC string:
604 one or more spaces be replaced with one space and, if the string
605 contains non-space characters, removal of all leading spaces and
606 trailing spaces.
632 cause leading and trailing spaces in substrings of the string to be
[all …]
/freebsd/contrib/diff/src/
H A Dside.c85 size_t spaces = tabsize - in_position % tabsize; in print_half_line() local
88 size_t tabstop = out_position + spaces; in print_half_line()
103 in_position += spaces; in print_half_line()
/freebsd/usr.bin/mail/misc/
H A Dmail.help20 by spaces. If omitted, Mail uses the last message typed.
22 A <user list> consists of user names or aliases separated by spaces.
/freebsd/usr.bin/col/
H A DREADME9 -x do not compress spaces into tabs.
13 spaces into tabs. There was a -h option which caused it to compress spaces
/freebsd/stand/forth/
H A Dcheck-password.4th63 2 spaces
68 1 spaces
111 3 spaces \ Erase the twiddle
115 3 spaces read-start @ 25 at-xy \ Erase the twiddle
120 0= if 3 spaces read-start @ 25 at-xy then \ Twiddle
/freebsd/usr.bin/patch/tests/
H A Dunified_patch_test.sh154 atf_check -s not-exit:0 -o save:spaces.diff \
158 atf_check -o not-empty patch < spaces.diff
/freebsd/contrib/libyaml/src/
H A Demitter.c1923 int spaces = 0; in yaml_emitter_write_plain_scalar() local
1946 if (allow_breaks && !spaces in yaml_emitter_write_plain_scalar()
1955 spaces = 1; in yaml_emitter_write_plain_scalar()
1973 spaces = 0; in yaml_emitter_write_plain_scalar()
1989 int spaces = 0; in yaml_emitter_write_single_quoted_scalar() local
2001 if (allow_breaks && !spaces in yaml_emitter_write_single_quoted_scalar()
2012 spaces = 1; in yaml_emitter_write_single_quoted_scalar()
2033 spaces = 0; in yaml_emitter_write_single_quoted_scalar()
2055 int spaces = 0; in yaml_emitter_write_double_quoted_scalar() local
2171 spaces = 0; in yaml_emitter_write_double_quoted_scalar()
[all …]
/freebsd/stand/ficl/softwords/
H A Dsoftcore.fr30 : spaces ( n -- ) 0 ?do space loop ;
72 drop else spaces
107 IF 3 spaces ELSE dup c@ 0 <# # # #> type space THEN
194 get-order 0 ?do 3 spaces list-wid loop cr
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c333 static const char spaces[] = " "; in asn1_print_fsname() local
334 static const int nspaces = sizeof(spaces) - 1; in asn1_print_fsname()
337 if (BIO_write(out, spaces, nspaces) != nspaces) in asn1_print_fsname()
341 if (BIO_write(out, spaces, indent) != indent) in asn1_print_fsname()

12345678910