Searched refs:lead (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/lib/libc/stdio/
H A Dxprintf_float.c165 int lead; /* sig figs before decimal or group sep */ local
310 lead = expt;
312 if (lead <= *grouping)
314 lead -= *grouping;
323 lead = expt;
382 PRINTANDPAD(cp, dtoaend, lead, 1);
383 cp += lead;
H A Dvfprintf.c85 int lead; /* sig figs before decimal or group sep */ member in struct:grouping_state
106 gs->lead = ndigits;
108 if (gs->lead <= *gs->grouping)
110 gs->lead -= *gs->grouping;
129 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale))
131 cp += gs->lead;
H A Dvfwprintf.c86 int lead; /* sig figs before decimal or group sep */ member in struct:grouping_state
135 gs->lead = ndigits;
137 if (gs->lead <= *gs->grouping)
139 gs->lead -= *gs->grouping;
158 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale))
160 cp += gs->lead;
/freebsd-9.3-release/lib/libc/locale/
H A Dutf8.c298 unsigned char lead; local
325 lead = 0;
328 lead = 0xc0;
331 lead = 0xe0;
334 lead = 0xf0;
337 lead = 0xf8;
340 lead = 0xfc;
357 *s = (wc & 0xff) | lead;
/freebsd-9.3-release/lib/libc/stdtime/
H A Dstrftime.c626 register int lead; local
631 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR;
633 if (trail < 0 && lead > 0) {
635 --lead;
636 } else if (lead < 0 && trail > 0) {
638 ++lead;
641 if (lead == 0 && trail < 0)
643 else pt = _conv(lead, "%02d", pt, ptlim);
/freebsd-9.3-release/sys/libkern/
H A Diconv_ucs.c486 u_char lead, *p; local
494 lead = 0; /* "0" */
497 lead = 0xc0; /* "11" */
500 lead = 0xe0; /* "111" */
503 lead = 0xf0; /* "1111" */
520 *p = ucs4 | lead;
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzdump.c628 register int lead; local
654 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
657 if (trail < 0 && lead > 0) {
659 --lead;
660 } else if (lead < 0 && trail > 0) {
662 ++lead;
664 if (lead == 0)
666 else (void) printf("%d%d", lead, ((trail < 0) ? -trail : trail));
/freebsd-9.3-release/sys/netgraph/atm/
H A Dngatmbase.c92 size_t len, lead; local
94 lead = uni_msg_leading(m);
96 s += lead + len + EXTRA;
102 bcopy(m->b_rptr, b + lead, len);
106 m->b_rptr = m->b_buf + lead;
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_cd.c2278 struct cd_toc_single *lead; local
2286 lead = malloc(sizeof(*lead), M_SCSICD, M_WAITOK | M_ZERO);
2300 free(lead, M_SCSICD);
2310 free(lead, M_SCSICD);
2333 free(lead, M_SCSICD);
2355 free(lead, M_SCSICD);
2369 free(lead, M_SCSICD);
2381 LEADOUT, (u_int8_t *)lead,
2382 sizeof(*lead),
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1732 const char *lead; local
1736 lead = "0f";
1740 lead = "0d";
1747 O << lead; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp661 "Call to function 'vfork' is insecure as it can lead to "
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt328 A succesful execution of isp_init will lead to the driver 'registering'
370 handles will lead to system panics.
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpireg.h534 uint8_t lead; member in struct:wpi_bluetooth
H A Dif_wpi.c2796 bluetooth.lead = 0xaa;
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY41 destroying NAT entries for blocked packets can lead to NAT table entry leak,
50 stepping through structures with ioctls can lead to the wrong things
64 using ipnat -l can lead to memory corruption in high stress situations
76 filling up the ipauth packet queue can lead to no more packets being
984 would lead to a panic.

Completed in 228 milliseconds