Searched refs:garbage (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/bmake/mk/
H A Dhost-target.mk15 # uname -p may produce garbage on linux
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddeflate.c50 static char garbage[10]; variable
327 state->cx.next_out = garbage;
328 state->cx.avail_out = sizeof garbage;
374 state->cx.next_out = garbage;
375 state->cx.avail_out = sizeof garbage;
420 state->cx.next_out = garbage;
421 state->cx.avail_out = sizeof garbage;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-mips.c358 /* The number of garbage characters to accept when looking for an
692 PGARBAGE is a pointer to the number of garbage characters received
704 sitting here indefinitely if the board sends us one garbage
764 PGARBAGE is a pointer to the number of garbage characters received
850 int garbage;
868 garbage = 0;
879 err = mips_receive_header (hdr, &garbage, ch, mips_retransmit_wait);
914 (void) mips_receive_trailer (trlr, &garbage, &ch,
927 err = mips_receive_trailer (trlr, &garbage, &ch,
965 garbage coun
848 int garbage; local
983 int garbage; local
[all...]
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Ddisplayq.c83 static int garbage; /* # of garbage cf files */ variable
401 if (pp->remote || garbage || strcmp(cf, current))
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh1.c228 garbage();
933 garbage() function
H A Dsh.h379 _PROTOTYPE(void garbage , (void));
/freebsd-9.3-release/share/mk/
H A Dbsd.info.mk168 # tex garbage
/freebsd-9.3-release/contrib/gperf/src/
H A Dsearch.cc759 KeywordExt_List *garbage = NULL; local
767 garbage = temp;
789 if (garbage)
790 delete garbage;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1524 // automatically garbage collected.
1578 : CFRefBug("-dealloc called while using garbage collection") {}
1581 return "-dealloc called while using garbage collection";
1731 GCModeDescription = "Code is compiled to only use garbage collection";
1741 GCModeDescription = "Code is compiled to use either garbage collection "
1746 GCModeDescription = "Code is compiled to use either garbage collection "
1862 "Core Foundation objects are not automatically garbage collected.";
1946 "object with the garbage collector. ";
1951 "automatically collected by the garbage collector.";
1954 os << "An object must have a 0 retain count to be garbage collecte
[all...]
/freebsd-9.3-release/contrib/file/
H A Dconfigure13829 /* First, make a file with some known garbage in it. */
13863 we see the same garbage. */
/freebsd-9.3-release/contrib/gcc/
H A Dconfigure888 --enable-objc-gc enable the use of Boehm's garbage collector with
937 --with-gc={page,zone} choose the garbage collection mechanism to use
16119 echo "Using $GGC for garbage collection."
/freebsd-9.3-release/contrib/binutils/
H A Dconfigure928 --enable-objc-gc enable the use of Boehm's garbage collector with
4841 # Check for Boehm's garbage collector
4847 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
4848 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
4854 # Make sure we only build Boehm's garbage collector if required.

Completed in 260 milliseconds