| /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/usr.bin/make/unit-tests/ | 
| opt-jobs-internal.mk | 24 # expect: make: error: invalid internal option "-J garbage" in "<curdir>" 26 	@${MAKE} -f ${MAKEFILE} -J garbage unexpected-target || :
 
 | 
| /src/games/warp/ | 
| term.c | 324     int garbage = 0;  local in function:mac_line 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_);  local in function:__sanitizer::Addr2LineProcess::ReadFromSymbolizer 288     CHECK(garbage);
 290     garbage[0] = '\0';
 
 | 
| /src/usr.sbin/lpr/common_source/ | 
| displayq.c | 78 static int	garbage;	/* # of garbage cf files */  variable in typeref:typename:int 315 	if (remote || garbage || strcmp(cf, current))
 
 | 
| /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/sys/external/bsd/acpica/dist/tools/acpisrc/ | 
| asremove.c | 421 lines of code, producing some garbage. 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ | 
| sc7180-idp.dts | 572 		 * garbage data when the TX pin of the Bluetooth module is 650 			 * to prevent BT SoC from receiving garbage during sleep.
 659 			 * garbage data when the TX pin of the Bluetooth module
 
 | 
| msm8998-clamshell.dtsi | 348 		 * avoid garbage data when the TX pin of the Bluetooth 
 | 
| msm8998-mtp.dtsi | 410 		 * avoid garbage data when the TX pin of the Bluetooth 
 | 
| msm8998-oneplus-common.dtsi | 210 		 * avoid garbage data when the TX pin of the Bluetooth 
 | 
| sdm845-oneplus-common.dtsi | 490  * Prevent garbage data on bluetooth UART lines 
 | 
| sc7180-trogdor.dtsi | 1109 		 * garbage data when the TX pin of the Bluetooth module is 1458 			 * to prevent BT SoC from receiving garbage during sleep.
 1467 			 * garbage data when the TX pin of the Bluetooth module
 
 | 
| sdm845-cheza.dtsi | 971 		 * garbage data when the TX pin of the Bluetooth module is 
 | 
| sdm630.dtsi | 740 					 * Avoid garbage data while BT module 
 | 
| /src/sys/kern/ | 
| subr_autoconf.c | 1456 config_devunlink(device_t dev, struct devicelist *garbage) 1465  	/* Unlink from device list.  Link to garbage list. */
 1467 	TAILQ_INSERT_TAIL(garbage, dev, dv_list);
 2023 config_collect_garbage(struct devicelist *garbage)
 2040 		config_devunlink(dv, garbage);
 2046 config_dump_garbage(struct devicelist *garbage)
 2050 	while ((dv = TAILQ_FIRST(garbage)) != NULL) {
 2051 		TAILQ_REMOVE(garbage, dv, dv_list);
 3918 	/* XXX wake a garbage-collection thread */
 
 | 
| /src/sys/dev/ic/ | 
| lan9118.c | 991 				uint32_t garbage[4];  local in function:lan9118_rxintr 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 in function:wg_destroy_session 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 in function:test23 1820 	sljit_sw garbage = 0x12345678;  local in function:test23
 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 
 |