Searched refs:LOWER (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dgenget.c45 #define LOWER(x) (isupper(x) ? tolower(x) : (x)) macro
63 while (LOWER(c1) == LOWER(c2)) {
/freebsd-11-stable/contrib/nvi/regex/
H A Dcclass.h44 RCHAR_T LOWER[] = {'l','o','w','e','r',0}; variable
68 { LOWER, "abcdefghijklmnopqrstuvwxyz",
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dgenget.c44 #define LOWER(x) (isupper(x) ? tolower(x) : (x)) macro
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c570 LOWER(mtdp->mtd_vbuf));
587 LOWER(sc->mtda[mtd_next].mtd_vtxp) | EOL);
595 LOWER(mtdp->mtd_vtxp));
688 NIC_PUT(sc, SNCR_CDP, LOWER(sc->v_cda));
756 NIC_PUT(sc, SNCR_CTDA, LOWER(sc->mtda[0].mtd_vtxp));
770 SWO(sc, v_rda, RXPKT_RLINK, LOWER(vv_rda));
774 SWO(sc, v_rda, RXPKT_RLINK, LOWER(sc->v_rda) | EOL);
783 NIC_PUT(sc, SNCR_CRDA, LOWER(sc->v_rda));
800 NIC_PUT(sc, SNCR_RSA, LOWER(sc->v_rra[0]));
802 NIC_PUT(sc, SNCR_REA, LOWER(s
[all...]
H A Ddp83932var.h38 #define LOWER(x) ((unsigned)(x) & 0xffff) macro
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dkeysets.pl5 $LOWER=0x04;
23 $v|=$LOWER if ($c =~ /[a-z]/);
42 $v|=$LOWER if ($c =~ /[a-z]/);
120 #define CONF_LOWER $LOWER
/freebsd-11-stable/usr.bin/mklocale/
H A Dlex.l99 LOWER { yylval.i = _CTYPE_L|_CTYPE_R|_CTYPE_G;
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dmakeshell.c36 #define LOWER(_c) (tolower(to_uchar(_c))) macro
913 *pz = (char)LOWER(*pz);
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h251 macro won't warn if the VALUE is unsigned and the LOWER bound is
252 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
253 bound *is* evaluated twice, and LOWER must not be greater than
256 #define IN_RANGE(VALUE, LOWER, UPPER) \
257 ((unsigned HOST_WIDE_INT)((VALUE) - (LOWER)) <= ((UPPER) - (LOWER)))
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y171 %token LOWER
241 %left UPPER LOWER NORTH SOUTH EAST WEST CENTER START END
1425 | LOWER LEFT
1429 | LOWER RIGHT
1437 | LOWER LEFT_CORNER
1441 | LOWER RIGHT_CORNER
H A Dlex.cpp486 { "lower", LOWER },
1830 case LOWER:
1831 // recognise LOWER only before LEFT or RIGHT

Completed in 201 milliseconds