Home
last modified time | relevance | path

Searched refs:junk (Results 1 – 25 of 41) sorted by relevance

12

/dragonfly/games/trek/
HDdumpgame.c147 long junk; in readdump() local
152 if (read(fd, &junk, sizeof junk) != (sizeof junk)) in readdump()
154 if ((char *)junk != d->area) in readdump()
162 return (read(fd, &junk, 1)); in readdump()
/dragonfly/test/cpuperf/
HDcputest.c14 int junk; variable
27 test_load(&junk); in main()
34 test_dummy(&junk); in main()
39 test_load(&junk); in main()
/dragonfly/contrib/tcp_wrappers/
HDoptions.c293 char junk; local
295 if (sscanf(value, "%o%c", &mask, &junk) != 1 || (mask & 0777) != mask)
321 char junk; local
323 if (sscanf(value, "%d%c", &linger.l_linger, &junk) != 1
358 char junk; local
360 if (value != 0 && sscanf(value, "%d%c", &niceval, &junk) != 1)
411 char junk; local
414 if (sscanf(value, "%d%c", &timeout, &junk) != 1 || timeout <= 0)
/dragonfly/stand/boot/efi/libefi/
HDdelay.c37 UINTN junk; in delay() local
46 BS->WaitForEvent(1, &ev, &junk); in delay()
HDefi_console.c429 UINTN junk; in efi_cons_getchar() local
435 BS->WaitForEvent(1, &conin->WaitForKey, &junk); in efi_cons_getchar()
/dragonfly/sys/kern/
HDkern_shutdown.c155 static void shutdown_halt (void *junk, int howto);
156 static void shutdown_panic (void *junk, int howto);
157 static void shutdown_reset (void *junk, int howto);
491 shutdown_halt(void *junk, int howto) in shutdown_halt() argument
518 shutdown_panic(void *junk, int howto) in shutdown_panic() argument
553 shutdown_reset(void *junk, int howto) in shutdown_reset() argument
903 poweroff_wait(void *junk, int howto) in poweroff_wait() argument
HDvfs_conf.c96 static void vfs_mountroot(void *junk);
114 vfs_mountroot(void *junk) in vfs_mountroot() argument
/dragonfly/games/mille/
HDsave.c65 STAT junk; in save() local
109 if (sp == buf || (!Fromfile && stat(buf, &junk) > -1 in save()
/dragonfly/games/battlestar/
HDcypher.c39 int junk; in cypher() local
437 sscanf(buffer, "%d", &junk); in cypher()
438 if (!junk) in cypher()
/dragonfly/crypto/openssh/
HDsandbox-null.c38 int junk; member
HDauth-pam.c964 const char junk[] = "\b\n\r\177INCORRECT"; in fake_password() local
975 ret[i] = junk[i % (sizeof(junk) - 1)]; in fake_password()
HDsftp-client.c1105 Attrib junk, attr; in sftp_copy() local
1143 attrib_clear(&junk); /* Send empty attributes */ in sftp_copy()
1151 (r = encode_attrib(msg, &junk)) != 0) in sftp_copy()
1544 Attrib junk; in send_open() local
1557 attrib_clear(&junk); /* Send empty attributes */ in send_open()
1558 a = &junk; in send_open()
/dragonfly/lib/libc/x86_64/
HD_fpmath.h42 unsigned long junk :48; member
/dragonfly/usr.bin/mail/
HDcollect.c496 struct stat junk; in exwrite() local
502 if (stat(name, &junk) >= 0 && S_ISREG(junk.st_mode)) { in exwrite()
/dragonfly/lib/libc/resolv/
HDres_send.c811 char junk[PACKETSZ]; local
814 n = read(statp->_vcsock, junk,
816 n = _read(statp->_vcsock, junk,
818 (len > sizeof junk) ? sizeof junk : len);
/dragonfly/contrib/openbsd_libm/src/ld80/
HDs_nextafterl.c39 unsigned long junk :48; member
/dragonfly/tools/LibraryReport/
HDLibraryReport.tcl79 if {[scan $line "%s => %s" junk libname] == 2} {
/dragonfly/usr.sbin/cdcontrol/
HDcdcontrol.c745 int dir, junk, n, off, rc, trk; in next_prev() local
753 rc = status (&trk, &junk, &junk, &junk); in next_prev()
/dragonfly/contrib/bmake/
HDsuff.c1315 FStr junk; in ExpandChildrenRegular() local
1317 (void)Var_Parse(&nested_p, pgn, VARE_PARSE_ONLY, &junk); in ExpandChildrenRegular()
1319 if (junk.str == var_Error) { in ExpandChildrenRegular()
1328 FStr_Done(&junk); in ExpandChildrenRegular()
/dragonfly/contrib/file/magic/Magdir/
HDvirtual238 # may spew junk until it reaches a \0 in some cases.
260 # may spew junk until it reaches a \0 in some cases. Also, since there's no
275 # may spew junk until it reaches a \0 in some cases. Also, since there's no
/dragonfly/contrib/bmake/mk/
HDmeta2deps.sh253 while read op pid path junk
/dragonfly/sys/dev/disk/isp/
HDisp.c4868 uint32_t iptr, optr, junk; in isp_intr() local
4994 junk = ISP_READ(isp, isp->isp_respinrp); in isp_intr()
4995 } while (junk != iptr && ++i < 1000); in isp_intr()
4997 if (iptr != junk) { in isp_intr()
4998 … isp_prt(isp, ISP_LOGWARN, "Response Queue Out Pointer Unstable (%x, %x)", iptr, junk); in isp_intr()
5017 junk = 0; in isp_intr()
5021 junk = ISP_READ(isp, BIU_R2HSTSLO); in isp_intr()
5023 junk = ISP_READ(isp, BIU_ISR); in isp_intr()
5036 … isp_prt(isp, ISP_LOGDEBUG1, "bogus intr- isr %x (%x) iptr %x optr %x", isr, junk, iptr, optr); in isp_intr()
7837 uint16_t bit, rqst, junk; in isp_rdnvram_word() local
[all …]
/dragonfly/sbin/restore/
HDtape.c685 char junk[TP_BSIZE]; in getfile() local
716 readtape(junk); in getfile()
/dragonfly/sys/dev/disk/md/
HDmd.c537 md_takeroot(void *junk) in md_takeroot() argument
/dragonfly/sys/dev/acpica/
HDacpi_powerres.c119 acpi_pwr_init(void *junk) in acpi_pwr_init() argument

12