Searched refs:junk (Results 76 - 100 of 110) sorted by relevance

12345

/freebsd-current/contrib/bmake/mk/
H A Dmeta2deps.sh253 while read op pid path junk
/freebsd-current/share/mk/
H A Dmeta2deps.sh253 while read op pid path junk
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dmain.c494 char junk[128]; local
495 if (scanf("%127s", junk) <= 0)
/freebsd-current/sys/i386/i386/
H A Dbios.c68 static void bios32_init(void *junk);
77 bios32_init(void *junk) argument
/freebsd-current/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c371 char junk; local
389 ret = SSL_read(slp->ssl, &junk, 0);
/freebsd-current/contrib/ntp/ntpdate/
H A Dntpdate.c2154 char junk[5]; local
2179 junk[i] = (isprint(str[i]) ? str[i] : '.');
2181 junk[i] = 0; // force terminating 0
2182 str = junk;
/freebsd-current/usr.sbin/cdcontrol/
H A Dcdcontrol.c758 int dir, junk, n, off, rc, trk; local
766 rc = status (&trk, &junk, &junk, &junk);
/freebsd-current/lib/libc/amd64/string/
H A Dstrspn.S161 shr %cl, %eax # clear out junk before string
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c1041 int nitems, choice, junk; local
1330 junk = 1;
1331 gctl_ro_param(r, "force", sizeof(junk), &junk);
/freebsd-current/crypto/openssh/
H A Dauth-pam.c960 * Returns a junk password of identical length to that the user supplied.
967 const char junk[] = "\b\n\r\177INCORRECT"; local
978 ret[i] = junk[i % (sizeof(junk) - 1)];
/freebsd-current/usr.sbin/etcupdate/
H A Detcupdate.sh929 local command junk
977 read junk
978 if [ "$junk" != "y" ]; then
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc.c1003 char junk[512]; local
1029 (void) recv(sockfd, junk, sizeof junk, 0);
H A Dntpdc_ops.c524 static char junk[5]; local
525 junk[4] = 0;
526 memcpy(junk, &refid, 4);
527 return junk;
/freebsd-current/contrib/bmake/
H A Dsuff.c1276 FStr junk = Var_Parse(&nested_p, pgn, VARE_PARSE_ONLY); local
1278 if (junk.str == var_Error) {
1286 FStr_Done(&junk);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S58 bge divide ! if not, skip this junk
H A Dmodsi3.S58 bge divide ! if not, skip this junk
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c285 OM_uint32 major_status, junk;
637 gss_release_iov_buffer(&junk, iov, iov_count);
723 OM_uint32 seq_number_lo, seq_number_hi, major_status, junk;
1010 gss_release_iov_buffer(&junk, iov, iov_count);
/freebsd-current/usr.sbin/mlxcontrol/
H A Dcommand.c424 rescan_ctrlr(int unit, void *junk) argument
/freebsd-current/lib/msun/src/
H A Dcatrig.c39 #define raise_inexact() do { volatile float junk __unused = 1 + tiny; } while(0)
H A Dcatrigl.c53 #define raise_inexact() do { volatile float junk __unused = 1 + tiny; } while(0)
H A Dcatrigf.c53 #define raise_inexact() do { volatile float junk __unused = 1 + tiny; } while(0)
/freebsd-current/sys/powerpc/powermac/
H A Dpmu.c697 uint8_t junk[16]; local
728 pmu_send(sc, PMU_ADB_CMD, 4, cmd, 16, junk);
/freebsd-current/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c498 char junk; local
516 ret = SSL_read(slp->ssl, &junk, 0);
/freebsd-current/sys/fs/devfs/
H A Ddevfs_devs.c745 devfs_devs_init(void *junk __unused)
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c2712 FILETIME junk; local
2713 GetProcessTimes(proc, &junk, &junk, &junk, &now);

Completed in 586 milliseconds

12345