Searched refs:junk (Results 26 - 50 of 110) sorted by relevance

12345

/freebsd-current/lib/libc/amd64/string/
H A Dstrlen.S95 pcmpeqb (%rdi), %xmm1 # compare head (with junk before string)
100 shr %cl, %eax # clear out matches in junk bytes
H A Dstrrchr.S75 and %r9, %rax # not including junk bits
81 and %r9, %rcx # not including junk bits
90 and %r9, %rcx # not including junk bits
102 and %r9, %rax # not including junk bits
108 and %r9, %rcx # not including junk bits
120 and %r9, %rax # not including junk bits
128 and %r9, %rcx # not including junk bits
/freebsd-current/lib/libgssapi/
H A Dgss_set_cred_option.c96 OM_uint32 junk; local
97 gss_release_cred(&junk, cred_handle);
/freebsd-current/contrib/tcp_wrappers/
H A Doptions.c284 char junk; local
286 if (sscanf(value, "%o%c", &mask, &junk) != 1 || (mask & 0777) != mask)
308 char junk; local
310 if (sscanf(value, "%d%c", &linger.l_linger, &junk) != 1
341 char junk; local
343 if (value != 0 && sscanf(value, "%d%c", &niceval, &junk) != 1)
390 char junk; local
393 if (sscanf(value, "%d%c", &timeout, &junk) != 1 || timeout <= 0)
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_accept_sec_context.c157 OM_uint32 major_status, mech_ret_flags, junk; local
216 gss_delete_sec_context(&junk, context_handle, NULL);
241 gss_delete_sec_context(&junk, context_handle, NULL);
256 gss_delete_sec_context(&junk, context_handle, NULL);
285 gss_delete_sec_context(&junk, context_handle, NULL);
293 gss_delete_sec_context(&junk, context_handle, NULL);
H A Dcontext.c21 OM_uint32 junk; local
26 gss_release_buffer(&junk, &mg->maj_error);
27 gss_release_buffer(&junk, &mg->min_error);
H A Dgss_aeap.c170 OM_uint32 junk; local
181 gss_release_buffer(&junk, &iov[i].buffer);
H A Dgss_krb5.c193 OM_uint32 junk; local
204 return m->gm_set_sec_context_option(&junk, NULL,
220 OM_uint32 junk; local
231 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
490 OM_uint32 junk; local
505 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
523 OM_uint32 junk; local
536 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
814 OM_uint32 junk; local
824 m->gm_mech.gm_set_sec_context_option(&junk, NUL
875 OM_uint32 junk; local
898 OM_uint32 maj_stat, junk; local
926 OM_uint32 junk; local
[all...]
H A Dgss_cred.c119 OM_uint32 major, junk; local
220 gss_release_cred(&junk, cred_handle);
/freebsd-current/contrib/libfido2/regress/
H A Dassert.c439 unsigned char *junk; local
441 junk = malloc(sizeof(cdh));
442 assert(junk != NULL);
443 memcpy(junk, cdh, sizeof(cdh));
444 junk[0] = (unsigned char)~junk[0];
449 assert(fido_assert_set_clientdata_hash(a, junk, sizeof(cdh)) == FIDO_OK);
460 free(junk);
490 unsigned char *junk; local
492 junk
514 unsigned char *junk; local
[all...]
/freebsd-current/tools/tools/vhba/faulty/
H A Dvhba_faulty.c106 char junk[128]; local
155 memset(junk, 0, sizeof (junk));
157 ptr = &junk[4];
159 ptr = junk;
263 nbyte = (char *)ptr - &junk[0];
274 memcpy(csio->data_ptr, junk, data_len);
/freebsd-current/tools/tools/vhba/lots/
H A Dvhba_lots.c99 char junk[128]; local
141 memset(junk, 0, sizeof (junk));
143 ptr = &junk[4];
145 ptr = junk;
249 nbyte = (char *)ptr - &junk[0];
260 memcpy(csio->data_ptr, junk, data_len);
/freebsd-current/tools/tools/vhba/medium/
H A Dvhba_medium.c99 char junk[128]; local
141 memset(junk, 0, sizeof (junk));
143 ptr = &junk[4];
145 ptr = junk;
249 nbyte = (char *)ptr - &junk[0];
260 memcpy(csio->data_ptr, junk, data_len);
/freebsd-current/tools/tools/vhba/rptluns/
H A Dvhba_rptluns.c120 char junk[128]; local
170 memset(junk, 0, sizeof (junk));
172 ptr = &junk[4];
174 ptr = junk;
278 nbyte = (char *)ptr - &junk[0];
289 memcpy(csio->data_ptr, junk, data_len);
/freebsd-current/tools/tools/vhba/simple/
H A Dvhba_simple.c99 char junk[128]; local
141 memset(junk, 0, sizeof (junk));
143 ptr = &junk[4];
145 ptr = junk;
249 nbyte = (char *)ptr - &junk[0];
260 memcpy(csio->data_ptr, junk, data_len);
/freebsd-current/crypto/openssl/test/
H A Dsslcorrupttest.c184 static unsigned char junk[16000] = { 0 }; local
231 if (!TEST_int_ge(SSL_write(client, junk, sizeof(junk)), 0))
234 if (!TEST_int_lt(SSL_read(server, junk, sizeof(junk)), 0))
/freebsd-current/crypto/heimdal/lib/gssapi/ntlm/
H A Dcreds.c48 OM_uint32 ret, junk; local
93 gss_release_oid_set(&junk, mechanisms);
/freebsd-current/lib/libc/tests/stdio/
H A Dprintbasic_test.c56 static uint32_t junk = 0xdeadbeef; local
61 buf[i] = junk;
/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dntp.pl82 local($junksize,$junk,$packet,$offset,$ret);
91 ($junk,$data) = $data =~ /^(.{$junksize})(.*)$/;
93 = pack("C2n5a".(($junk eq "") ? 0 : &pad($junksize+12,$pad)-12),
98 $offset, $junksize, $junk);
/freebsd-current/sys/powerpc/include/
H A Dreg.h32 unsigned int junk; member in struct:dbreg
/freebsd-current/tools/tools/vhba/mptest/
H A Dvhba_mptest.c133 char junk[128]; local
181 memset(junk, 0, sizeof (junk));
183 ptr = &junk[4];
185 ptr = junk;
289 nbyte = (char *)ptr - &junk[0];
300 memcpy(csio->data_ptr, junk, data_len);
/freebsd-current/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c195 OM_uint32 junk; local
200 gss_set_sec_context_option(&junk, NULL,
210 OM_uint32 junk; local
216 gss_set_sec_context_option(&junk, NULL,
473 OM_uint32 junk; local
483 gss_set_sec_context_option(&junk, NULL,
499 OM_uint32 junk; local
507 gss_set_sec_context_option(&junk, NULL,
783 OM_uint32 junk; local
788 gss_set_sec_context_option(&junk, NUL
[all...]
/freebsd-current/sys/powerpc/ps3/
H A Dps3disk.c160 uint64_t junk; local
257 0, 0, rp->r_flags, 0, &junk);
470 uint64_t junk; local
476 lv1_repository_string("blk_size"), 0, &sc->sc_blksize, &junk);
485 lv1_repository_string("n_blocks"), 0, &sc->sc_nblocks, &junk);
501 uint64_t junk; local
509 lv1_repository_string("n_regs"), 0, &sc->sc_nregs, &junk);
534 lv1_repository_string("id"), &sc->sc_reg[i].r_id, &junk);
547 &junk);
560 &junk);
[all...]
/freebsd-current/sys/powerpc/powernv/
H A Dopal_dev.c177 uint64_t junk; local
184 rv = opal_call(OPAL_RTC_READ, vtophys(&junk), vtophys(&junk));
186 rv = opal_call(OPAL_RTC_READ, vtophys(&junk), vtophys(&junk));
/freebsd-current/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c70 OM_uint32 junk, ret; local
75 gss_create_empty_oid_set(&junk, &oidset);
76 gss_add_oid_set_member(&junk, mech, &oidset);
78 ret = gss_acquire_cred(&junk, target_name, GSS_C_INDEFINITE, oidset,
80 gss_release_oid_set(&junk, &oidset);
83 gss_release_cred(&junk, &cred);
322 OM_uint32 ret, junk; local
348 ret = gss_indicate_mechs(&junk, &mechs);
357 gss_release_oid_set(&junk, &mechs);
360 gss_release_oid_set(&junk,
484 OM_uint32 ret, junk; local
[all...]

Completed in 326 milliseconds

12345