Searched refs:junk (Results 51 - 75 of 110) sorted by relevance

12345

/freebsd-current/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c161 OM_uint32 junk; local
171 kdc_destroy(&junk, c);
178 kdc_destroy(&junk, c);
185 kdc_destroy(&junk, c);
H A Daccept_sec_context.c84 OM_uint32 junk; local
211 _gss_ntlm_release_name(&junk, &tempn);
226 _gss_ntlm_release_name(&junk, src_name);
/freebsd-current/sys/powerpc/ps3/
H A Dif_glc.c121 uint64_t mac64, val, junk; local
153 0, 0, 0, &mac64, &junk);
157 GELIC_VLAN_TX_ETHERNET, 0, 0, &val, &junk);
161 GELIC_VLAN_RX_ETHERNET, 0, 0, &val, &junk);
863 uint64_t status, linkstat, junk; local
882 GELIC_VLAN_TX_ETHERNET, 0, 0, &linkstat, &junk);
896 uint64_t status, junk; local
902 GELIC_VLAN_TX_ETHERNET, 0, 0, &status, &junk);
924 uint64_t mode, junk; local
951 GELIC_VLAN_TX_ETHERNET, mode, 0, &junk,
[all...]
H A Dps3bus.c180 uint64_t ppe, junk; local
229 lv1_repository_string("type"), &reg_type, &junk);
262 uint64_t ppe, junk; local
297 lv1_repository_string("type"), &_reg_type, &junk);
335 uint64_t junk; local
357 lv1_repository_string("type"), 0, 0, &bustype, &junk);
364 lv1_repository_string("id"), 0, 0, &bus, &junk);
371 lv1_repository_string("num_dev"), 0, 0, &devs, &junk);
377 lv1_repository_string("type"), 0, &devtype, &junk);
385 lv1_repository_string("id"), 0, &dev, &junk);
[all...]
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mo.c163 OM_uint32 junk; local
164 return gss_display_mech_attr(&junk, option,
348 OM_uint32 major, junk; local
363 gss_release_buffer(&junk, &name);
367 gss_release_buffer(&junk, &name);
518 OM_uint32 major, junk; local
555 gss_release_oid_set(&junk, mech_attr);
/freebsd-current/lib/libc/amd64/string/
H A Dstrchrnul.S81 and %r9, %rax # not including junk bytes
96 and %r9, %rax # not including junk bits
110 and %r9, %rax # not including junk bits
H A Dmemchr.S78 and %rcx, %rax # not including junk bytes
90 and %rcx, %rax # not including junk bytes
102 and %rcx, %rax # not including junk bytes or bytes past buffer
H A Dstpcpy.S137 movdqa (%rsi), %xmm0 # head of string with junk before
142 shr %cl, %eax # clear out matches in junk bytes
H A Dmemrchr.S138 lea (%rsi, %rax, 1), %rsi # pointer to match (or junk)
/freebsd-current/tools/LibraryReport/
H A DLibraryReport.tcl65 # Older ldconfigs return a junk value when asked for a report
68 set liblist $err; # there's junk in this
77 if {[scan $line "%s => %s" junk libname] == 2} {
/freebsd-current/contrib/ntp/libntp/
H A Dntp_random.c298 unsigned long junk; /* Purposely used uninitialized */ local
301 ntp_srandom(getpid() ^ tv.tv_sec ^ tv.tv_usec ^ junk);
/freebsd-current/sys/kgssapi/
H A Dgsstest.c1014 OM_uint32 junk; local
1027 gss_release_cred(&junk, &deleg);
1066 OM_uint32 junk; local
1077 gss_release_buffer(&junk, &input_token);
1084 gss_release_buffer(&junk, &input_token);
1086 gss_release_buffer(&junk, &output_token);
1093 gss_release_buffer(&junk, &output_token);
/freebsd-current/sys/powerpc/pseries/
H A Dxics.c368 uint64_t xirr, junk; local
392 phyp_pft_hcall(H_XIRR, 0, 0, 0, 0, &xirr, &junk, &junk);
/freebsd-current/usr.bin/mail/
H A Dcollect.c494 struct stat junk; local
500 if (stat(name, &junk) >= 0 && S_ISREG(junk.st_mode)) {
/freebsd-current/contrib/sendmail/contrib/
H A Ddoublebounce.pl89 Precedence: junk
/freebsd-current/lib/libc/regex/grot/
H A DMakefile95 rm -f junk* core regex.tmp lint
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl32 my $junk = shift;
91 my $junk = shift;
/freebsd-current/lib/libc/tests/stdio/
H A Dprintfloat_test.c48 static uint32_t junk = 0xdeadbeef; local
53 buf[i] = junk;
/freebsd-current/usr.sbin/gssd/
H A Dgssd.c1011 OM_uint32 junk; local
1015 gss_release_buffer(&junk, &p->output_token);
1018 gss_release_buffer(&junk, &p->output_token);
1021 gss_release_buffer(&junk, &p->output_token);
1027 gss_release_buffer(&junk, &p->interprocess_token);
1030 gss_release_buffer(&junk, &p->exported_name);
1033 gss_release_oid_set(&junk, &p->actual_mechs);
1040 gss_release_buffer(&junk, &p->status_string);
/freebsd-current/sys/kern/
H A Dkern_shutdown.c254 static void shutdown_halt(void *junk, int howto);
255 static void shutdown_panic(void *junk, int howto);
256 static void shutdown_reset(void *junk, int howto);
644 shutdown_halt(void *junk, int howto) argument
669 shutdown_panic(void *junk, int howto) argument
702 shutdown_reset(void *junk, int howto) argument
998 poweroff_wait(void *junk, int howto) argument
/freebsd-current/crypto/heimdal/lib/gssapi/
H A Dtest_context.c450 OM_uint32 junk; local
452 gss_delete_sec_context(&junk, &ctx, NULL);
453 gss_release_cred(&junk, &cred);
454 gss_release_name(&junk, &name);
455 gss_release_oid_set(&junk, &oidset);
/freebsd-current/lib/libpmc/
H A Dlibpmc.c365 __K8MASK(add-pipe-excluding-junk-ops, 0),
366 __K8MASK(multiply-pipe-excluding-junk-ops, 1),
367 __K8MASK(store-pipe-excluding-junk-ops, 2),
368 __K8MASK(add-pipe-junk-ops, 3),
369 __K8MASK(multiply-pipe-junk-ops, 4),
370 __K8MASK(store-pipe-junk-ops, 5),
/freebsd-current/contrib/libfido2/regress/
H A Dcred.c1745 unsigned char *junk; local
1747 junk = malloc(sizeof(cdh));
1748 assert(junk != NULL);
1749 memcpy(junk, cdh, sizeof(cdh));
1750 junk[0] = (unsigned char)~junk[0];
1754 assert(fido_cred_set_clientdata_hash(c, junk, sizeof(cdh)) == FIDO_OK);
1770 free(junk);
1787 assert(fido_cred_set_fmt(c, "junk") == FIDO_ERR_INVALID_ARGUMENT);
1846 unsigned char *junk; local
1888 unsigned char *junk; local
1920 unsigned char *junk; local
[all...]
/freebsd-current/sys/powerpc/ofw/
H A Drtas.c74 rtas_setup(void *junk) argument
/freebsd-current/lib/libc/resolv/
H A Dres_send.c784 char junk[PACKETSZ]; local
786 n = _read(statp->_vcsock, junk,
787 (len > sizeof junk) ? sizeof junk : len);

Completed in 381 milliseconds

12345