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

1234567891011

/netbsd-current/usr.bin/make/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 Dopt-debug-errors-jobs.exp1 echo '3 spaces'; false
2 3 spaces
4 *** Failed target: fail-spaces
7 echo '3 spaces'; false
8 *** [fail-spaces] Error code 1
H A Dopt-debug-errors-jobs.mk8 all: fail-spaces
15 fail-spaces:
16 echo '3 spaces'; false
31 # of the lines, usually at column 73. All spaces before the continuation
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:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dintl.c143 char *spaces = XNEWVEC (char, len + 1); local
144 memset (spaces, ' ', len);
145 spaces[len] = '\0';
146 return spaces;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dintl.cc143 char *spaces = XNEWVEC (char, len + 1); local
144 memset (spaces, ' ', len);
145 spaces[len] = '\0';
146 return spaces;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dpseudo.s3 # next line has spaces
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dls-errs.exp100 set spaces [list \
111 # Try some simple, invalid linespecs involving spaces.
112 foreach x $spaces {
130 # Test offsets with trailing tokens w/ and w/o spaces.
131 foreach x $spaces {
155 "this file has spaces.c" \
162 "\"spaces: and :colons.c\"" \
163 "'more: :spaces: :and colons::.c'" \
179 test_break "-source this file has spaces.c -line 3" source_incomplete
204 foreach x $spaces {
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dls-errs.exp99 set spaces [list \
110 # Try some simple, invalid linespecs involving spaces.
111 foreach x $spaces {
129 # Test offsets with trailing tokens w/ and w/o spaces.
130 foreach x $spaces {
154 "this file has spaces.c" \
161 "\"spaces: and :colons.c\"" \
162 "'more: :spaces: :and colons::.c'" \
178 test_break "-source this file has spaces.c -line 3" source_incomplete
203 foreach x $spaces {
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-inferior.cc102 /* In this case we can't handle arguments that contain spaces,
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-inferior.cc102 /* In this case we can't handle arguments that contain spaces,
/netbsd-current/external/apache2/llvm/dist/clang/tools/diagtool/
H A DDiagTool.cpp55 unsigned spaces = (maxName + 3) - (it->size()); local
56 for (unsigned i = 0; i < spaces; ++i)
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_txt.c392 size_t cno, off, scno, spaces, tabs; local
416 * Count up spaces/tabs needed to get to the target.
424 spaces = scno - cno;
427 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1);
430 tp->ai = tabs + spaces;
435 for (; spaces > 0; --spaces)
/netbsd-current/external/mpl/bind/dist/lib/isccc/
H A Dalist.c52 static char spaces[MAX_INDENT + 1] = " " variable
296 fprintf(stream, "%.*s%s => ", (int)indent, spaces,
305 fprintf(stream, "%.*s}", (int)indent, spaces);
310 fprintf(stream, "%.*s", (int)indent, spaces);
318 fprintf(stream, "%.*s)", (int)indent, spaces);
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dnis_nw.c305 static const char spaces[] = " \t"; local
319 cp += strcspn(cp, spaces);
323 cp += strspn(cp, spaces);
327 t = cp + strcspn(cp, spaces);
343 cp += strcspn(cp, spaces);
347 cp += strspn(cp, spaces);
H A Dnis_sv.c222 static const char spaces[] = " \t"; local
242 p += strcspn(p, spaces);
246 p += strspn(p, spaces);
258 p += strspn(p, spaces);
273 p += strcspn(p, spaces);
277 p += strspn(p, spaces);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.c3051 Handling address spaces/classes is nasty, what do we do if there's a
3069 /* Treat code vs data spaces and address classes separately. */
5036 print_args (struct field *args, int nargs, int spaces)
5045 ("%*s[%d] name '%s'\n", spaces, "", i,
5047 recursive_dump_type (args[i].type (), spaces + 2);
5065 dump_fn_fieldlists (struct type *type, int spaces)
5071 gdb_printf ("%*sfn_fieldlists %s\n", spaces, "",
5077 ("%*s[%d] name '%s' (%s) length %d\n", spaces + 2, "",
5088 spaces + 4, "", overload_idx,
5093 ("%*stype %s\n", spaces
5031 print_args(struct field *args, int nargs, int spaces) argument
5060 dump_fn_fieldlists(struct type *type, int spaces) argument
5092 spaces + 8 + 2); local
5126 print_cplus_stuff(struct type *type, int spaces) argument
5133 recursive_dump_type (TYPE_VPTR_BASETYPE (type), spaces + 2); local
5186 print_gnat_stuff(struct type *type, int spaces) argument
5203 print_fixed_point_type_info(struct type *type, int spaces) argument
5235 recursive_dump_type(struct type *type, int spaces) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbtypes.c2776 Handling address spaces/classes is nasty, what do we do if there's a
2791 /* Treat code vs data spaces and address classes separately. */
4690 print_args (struct field *args, int nargs, int spaces)
4698 printfi_filtered (spaces, "[%d] name '%s'\n", i,
4700 recursive_dump_type (args[i].type (), spaces + 2);
4718 dump_fn_fieldlists (struct type *type, int spaces)
4724 printfi_filtered (spaces, "fn_fieldlists ");
4730 printfi_filtered (spaces + 2, "[%d] name '%s' (",
4741 printfi_filtered (spaces + 4, "[%d] physname '%s' (",
4747 printfi_filtered (spaces
4685 print_args(struct field *args, int nargs, int spaces) argument
4713 dump_fn_fieldlists(struct type *type, int spaces) argument
4748 spaces + 8 + 2); local
4783 print_cplus_stuff(struct type *type, int spaces) argument
4790 recursive_dump_type (TYPE_VPTR_BASETYPE (type), spaces + 2); local
4848 print_gnat_stuff(struct type *type, int spaces) argument
4887 recursive_dump_type(struct type *type, int spaces) argument
5021 recursive_dump_type (TYPE_TARGET_TYPE (type), spaces + 2); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.h28 bool spaces; member in struct:OutBuffer

Completed in 279 milliseconds

1234567891011