Searched refs:junk (Results 176 - 200 of 250) sorted by relevance

12345678910

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dapicoll.cpp188 logln("Create junk collation: ");
191 Collator *junk = 0; local
192 junk = Collator::createInstance(abcd, success);
206 delete junk;
210 doAssert(((RuleBasedCollator *)col)->getRules() == ((RuleBasedCollator *)junk)->getRules(),
217 delete junk;
224 doAssert((*frCol != *junk), "The junk is the same as the fr_CA collator.");
233 delete junk;
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc.c1024 char junk[512]; local
1051 (void) recv(sockfd, junk, sizeof junk, 0);
H A Dntpdc_ops.c542 static char junk[5]; local
543 junk[4] = 0;
544 memmove(junk, (char *)&refid, 4);
545 return junk;
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcfx.c314 OM_uint32 major_status, junk; local
663 gss_release_iov_buffer(&junk, iov, iov_count);
749 OM_uint32 seq_number_lo, seq_number_hi, major_status, junk; local
1029 gss_release_iov_buffer(&junk, iov, iov_count);
/macosx-10.10.1/KerberosHelper-151/Source/
H A DKerberosHelper.c1678 OM_uint32 junk; local
1684 junk = gss_decapsulate_token(&input_buffer, GSS_SPNEGO_MECHANISM, &output_buffer);
1685 if (junk)
1771 gss_release_buffer(&junk, &output_buffer);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-ppc.c1827 unsigned short junk = EXTRACT_JUNK (internal->r_type);
1834 if (junk != 0)
1896 unsigned short junk = EXTRACT_JUNK (rel->r_type);
1903 if (junk != 0)
1818 unsigned short junk = EXTRACT_JUNK (internal->r_type); local
1887 unsigned short junk = EXTRACT_JUNK (rel->r_type); local
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dxstormy16-asm.c197 long junk ATTRIBUTE_UNUSED;
546 return _("junk at end of line"); /* FIXME: would like to include `str' */
H A Diq2000-asm.c343 long junk ATTRIBUTE_UNUSED;
729 return _("junk at end of line"); /* FIXME: would like to include `str' */
H A Dmt-asm.c426 long junk ATTRIBUTE_UNUSED;
865 return _("junk at end of line"); /* FIXME: would like to include `str' */
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_pre_process.rb115 :junk
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_uninstaller.rb33 ok = :junk
H A Dtest_gem_package.rb137 spec.rubygems_version = :junk
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/crc/
H A Dcrc32.tcl316 -impl* { set junk [Pop args 1] }
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Dip.tcl385 if {[regsub -all :: $ip "|" junk] > 1} {
H A DipMore.tcl855 regexp "\[0-9\]+\.(\[0-9\]+)\.(\[0-9\]+)\.(\[0-9\]+)" $ipaddr junk ip2 ip3 ip4
/macosx-10.10.1/BerkeleyDB-21/db/libdb_java/
H A Ddb.i630 db_threadid_t junk;
631 __os_id(self, &ret, &junk);
636 pid_t junk;
638 __os_id(self, &junk, &ret);
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Dcrypto.c417 OM_uint32 ret, junk; local
434 gss_release_buffer(&junk, &iov[1].buffer);
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml122 Stream.junk stream;
/macosx-10.10.1/pdisk-9/
H A Ddump.c109 {"junk", "Apple_Scratch"},
145 int junk; local
147 map = open_partition_map(name, &junk, 0, O_RDONLY);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp-client.c993 Attrib junk; local
1041 attrib_clear(&junk); /* Send empty attributes */
1042 encode_attrib(&msg, &junk);
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnbabyl.el363 (yes-or-no-p "Moved to `junk' group; delete article? "))
364 (setq result 'junk)
H A Dnnmbox.el344 (yes-or-no-p "Moved to `junk' group; delete article? "))
345 (setq result 'junk)
H A Dnnmh.el335 (yes-or-no-p "Moved to `junk' group; delete article? "))
336 'junk
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dgnuserv.c207 sscanf (buf, "%d:%[^\n]\n", &junk, msgp->mtext);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dtypes.sh500 diff junk[12] > /dev/null || err_exit 'typeset -T not idempotent'

Completed in 403 milliseconds

12345678910