| /src/external/gpl3/gcc.old/dist/gcc/ |
| intl.cc | 143 char *spaces = XNEWVEC (char, len + 1); local 144 memset (spaces, ' ', len); 145 spaces[len] = '\0'; 146 return spaces;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| intl.cc | 143 char *spaces = XNEWVEC (char, len + 1); local 144 memset (spaces, ' ', len); 145 spaces[len] = '\0'; 146 return spaces;
|
| /src/usr.bin/make/unit-tests/ |
| opt-debug-errors.exp | 1 echo '3 spaces'; false 2 3 spaces 4 *** Failed target: fail-spaces 5 *** Failed command: echo '3 spaces'; false
|
| opt-debug-errors-jobs.exp | 1 echo '3 spaces'; false 2 3 spaces 4 *** Failed target: fail-spaces 7 echo '3 spaces'; false 8 *** [fail-spaces] Error code 1
|
| opt-debug-errors-jobs.mk | 8 all: fail-spaces 15 fail-spaces: 16 echo '3 spaces'; false 31 # of the lines, usually at column 73. All spaces before the continuation
|
| 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:
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/ |
| test_shell.py | 40 self.assertEqual(sut.encode(['clang', '-DKEY="value with spaces"']), 41 'clang -DKEY=\\"value with spaces\\"')
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
| ls-errs.exp | 99 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...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/ |
| ls-errs.exp | 99 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...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| common-inferior.cc | 101 /* In this case we can't handle arguments that contain spaces,
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| common-inferior.cc | 101 /* In this case we can't handle arguments that contain spaces,
|
| /src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| DiagTool.cpp | 55 unsigned spaces = (maxName + 3) - (it->size()); local 56 for (unsigned i = 0; i < spaces; ++i)
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_txt.c | 392 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)
|
| /src/external/mpl/bind/dist/lib/isccc/ |
| alist.c | 51 static char spaces[MAX_INDENT + 1] = " " variable 295 fprintf(stream, "%.*s%s => ", (int)indent, spaces, 304 fprintf(stream, "%.*s}", (int)indent, spaces); 309 fprintf(stream, "%.*s", (int)indent, spaces); 317 fprintf(stream, "%.*s)", (int)indent, spaces);
|
| /src/external/bsd/libbind/dist/irs/ |
| nis_nw.c | 305 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);
|
| nis_sv.c | 222 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);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdbtypes.c | 3070 Handling address spaces/classes is nasty, what do we do if there's a 3088 /* Treat code vs data spaces and address classes separately. */ 4980 print_args (struct field *args, int nargs, int spaces) 4989 ("%*s[%d] name '%s'\n", spaces, "", i, 4991 recursive_dump_type (args[i].type (), spaces + 2); 4997 dump_fn_fieldlists (struct type *type, int spaces) 5003 gdb_printf ("%*sfn_fieldlists %s\n", spaces, "", 5009 ("%*s[%d] name '%s' (%s) length %d\n", spaces + 2, "", 5020 spaces + 4, "", overload_idx, 5025 ("%*stype %s\n", spaces + 8, "" 5024 spaces + 8 + 2); local 5065 recursive_dump_type (TYPE_VPTR_BASETYPE (type), spaces + 2); local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdbtypes.c | 3035 Handling address spaces/classes is nasty, what do we do if there's a 3053 /* Treat code vs data spaces and address classes separately. */ 4945 print_args (struct field *args, int nargs, int spaces) 4954 ("%*s[%d] name '%s'\n", spaces, "", i, 4956 recursive_dump_type (args[i].type (), spaces + 2); 4962 dump_fn_fieldlists (struct type *type, int spaces) 4968 gdb_printf ("%*sfn_fieldlists %s\n", spaces, "", 4974 ("%*s[%d] name '%s' (%s) length %d\n", spaces + 2, "", 4985 spaces + 4, "", overload_idx, 4990 ("%*stype %s\n", spaces + 8, "" 4989 spaces + 8 + 2); local 5030 recursive_dump_type (TYPE_VPTR_BASETYPE (type), spaces + 2); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/common/ |
| outbuffer.h | 28 bool spaces; member in struct:OutBuffer
|