Home
last modified time | relevance | path

Searched refs:lead (Results 1 – 25 of 160) sorted by relevance

1234567

/freebsd-9-stable/lib/libc/locale/
Dutf8.c294 unsigned char lead; in _UTF8_wcrtomb() local
319 lead = 0xc0; in _UTF8_wcrtomb()
322 lead = 0xe0; in _UTF8_wcrtomb()
325 lead = 0xf0; in _UTF8_wcrtomb()
328 lead = 0xf8; in _UTF8_wcrtomb()
331 lead = 0xfc; in _UTF8_wcrtomb()
348 *s = (wc & 0xff) | lead; in _UTF8_wcrtomb()
/freebsd-9-stable/lib/libc/stdio/
Dxprintf_float.c165 int lead; /* sig figs before decimal or group sep */ in __printf_render_float() local
309 lead = expt; in __printf_render_float()
311 if (lead <= *grouping) in __printf_render_float()
313 lead -= *grouping; in __printf_render_float()
322 lead = expt; in __printf_render_float()
379 PRINTANDPAD(cp, dtoaend, lead, 1); in __printf_render_float()
380 cp += lead; in __printf_render_float()
Dvfprintf.c85 int lead; /* sig figs before decimal or group sep */ member
106 gs->lead = ndigits; in grouping_init()
108 if (gs->lead <= *gs->grouping) in grouping_init()
110 gs->lead -= *gs->grouping; in grouping_init()
129 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale)) in grouping_print()
131 cp += gs->lead; in grouping_print()
Dvfwprintf.c86 int lead; /* sig figs before decimal or group sep */ member
135 gs->lead = ndigits; in grouping_init()
137 if (gs->lead <= *gs->grouping) in grouping_init()
139 gs->lead -= *gs->grouping; in grouping_init()
158 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale)) in grouping_print()
160 cp += gs->lead; in grouping_print()
/freebsd-9-stable/lib/libc/stdtime/
Dstrftime.c629 register int lead; local
634 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR;
636 if (trail < 0 && lead > 0) {
638 --lead;
639 } else if (lead < 0 && trail > 0) {
641 ++lead;
644 if (lead == 0 && trail < 0)
646 else pt = _conv(lead, "%02d", pt, ptlim);
/freebsd-9-stable/contrib/tzcode/zic/
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-stable/sys/libkern/
Diconv_ucs.c486 u_char lead, *p; in ucs4_to_utf8() local
494 lead = 0; /* "0" */ in ucs4_to_utf8()
497 lead = 0xc0; /* "11" */ in ucs4_to_utf8()
500 lead = 0xe0; /* "111" */ in ucs4_to_utf8()
503 lead = 0xf0; /* "1111" */ in ucs4_to_utf8()
520 *p = ucs4 | lead; in ucs4_to_utf8()
/freebsd-9-stable/sys/netgraph/atm/
Dngatmbase.c92 size_t len, lead; in uni_msg_extend() local
94 lead = uni_msg_leading(m); in uni_msg_extend()
96 s += lead + len + EXTRA; in uni_msg_extend()
102 bcopy(m->b_rptr, b + lead, len); in uni_msg_extend()
106 m->b_rptr = m->b_buf + lead; in uni_msg_extend()
/freebsd-9-stable/contrib/tcsh/nls/russian/
Dset95 2 AddXkey: sequence-lead-in command not allowed\n
/freebsd-9-stable/contrib/tcsh/nls/C/
Dset95 2 AddXkey: sequence-lead-in command not allowed\n
/freebsd-9-stable/contrib/tcsh/nls/ukrainian/
Dset95 2 AddXkey: sequence-lead-in command not allowed\n
/freebsd-9-stable/contrib/tcsh/nls/german/
Dset95 2 AddXkey: sequence-lead-in command not allowed\n
/freebsd-9-stable/contrib/tcsh/nls/finnish/
Dset95 2 AddXkey: sequence-lead-in command not allowed\n
/freebsd-9-stable/contrib/tcsh/nls/italian/
Dset95 2 AddXkey: comando `sequence-lead-in' non permesso\n
/freebsd-9-stable/contrib/tcsh/nls/french/
Dset95 2 AddXkey: commande séquence d'introduction (sequence-lead-in) pas autorisé\n
/freebsd-9-stable/contrib/tcsh/nls/spanish/
Dset95 2 AddXkey: No se permite comando introducción de secuencia (sequence-lead-in)\n
/freebsd-9-stable/contrib/gcclibs/libcpp/
Daclocal.m419 m4_include([../config/lead-dot.m4])
/freebsd-9-stable/games/fortune/datfiles/
Dmurphy-o29 You can lead a horticulture, but you can't make her think.
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_get_error.pod55 record will be read or written. Note that the retry may again lead to
65 Caveat: Any TLS/SSL I/O function can lead to either of
DSSL_free.pod25 calling SSL_free(), as trying to free things twice may lead to program
DSSL_SESSION_free.pod29 that is still used, as this may lead to program failures due to
DSSL_COMP_add_compression_method.pod28 compression methods with the same identifier will lead to connection failure.
/freebsd-9-stable/sys/cam/scsi/
Dscsi_cd.c2288 struct cd_toc_single *lead; in cdioctl() local
2296 lead = malloc(sizeof(*lead), M_SCSICD, M_WAITOK | M_ZERO); in cdioctl()
2310 free(lead, M_SCSICD); in cdioctl()
2320 free(lead, M_SCSICD); in cdioctl()
2343 free(lead, M_SCSICD); in cdioctl()
2365 free(lead, M_SCSICD); in cdioctl()
2379 free(lead, M_SCSICD); in cdioctl()
2391 LEADOUT, (u_int8_t *)lead, in cdioctl()
2392 sizeof(*lead), in cdioctl()
2396 free(lead, M_SCSICD); in cdioctl()
[all …]
/freebsd-9-stable/crypto/heimdal/cf/
Dtelnet.m464 /* Set this to the default system lead string for telnetd
/freebsd-9-stable/usr.sbin/cron/doc/
DTHANKS15 its brothers and sisters; he also sent some diffs that lead cron toward compil-

1234567