Home
last modified time | relevance | path

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

12345678910>>...46

/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dproc-special.lt33 here are _b_a_c_k spaces.
38 =here are @02back@00 spaces._______________________________________________________________________…
40 =here are @02back@00 spaces._______________________________________________________________________…
42 =here are @02back@00 spaces._______________________________________________________________________…
44 =here are @02back@00 spaces._______________________________________________________________________…
46 =here are @02back@00 spaces._______________________________________________________________________…
48 =here are @02back@00 spaces._______________________________________________________________________…
50 =here are @02back@00 spaces._______________________________________________________________________…
56 =here are _@04^H@00b_@04^H@00a_@04^H@00c_@04^H@00k spaces._________________________________________…
58 =here are _@04^H@00b_@04^H@00a_@04^H@00c_@04^H@00k spaces._________________________________________…
[all …]
/netbsd-src/usr.bin/make/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:
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dintl.c143 char *spaces = XNEWVEC (char, len + 1); in get_spaces() local
144 memset (spaces, ' ', len); in get_spaces()
145 spaces[len] = '\0'; in get_spaces()
146 return spaces; in get_spaces()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dintl.cc143 char *spaces = XNEWVEC (char, len + 1); in get_spaces() local
144 memset (spaces, ' ', len); in get_spaces()
145 spaces[len] = '\0'; in get_spaces()
146 return spaces; in get_spaces()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_txt.c392 size_t cno, off, scno, spaces, tabs; in txt_dent() local
424 spaces = scno - cno; in txt_dent()
427 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1); in txt_dent()
430 tp->ai = tabs + spaces; in txt_dent()
435 for (; spaces > 0; --spaces) in txt_dent()
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dnis_sv.c222 static const char spaces[] = " \t"; in makeservent() local
242 p += strcspn(p, spaces); in makeservent()
246 p += strspn(p, spaces); in makeservent()
258 p += strspn(p, spaces); in makeservent()
273 p += strcspn(p, spaces); in makeservent()
277 p += strspn(p, spaces); in makeservent()
H A Dnis_nw.c305 static const char spaces[] = " \t"; in makenwent() local
319 cp += strcspn(cp, spaces); in makenwent()
323 cp += strspn(cp, spaces); in makenwent()
327 t = cp + strcspn(cp, spaces); in makenwent()
343 cp += strcspn(cp, spaces); in makenwent()
347 cp += strspn(cp, spaces); in makenwent()
H A Dnis_ho.c443 static const char spaces[] = " \t"; in makehostent() local
452 if (!(cp = strpbrk(p, spaces))) in makehostent()
492 cp += strspn(cp, spaces); in makehostent()
495 if ((cp = strpbrk(cp, spaces)) != NULL) in makehostent()
504 if ((cp = strpbrk(cp, spaces)) != NULL) in makehostent()
/netbsd-src/external/mpl/bind/dist/lib/isccc/
H A Dalist.c51 static char spaces[MAX_INDENT + 1] = " "
295 fprintf(stream, "%.*s%s => ", (int)indent, spaces, in isccc_alist_prettyprint()
304 fprintf(stream, "%.*s}", (int)indent, spaces); in isccc_alist_prettyprint()
309 fprintf(stream, "%.*s", (int)indent, spaces); in isccc_alist_prettyprint()
317 fprintf(stream, "%.*s)", (int)indent, spaces); in isccc_alist_prettyprint()
52 static char spaces[MAX_INDENT + 1] = " " global() variable
/netbsd-src/external/bsd/unbound/dist/testdata/blanks_cached_zone.tdir/
H A Dblanks.example.com.zone18 ; line with spaces followed by comment
22 ; Final line with spaces, tabs and comment
/netbsd-src/external/bsd/unbound/dist/testdata/blanks_https.tdir/127.0.0.1/
H A Dblanks.example.com.zone18 ; line with spaces followed by comment
22 ; Final line with spaces, tabs and comment
/netbsd-src/crypto/external/bsd/heimdal/dist/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 …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
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 …]
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Doptions.c35 TAILQ_HEAD(spaces, space) spaces;
410 TAILQ_INIT(&spaces); in spaces_init()
420 TAILQ_INSERT_TAIL(&spaces, space); in spaces_init()
574 TAILQ_FOREACH(space, &spaces) { in space_lookup()
609 TAILQ_FOREACH(universe, &spaces) { in kea_lookup_name()
650 TAILQ_INSERT_TAIL(&spaces, space); in push_space()
/netbsd-src/sys/netinet/
H A Daccf_http.c269 int i, cc, spaces, inspaces; in soparsehttpvers() local
276 inspaces = spaces = 0; in soparsehttpvers()
285 spaces++; in soparsehttpvers()
294 if (spaces != 2) { in soparsehttpvers()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dside.c92 unsigned spaces = TAB_WIDTH - in_position % TAB_WIDTH; local
95 unsigned tabstop = out_position + spaces;
111 in_position += spaces;
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dside.c88 unsigned int spaces = TAB_WIDTH - in_position % TAB_WIDTH; in print_half_line() local
91 unsigned int tabstop = out_position + spaces; in print_half_line()
106 in_position += spaces; in print_half_line()
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/
H A DDiagTool.cpp55 unsigned spaces = (maxName + 3) - (it->size()); in printCommands() local
56 for (unsigned i = 0; i < spaces; ++i) in printCommands()
/netbsd-src/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
/netbsd-src/usr.bin/mail/misc/
H A Dmail.help22 by spaces. If omitted, Mail uses the last message typed.
24 A <user list> consists of user names or aliases separated by spaces.
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dtasn_prn.c335 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dtasn_prn.c335 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()

12345678910>>...46