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

123456

/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dindicate_mechs.c41 OM_uint32 ret, junk; local
49 gss_release_oid_set(&junk, mech_set);
H A Drelease_cred.c43 OM_uint32 junk; local
67 gss_release_oid_set(&junk, &cred->mechanisms);
/freebsd-10.0-release/sys/boot/efi/libefi/
H A Ddelay.c37 UINTN junk; local
46 BS->WaitForEvent(1, &ev, &junk);
H A Defi_console.c72 UINTN junk; local
77 BS->WaitForEvent(1, &conin->WaitForKey, &junk);
/freebsd-10.0-release/crypto/heimdal/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_store_cred.c48 OM_uint32 maj, junk; local
82 gss_release_oid_set(&junk, elements_stored);
87 gss_add_oid_set_member(&junk,
H A Dgss_add_cred_with_password.c51 OM_uint32 junk, time_req; local
87 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred);
104 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred);
121 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred);
137 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred);
/freebsd-10.0-release/lib/libc/ia64/
H A D_fpmath.h40 unsigned long junk :48; member in struct:IEEEl2bits::__anon5376
42 unsigned long junk :48;
53 unsigned long junk :48; member in struct:IEEEl2bits::__anon5377
55 unsigned long junk :48;
/freebsd-10.0-release/lib/libgssapi/
H A Dgss_inquire_names_for_mech.c61 OM_uint32 junk; local
62 gss_release_oid_set(&junk, name_types);
68 OM_uint32 junk; local
69 gss_release_oid_set(&junk, name_types);
/freebsd-10.0-release/lib/libc/i386/
H A D_fpmath.h36 unsigned int junk :16; member in struct:IEEEl2bits::__anon5374
41 unsigned int junk :16; member in struct:IEEEl2bits::__anon5375
/freebsd-10.0-release/etc/rc.d/
H A Datm250 atm_phy=`atm show stat int | { read junk ; read junk ; \
51 while read dev junk ; do
H A Datm349 atm_nif=`atm sh netif | { read junk ; \
50 while read dev junk ; do
/freebsd-10.0-release/tools/tools/vhba/
H A Dvhba.c236 char junk[128]; local
283 memset(junk, 0, sizeof (junk));
284 junk[0] = SSD_ERRCODE_VALID|SSD_CURRENT_ERROR;
285 junk[2] = SSD_KEY_NO_SENSE;
286 junk[7] = 10;
287 memcpy(csio->data_ptr, junk,
288 (data_len > sizeof junk)? sizeof junk : data_len);
310 memcpy(junk, niliq
[all...]
/freebsd-10.0-release/sys/mips/include/
H A Dreg.h70 unsigned long junk; member in struct:dbreg
84 uint32_t junk; member in struct:dbreg32
H A Dofw_machdep.h46 void OF_initial_setup(void *fdt_ptr, void *junk, int (*openfirm)(void *));
/freebsd-10.0-release/crypto/openssh/
H A Dsandbox-null.c38 int junk; member in struct:ssh_sandbox
/freebsd-10.0-release/lib/libc/amd64/
H A D_fpmath.h42 unsigned long junk :48; member in struct:IEEEl2bits::__anon5341
/freebsd-10.0-release/contrib/gdb/
H A Ddjunpack.bat31 copy fnchange.tmp junk.tmp > nul
32 if not exist junk.tmp GoTo NoDjTar
33 del junk.tmp
36 copy fnchange.lst junk.tmp > nul
37 if not exist junk.tmp GoTo NoSed
38 del junk.tmp
/freebsd-10.0-release/sys/rpc/
H A Dauthunix_prot.c69 uint32_t junk; local
83 junk = 0;
117 if (!xdr_uint32_t(xdrs, &junk))
/freebsd-10.0-release/sys/kgssapi/
H A Dgss_accept_sec_context.c115 OM_uint32 junk; local
116 gss_release_name(&junk, &name);
130 OM_uint32 junk; local
131 gss_release_cred(&junk, &cred);
/freebsd-10.0-release/sys/powerpc/include/
H A Dofw_machdep.h43 void OF_initial_setup(void *fdt_ptr, void *junk, int (*openfirm)(void *));
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c246 OM_uint32 junk; local
247 gss_release_buffer(&junk, out);
273 OM_uint32 junk; local
288 gss_release_buffer(&junk, message_token);
298 gss_release_buffer(&junk, message_token);
305 gss_release_buffer(&junk, message_token);
314 gss_release_buffer(&junk, message_token);
329 gss_release_buffer(&junk, message_token);
486 OM_uint32 junk; local
503 gss_release_buffer(&junk, output_message_buffe
559 OM_uint32 junk; local
[all...]
H A Dacquire_cred.c71 OM_uint32 junk; local
72 _gss_ntlm_delete_sec_context(&junk, &context, NULL);
/freebsd-10.0-release/release/picobsd/floppy.tree/etc/
H A Drc.conf.defaults96 local i a b c key junk
98 while read a b c junk ; do
134 local a b key junk
137 while read a b junk; do # key mask otherstuff
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/spnego/
H A Dcontext_stubs.c38 OM_uint32 ret, junk; local
48 gss_release_oid_set(&junk, &m);
58 gss_release_oid_set(&junk, &m);
59 gss_release_oid_set(&junk, mechs);
63 gss_release_oid_set(&junk, &m);
370 OM_uint32 junk; local
372 _gss_free_oid(&junk, &name->type);
373 gss_release_buffer(&junk, &name->value);
375 gss_release_name(&junk, &name->mech);
396 OM_uint32 maj_stat, junk; local
567 OM_uint32 ret, junk; local
609 OM_uint32 ret, junk; local
[all...]

Completed in 221 milliseconds

123456