| /src/external/mit/libuv/dist/test/ |
| test-tcp-connect-error.c | 47 const char garbage[] = local 54 garbage_addr = (const struct sockaddr_in*) &garbage;
|
| test-tcp-connect6-error.c | 46 const char garbage[] = local 56 garbage_addr = (const struct sockaddr_in6*) &garbage;
|
| test-tcp-bind6-error.c | 101 char garbage[] = local 110 garbage_addr = (struct sockaddr_in6*) &garbage;
|
| test-tcp-bind-error.c | 162 char garbage[] = local 168 garbage_addr = (struct sockaddr_in*) &garbage;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
| ls-errs.exp | 82 garbage "Garbage '%s' at end of command" 138 test_break "-line 34 $x" garbage $x 140 test_break "-line +10 $x" garbage $x 142 test_break "-line -10 $x" garbage $x 147 test_break "-line $x foo" garbage "foo" 210 test_break "-source $srcfile -line 34 1" garbage "1" 212 test_break "-source $srcfile -line 34 +100" garbage "+100" 215 test_break "-source $srcfile -line 34 foo" garbage "foo"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/ |
| ls-errs.exp | 82 garbage "Garbage '%s' at end of command" 138 test_break "-line 3 $x" garbage $x 140 test_break "-line +10 $x" garbage $x 142 test_break "-line -10 $x" garbage $x 147 test_break "-line $x foo" garbage "foo" 210 test_break "-source $srcfile -line 3 1" garbage "1" 212 test_break "-source $srcfile -line 3 +100" garbage "+100" 215 test_break "-source $srcfile -line 3 foo" garbage "foo"
|
| /src/tests/lib/libc/sys/ |
| t_msync.c | 51 msync_sync(const char *garbage, int flags) 89 * write garbage to this position. 96 len = strlen(garbage); 97 rv = write(fd, garbage, len); 100 str = "failed to write garbage"; 106 * that garbage is at the given offset. 113 if (memcmp(map + off, garbage, len) != 0) { 140 str = msync_sync("garbage", MS_ASYNC); 188 str = msync_sync("garbage", MS_INVALIDATE); 204 str = msync_sync("garbage", MS_SYNC) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_symbolizer_posix_libcdep.cpp | 235 char *garbage = internal_strstr(buffer + 1, output_terminator_); variable 238 CHECK(garbage); variable 240 garbage[0] = '\0';
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| push-pop-multiple.s | 8 # - write a garbage value to all registers pushed 37 # Keep the garbage value in I0
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| push-pop-multiple.s | 8 # - write a garbage value to all registers pushed 37 # Keep the garbage value in I0
|
| /src/games/warp/ |
| term.c | 324 int garbage = 0; local 341 garbage = (*s & KM_GMASK) << KM_GSHIFT; 344 garbage = 0; 351 curmap->km_type[ch] = KM_KEYMAP + garbage; 360 curmap->km_type[ch] = KM_STRING + garbage;
|
| /src/common/dist/zlib/contrib/pascal/ |
| example.pas | 66 StrCopy(PChar(uncompr), 'garbage'); 127 StrCopy(PChar(uncompr), 'garbage'); 234 StrCopy(PChar(uncompr), 'garbage'); 329 StrCopy(PChar(uncompr), 'garbage'); 412 StrCopy(PChar(uncompr), 'garbage'); 489 StrCopy(PChar(uncompr), 'garbage');
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_symbolizer_posix_libcdep.cc | 285 char *garbage = internal_strstr(buffer + 1, output_terminator_); variable 288 CHECK(garbage); variable 290 garbage[0] = '\0';
|
| /src/external/gpl3/binutils/dist/zlib/contrib/pascal/ |
| example.pas | 66 StrCopy(PChar(uncompr), 'garbage'); 127 StrCopy(PChar(uncompr), 'garbage'); 234 StrCopy(PChar(uncompr), 'garbage'); 329 StrCopy(PChar(uncompr), 'garbage'); 412 StrCopy(PChar(uncompr), 'garbage'); 489 StrCopy(PChar(uncompr), 'garbage');
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/ |
| example.pas | 66 StrCopy(PChar(uncompr), 'garbage'); 127 StrCopy(PChar(uncompr), 'garbage'); 234 StrCopy(PChar(uncompr), 'garbage'); 329 StrCopy(PChar(uncompr), 'garbage'); 412 StrCopy(PChar(uncompr), 'garbage'); 489 StrCopy(PChar(uncompr), 'garbage');
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_symbolizer_posix_libcdep.cpp | 236 char *garbage = internal_strstr(buff.data() + 1, output_terminator_); variable 239 CHECK(garbage); variable 242 uintptr_t new_size = garbage - buff.data();
|
| /src/external/gpl3/gdb/dist/zlib/contrib/pascal/ |
| example.pas | 66 StrCopy(PChar(uncompr), 'garbage'); 127 StrCopy(PChar(uncompr), 'garbage'); 234 StrCopy(PChar(uncompr), 'garbage'); 329 StrCopy(PChar(uncompr), 'garbage'); 412 StrCopy(PChar(uncompr), 'garbage'); 489 StrCopy(PChar(uncompr), 'garbage');
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/ |
| example.pas | 66 StrCopy(PChar(uncompr), 'garbage'); 127 StrCopy(PChar(uncompr), 'garbage'); 234 StrCopy(PChar(uncompr), 'garbage'); 329 StrCopy(PChar(uncompr), 'garbage'); 412 StrCopy(PChar(uncompr), 'garbage'); 489 StrCopy(PChar(uncompr), 'garbage');
|
| /src/tests/usr.bin/indent/ |
| t_misc.sh | 247 /* For int options, trailing garbage would be an error. */ 250 /* For float options, trailing garbage would be an error. */
|
| t_errors.sh | 129 'indent: Command line: argument "3garbage" to option "-i" must be an integer' \ 137 'indent: Command line: argument "3garbage" to option "-cli" must be numeric' \ 145 -e 'inline:indent: Command line: unknown option "-npro-garbage"\n' \ 146 "$indent" -npro-garbage
|
| /src/usr.sbin/lpr/common_source/ |
| displayq.c | 78 static int garbage; /* # of garbage cf files */ variable 315 if (remote || garbage || strcmp(cf, current))
|
| /src/external/lgpl3/gmp/dist/tune/ |
| alpha.asm | 43 C known to sometimes put garbage in the upper half. Whether newer NetBSD
|
| /src/external/lgpl2/userspace-rcu/dist/tests/regression/ |
| rcutorture.h | 325 int garbage = 0; variable 347 * The value of garbage is nothing important. This is 353 uatomic_inc(&garbage);
|
| /src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
| asremove.c | 313 lines of code, producing some garbage.
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/ |
| llvm_executionengine.mli | 43 engine is not garbage collected and must be destroyed with [dispose ee].
|