/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | .yamllint | 15 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 D | umastat.c | 139 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/bmake/unit-tests/ |
H A D | var-op-assign.mk | 71 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 D | escape.exp | 45 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 D | opt-debug-errors.mk | 8 all: fail-spaces 16 fail-spaces:
|
H A D | opt-debug-errors-jobs.mk | 8 all: fail-spaces 15 fail-spaces:
|
H A D | escape.mk | 175 two spaces on second line 181 many spaces and tabs [ ] on second line
|
/freebsd/lib/libc/locale/ |
H A D | wcstod.c | 58 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 D | wcstof.c | 52 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 D | wcstold.c | 52 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 D | ex_txt.c | 379 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 D | errwarn.c | 209 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 D | args2.m4 | 2 dnl Preserving spaces within nested parentheses 4 foo(( check for embedded spaces))
|
H A D | regress.args2.out | 1 ( check for embedded spaces)
|
/freebsd/sys/netinet/ |
H A D | accf_http.c | 201 int i, cc, spaces, inspaces; in soparsehttpvers() local 208 inspaces = spaces = 0; in soparsehttpvers() 217 spaces++; in soparsehttpvers() 226 if (spaces != 2) { in soparsehttpvers()
|
/freebsd/sys/contrib/device-tree/Bindings/display/ti/ |
H A D | ti,dra7-dss.txt | 12 - 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 D | fmt.c | 600 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 D | rfc4518.txt | 65 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 D | side.c | 85 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 D | mail.help | 20 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 D | README | 9 -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 D | check-password.4th | 63 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/crypto/openssl/crypto/asn1/ |
H A D | tasn_prn.c | 335 static const char spaces[] = " "; in asn1_print_fsname() local 336 static const int nspaces = sizeof(spaces) - 1; in asn1_print_fsname() 339 if (BIO_write(out, spaces, nspaces) != nspaces) in asn1_print_fsname() 343 if (BIO_write(out, spaces, indent) != indent) in asn1_print_fsname()
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.fr | 30 : 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/contrib/nvi/vi/ |
H A D | v_txt.c | 1650 size_t cno, len, new, old, scno, spaces, tab_after_sp, tabs; in txt_ai_resolve() local 1680 spaces = tab_after_sp = 0; len-- && isblank(*p); ++p) in txt_ai_resolve() 1682 if (spaces) in txt_ai_resolve() 1686 ++spaces; in txt_ai_resolve() 1695 if ((!spaces || (!tab_after_sp && spaces < ts)) && in txt_ai_resolve() 1706 spaces = scno - cno; in txt_ai_resolve() 1713 new = spaces + tabs; in txt_ai_resolve() 1726 while (spaces--) in txt_ai_resolve() 1868 size_t cno, current, spaces, target, tabs; in txt_dent() local 1937 spaces = tabs = 0; in txt_dent() [all …]
|