Searched refs:ALT (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/lib/libc/stdio/
H A Dprintflocal.h38 #define ALT 0x001 /* alternate form */ macro
H A Dvfprintf.c516 flags |= ALT;
739 if (flags & ALT)
750 if (!(flags & ALT))
757 if (prec > 1 || flags & ALT)
766 if (prec || flags & ALT)
866 if (flags & ALT &&
893 (flags & ALT && base == 8))
895 flags & ALT, xdigs);
898 (flags & ALT && base == 8))
900 flags & ALT, xdig
[all...]
H A Dvfwprintf.c589 flags |= ALT;
805 if (flags & ALT)
816 if (!(flags & ALT))
823 if (prec > 1 || flags & ALT)
832 if (prec || flags & ALT)
934 if (flags & ALT &&
961 (flags & ALT && base == 8))
963 flags & ALT, xdigs);
966 (flags & ALT && base == 8))
968 flags & ALT, xdig
[all...]
/freebsd-10.2-release/sys/netgraph/
H A Dng_frame_relay.c87 u_short ALT[1024]; /* map DLCIs to CTX */ member in struct:frmrel_softc
166 if (sc->ALT[dlci]) {
167 if ((ctxnum = sc->ALT[dlci] & CTX_VALUE) < MAX_CT) {
171 sc->ALT[dlci] = 0; /* paranoid but... */
188 sc->ALT[dlci] = ctxnum | CTX_VALID;
458 ctxnum = sc->ALT[dlci];
505 sc->ALT[dlci] = 0;
/freebsd-10.2-release/usr.bin/vgrind/
H A Dregexp.c99 * defined is optional. Also ALT can be set to indicate an alternation.
139 #define ALT 8 macro
286 *cs |= ALT;
372 } else if (*cs & ALT) {
412 } else if (*cs & ALT) {
525 } else if (*cs & ALT) {
549 } else if (*cs & ALT) {
572 } else if (*cs & ALT) {
/freebsd-10.2-release/usr.bin/calendar/
H A Dsunpos.c151 *ALT = ASIN(SIN(latitude) * SIN(*DEC) +
153 fixup(ALT);
157 if (*ALT > 180)
158 *ALT -= 360;
159 if (*ALT < -180)
160 *ALT += 360;
161 printf("a:%g a:%g\n", *ALT, *AZ);
179 comp("ALT", ALT, fixup(&expALT));
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dvfprintf.c149 #define ALT 0x001 /* alternate form */ macro
377 flags |= ALT;
518 if (flags & ALT)
646 if (flags & ALT && _uquad != 0)
685 if (flags & ALT && *cp != '0')
/freebsd-10.2-release/contrib/ntp/libparse/
H A Ddata_mbg.c352 for (i = LAT; i <= ALT; i++)
359 if (i != ALT)
/freebsd-10.2-release/contrib/ntp/include/
H A Dmbg_gps166.h526 enum LLA_FIELDS { LAT, LON, ALT, N_LLA }; /* latitude, longitude, altitude */ enumerator in enum:LLA_FIELDS
/freebsd-10.2-release/contrib/binutils/binutils/
H A Drclex.c81 K(ACCELERATORS), K(ALT), K(ANICURSOR), K(ANIICON), K(ASCII),
H A Drcparse.y114 %token ACCELERATORS VIRTKEY ASCII NOINVERT SHIFT CONTROL ALT
317 | ALT
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_parse.c4416 mfptoa(lla[ALT].l_ui, lla[ALT].l_uf, 1));

Completed in 127 milliseconds