| /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/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/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/sys/external/bsd/acpica/dist/tools/acpisrc/ |
| asremove.c | 313 lines of code, producing some garbage.
|
| /src/sys/kern/ |
| subr_autoconf.c | 1546 config_devunlink(device_t dev, struct devicelist *garbage) 1555 /* Unlink from device list. Link to garbage list. */ 1557 TAILQ_INSERT_TAIL(garbage, dev, dv_list); 2114 config_collect_garbage(struct devicelist *garbage) 2131 config_devunlink(dv, garbage); 2137 config_dump_garbage(struct devicelist *garbage) 2141 while ((dv = TAILQ_FIRST(garbage)) != NULL) { 2142 TAILQ_REMOVE(garbage, dv, dv_list); 4009 /* XXX wake a garbage-collection thread */
|
| /src/sys/dev/ic/ |
| lan9118.c | 991 uint32_t garbage[4]; local 994 LAN9118_RXDFIFOP, garbage,
|
| /src/tests/usr.bin/printf/ |
| printf.sh | 1163 expect_fail 0x0p+00x0p+0 %a%a trash garbage 1195 expect_fail 0X0P+00X0P+0 %A%A trash garbage
|
| /src/sys/net/ |
| if_wg.c | 1325 void *garbage; local 1334 garbage = thmap_stage_gc(wg->wg_sessions_byindex); 1345 thmap_gc(wg->wg_sessions_byindex, garbage);
|
| /src/sys/external/bsd/sljit/dist/test_src/ |
| sljitTest.c | 1818 sljit_sw garbage = SLJIT_W(0x1234567812345678); local 1820 sljit_sw garbage = 0x12345678; local 1847 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R0, 0, SLJIT_IMM, garbage); 1850 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R0, 0, SLJIT_IMM, garbage); 1853 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R0, 0, SLJIT_IMM, garbage);
|
| /src/sys/arch/m68k/060sp/dist/ |
| fpsp.s | 18087 # -> Dn : <ea> is garbage
|