Searched refs:nalt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/lib/libc/stdio/
H A Dxprintf_int.c263 const char *nalt, *digit; local
270 nalt = NULL;
373 nalt = "0x";
375 nalt = "0X";
407 } else if (nalt != NULL) {
408 *--p = nalt[1];
409 *--p = nalt[0];
425 else if (nalt != NULL)
426 ret += __printf_puts(io, nalt, 2);
/freebsd-10.3-release/sys/geom/
H A Dgeom_sunlabel.c64 int nalt; member in struct:g_sunlabel_softc
102 ms->nalt = sl.sl_acylinders;
161 ms->nsects, ms->nheads, ms->nalt);
/freebsd-10.3-release/lib/libusb/
H A Dlibusb10_desc.c108 uint8_t nalt; local
124 nalt = nif = pconf->num_interface;
141 nalt += pinf->num_altsetting;
159 (nalt * sizeof(libusb_interface_descriptor)) +
176 endd = (libusb_endpoint_descriptor *) (ifd + nalt);

Completed in 53 milliseconds