Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 25 of 123) sorted by relevance

12345

/NextBSD/bin/sh/tests/builtins/
HDtrap3.04 trap '' garbage && exit 3
5 trap - garbage && exit 3
6 trap true garbage && exit 3
HDtrap8.06 test -n "$(trap true garbage TERM 2>/dev/null || trap)" || exit 3
/NextBSD/contrib/netbsd-tests/lib/libc/sys/
HDt_msync.c51 msync_sync(const char *garbage, int flags) in msync_sync() argument
109 len = strlen(garbage); in msync_sync()
110 rv = write(fd, garbage, len); in msync_sync()
126 if (memcmp(map + off, garbage, len) != 0) { in msync_sync()
/NextBSD/usr.sbin/ppp/
HDdeflate.c50 static char garbage[10]; variable
327 state->cx.next_out = garbage; in DeflateInput()
328 state->cx.avail_out = sizeof garbage; in DeflateInput()
374 state->cx.next_out = garbage; in DeflateDictSetup()
375 state->cx.avail_out = sizeof garbage; in DeflateDictSetup()
420 state->cx.next_out = garbage; in DeflateDictSetup()
421 state->cx.avail_out = sizeof garbage; in DeflateDictSetup()
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDjs_objgc_example.txt3 This script reports on the garbage collection of Java objects. That is it
6 when garbage collection is not working correctly, as this can cause the
223 Just after time 23:00:10, garbage collection fired cleaning up many objects.
229 of object creation it can take over ten minutes for garbage collect to kick in.
HDrb_stat_example.txt22 0 rescues and 0 garbage collects.
HDj_stat_example.txt23 318 class loads, 41 exceptions raised and no garbage collects.
HDj_calldist_example.txt234 Java method - garbage collection for example. However there was nothing of
HDj_cpudist_example.txt238 Java method - garbage collection for example. However there was nothing of
/NextBSD/contrib/gdb/gdb/
HDremote-mips.c848 int garbage; in mips_send_packet() local
866 garbage = 0; in mips_send_packet()
877 err = mips_receive_header (hdr, &garbage, ch, mips_retransmit_wait); in mips_send_packet()
912 (void) mips_receive_trailer (trlr, &garbage, &ch, in mips_send_packet()
925 err = mips_receive_trailer (trlr, &garbage, &ch, in mips_send_packet()
965 ++garbage; in mips_send_packet()
983 int garbage; in mips_receive_packet() local
989 garbage = 0; in mips_receive_packet()
997 if (mips_receive_header (hdr, &garbage, ch, timeout) != 0) in mips_receive_packet()
1017 (void) mips_receive_trailer (trlr, &garbage, &ch, timeout); in mips_receive_packet()
[all …]
/NextBSD/contrib/gcc/config/i386/
HDi386-modes.def48 unspecified garbage in the Carry flag. This mode is used
52 unspecified garbage in the Carry and Overflow flag. This
/NextBSD/contrib/gcc/doc/
HDgty.texi13 source code and using this information to perform garbage collection and
20 allocated under control of the garbage collector must be marked. All
21 global variables that hold pointers to garbage-collected memory must
25 Complex data structures must be allocated in garbage-collected memory
264 garbage collection runs, there's no need to mark anything pointed to
272 in a hash table. If garbage collection marks the hash table, these
357 the global variables (@dfn{roots}) that the garbage collector starts
/NextBSD/sys/mips/conf/
HDPB4728 # return a garbage MAC address.
/NextBSD/contrib/gcc/
HDc-config-lang.in23 # files used by C that have garbage collection GTY macros in them
HDtimevar.def37 /* Time spent garbage-collecting. */
38 DEFTIMEVAR (TV_GC , "garbage collection")
HDtreestruct.def28 tree_node for garbage collection purposes, as well as specifying what structures
/NextBSD/usr.sbin/lpr/common_source/
HDdisplayq.c82 static int garbage; /* # of garbage cf files */ variable
400 if (pp->remote || garbage || strcmp(cf, current)) in inform()
/NextBSD/contrib/file/magic/Magdir/
HDdatabase349 # dBASE III DBT without version, dBASE IV DBT , FoxPro FPT , or many ZIP , DBF garbage
351 # unusual dBASE III DBT like angest.dbt, dBASE IV DBT with block size 0 , FoxPro FPT , or garbage
353 # FoxPro FPT , unusual dBASE III DBT like biblio.dbt or garbage
359 # dBASE III DBT , garbage
370 # dBASE III DBT like angest.dbt, or garbage PCX DBF
HDamigaos19 >>48 byte 5 garbage icon
/NextBSD/contrib/gperf/src/
HDsearch.cc762 KeywordExt_List *garbage = NULL; in prepare_asso_values() local
770 garbage = temp; in prepare_asso_values()
792 if (garbage) in prepare_asso_values()
793 delete garbage; in prepare_asso_values()
/NextBSD/contrib/binutils/gas/
HDREADME5 garbage lying around that will be cleaned up in time. Documentation
144 label: The .word will (instead of containing garbage, or giving an
/NextBSD/release/picobsd/tinyware/msh/
HDsh1.c228 garbage(); in onecommand()
933 garbage() in garbage() function
HDsh.h379 _PROTOTYPE(void garbage , (void));
/NextBSD/crypto/openssl/doc/crypto/
HDCMS_decrypt.pod36 the content: this will typically output garbage and may (but is not guaranteed
/NextBSD/contrib/amd/
HDtasks111 - mntfs->mf_fo->opt_fs can contain garbage sometimes??

12345