Searched refs:junk (Results 1 - 25 of 250) sorted by relevance

12345678910

/macosx-10.10.1/postfix-255/postfix/auxiliary/rmail/
H A Drmail6 IFS=" " read junk from junk junk junk junk junk junk junk relay
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-external-reloc/
H A Dbar.c6 int __attribute__((weak)) junk = 5; variable
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-non-lazy/
H A Dbar.c6 int __attribute__((weak)) junk = 5; variable
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-lazy-slidable/
H A Dbar.c10 __attribute__((weak)) void junk() function
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dindicate_mechs.c43 OM_uint32 ret, junk; local
51 gss_release_oid_set(&junk, mech_set);
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/
H A Dtest_common.c44 OM_uint32 junk; local
57 (void)gss_display_status(&junk, maj_stat,
61 (void)gss_display_status(&junk, min_stat,
73 gss_release_buffer(&junk, &maj_error_message);
74 gss_release_buffer(&junk, &min_error_message);
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dmake-relnotes55 ($junk = $1) =~ s/\s*,\s*/,/g;
56 $junk =~ s/^\s+//;
57 $junk =~ s/\s+$//;
58 #print "junk >$junk<\n";
59 @classes = split(/,+/, $junk);
80 ($junk = "Major changes - $class") =~ s/./-/g;
81 print $junk, "\n\n";
H A Dpostconf2html67 ($junk, $param, $defval) = split(/\s+/, $block, 3);
79 ($junk, $class, $text) = split(/\s+/, $block, 3);
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_inquire_names_for_mech.c59 OM_uint32 junk; local
60 gss_release_oid_set(&junk, name_types);
66 OM_uint32 junk; local
67 gss_release_oid_set(&junk, name_types);
H A Dgss_destroy_cred.c53 OM_uint32 junk; local
68 mc->gmc_mech->gm_destroy_cred(&junk, &mc->gmc_cred);
70 mc->gmc_mech->gm_release_cred(&junk, &mc->gmc_cred);
H A Dgss_delete_sec_context.c36 OM_uint32 major_status, junk; local
47 gss_release_cred(&junk, &ctx->gc_replaced_cred);
H A Dgss_indicate_mechs.c36 OM_uint32 major_status, junk; local
68 gss_release_oid_set(&junk, mech_set);
H A Dgss_store_cred.c48 OM_uint32 maj, junk; local
82 gss_release_oid_set(&junk, elements_stored);
87 gss_add_oid_set_member(&junk,
/macosx-10.10.1/emacs-93/emacs/nt/
H A Dconfigure.bat216 cp configure.bat junk.bat
217 if not exist junk.bat goto needcp
219 rm junk.bat
220 if exist junk.bat goto needrm
226 del junk.bat
237 echo main(){} >junk.c
238 cl -nologo -c junk.c
239 if exist junk.obj goto clOK
242 gcc -c junk.c
243 if not exist junk
[all...]
/macosx-10.10.1/emacs-93/emacs/
H A Dconfig.bat68 sed -e "w junk.$$$" <Nul
69 If Exist junk.$$$ Goto sedOk
74 rm -f junk.$$$
75 If Not Exist junk.$$$ Goto rmOk
80 rm -f junk.1 junk.2
81 echo foo >junk.1
82 mv junk.1 ./junk.2
83 If Exist junk
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/read-only-import-shared-cache-coalesce/
H A Dfoo.cxx58 int __attribute__((weak)) junk = 2; variable
/macosx-10.10.1/libauto-186/tests/
H A Dslop.m34 long junk[12]; // overlap into next quantum by 1
45 if (junk[13]) {
46 printf("found non-zero junk!\n");
/macosx-10.10.1/pdisk-9/
H A Dcmdline.c95 int junk; local
97 map = open_partition_map(name, &junk, 0, O_RDONLY);
110 int junk; local
112 map = open_partition_map(name, &junk, 0, O_RDONLY);
127 int junk; local
129 map = open_partition_map(name, &junk, 0, O_RDONLY);
141 int junk; local
151 map = open_partition_map(name, &junk, 0, O_RDONLY);
177 int junk; local
190 map = open_partition_map(name, &junk,
245 int junk; local
285 int junk; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmynetworks.c95 unsigned junk; local
126 for (i = 0, junk = mask_style; junk != 0; junk >>= 1U)
127 i += (junk & 1);
177 for (junk = mask, shift = MAI_V4ADDR_BITS; junk != 0;
178 shift--, junk <<= 1)
H A Dsent.c145 VSTRING *junk = vstring_alloc(100); local
147 vstring_sprintf(junk, "%s: %s service failed",
149 my_dsn.reason = vstring_str(junk);
152 vstring_free(junk);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsandbox-null.c38 int junk; member in struct:ssh_sandbox
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgpkt.h228 #define RPC_DG_PKT_POOL_LOCK(junk) RPC_MUTEX_LOCK(rpc_g_dg_pkt_pool.pkt_mutex)
229 #define RPC_DG_PKT_POOL_UNLOCK(junk) RPC_MUTEX_UNLOCK(rpc_g_dg_pkt_pool.pkt_mutex)
230 #define RPC_DG_PKT_POOL_LOCK_ASSERT(junk) \
239 #define RPC_DG_PKT_RATIONING(junk) \
H A Ddgsoc.h239 #define RPC_DG_SOCK_POOL_LOCK(junk) RPC_MUTEX_LOCK(rpc_g_dg_sock_pool.sp_mutex)
240 #define RPC_DG_SOCK_POOL_UNLOCK(junk) RPC_MUTEX_UNLOCK(rpc_g_dg_sock_pool.sp_mutex)
241 #define RPC_DG_SOCK_POOL_LOCK_ASSERT(junk) \
H A Drpcmem.h271 #define RPC_MEM_LOCK_INIT(junk) RPC_MUTEX_INIT(rpc_g_global_mutex)
272 #define RPC_MEM_LOCK(junk) RPC_MUTEX_LOCK(rpc_g_global_mutex)
273 #define RPC_MEM_UNLOCK(junk) RPC_MUTEX_UNLOCK(rpc_g_global_mutex)
275 #define RPC_MEM_LOCK_DELETE(junk) RPC_MUTEX_DELETE(rpc_g_global_mutex)
276 #define RPC_MEM_LOCK_ASSERT(junk) RPC_MUTEX_LOCK_ASSERT(rpc_g_global_mutex)
277 #define RPC_MEM_UNLOCK_ASSERT(junk) RPC_MUTEX_UNLOCKED_ASSERT(rpc_g_global_mutex)
279 #define RPC_MEM_LOCK_INIT(junk)
280 #define RPC_MEM_LOCK(junk)
281 #define RPC_MEM_UNLOCK(junk)
283 #define RPC_MEM_LOCK_DELETE(junk)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/tests/
H A Dxocomm.test77 -pre [list file delete -force $dir/../doc/junk.junk] \
79 -url http://$hostport/junk.junk \
86 -post {file delete -force ../doc/junk.junk} \
87 -cmd [list SimpleRequest r0 -url http://$hostport/junk.junk]

Completed in 184 milliseconds

12345678910