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

/netbsd-6-1-5-RELEASE/lib/libtelnet/
H A Dgenget.c45 #define LOWER(x) (isupper((unsigned char)x) ? tolower((unsigned char)x) : (x)) macro
63 while (LOWER(c1) == LOWER(c2)) {
/netbsd-6-1-5-RELEASE/dist/nvi/regex/
H A Dcclass.h48 RCHAR_T LOWER[] = {'l','o','w','e','r',0}; variable
72 { LOWER, "abcdefghijklmnopqrstuvwxyz",
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/util/
H A DUCD.pm97 LOWER => ucode($f[13]),
167 LOWER => [map(hex, split ' ', $f[1])],
H A Dgenerate_normalize_data.pl210 my $lower = $data{LOWER};
267 if (exists $lower_special{$code} or defined $data{LOWER}) {
275 if (defined $data{LOWER}) {
276 push @casedata, $data{LOWER};
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/apbus/
H A Dif_sn.c98 #define LOWER(x) ((unsigned)(x) & 0xffff) macro
551 LOWER(mtdp->mtd_vbuf));
568 LOWER(sc->mtda[mtd_next].mtd_vtxp) | EOL);
576 LOWER(mtdp->mtd_vtxp));
673 NIC_PUT(sc, SNR_CDP, LOWER(sc->v_cda));
741 NIC_PUT(sc, SNR_CTDA, LOWER(sc->mtda[0].mtd_vtxp));
755 SWO(bitmode, p_rda, RXPKT_RLINK, LOWER(v_rda));
759 SWO(bitmode, p_rda, RXPKT_RLINK, LOWER(sc->v_rda) | EOL);
768 NIC_PUT(sc, SNR_CRDA, LOWER(sc->v_rda));
785 NIC_PUT(sc, SNR_RSA, LOWER(s
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dkeysets.pl5 $LOWER=0x04;
23 $v|=$LOWER if ($c =~ /[a-z]/);
42 $v|=$LOWER if ($c =~ /[a-z]/);
118 #define CONF_LOWER $LOWER
/netbsd-6-1-5-RELEASE/usr.bin/mklocale/
H A Dlex.l108 LOWER { yylval.i = _RUNETYPE_L|_RUNETYPE_R|_RUNETYPE_G;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h249 macro won't warn if the VALUE is unsigned and the LOWER bound is
250 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
251 bound *is* evaluated twice, and LOWER must not be greater than
254 #define IN_RANGE(VALUE, LOWER, UPPER) \
255 ((unsigned HOST_WIDE_INT)((VALUE) - (LOWER)) <= ((UPPER) - (LOWER)))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h254 macro won't warn if the VALUE is unsigned and the LOWER bound is
255 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
256 bound *is* evaluated twice, and LOWER must not be greater than
259 #define IN_RANGE(VALUE, LOWER, UPPER) \
260 ((unsigned HOST_WIDE_INT) (VALUE) - (unsigned HOST_WIDE_INT) (LOWER) \
261 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dpic.y173 %token LOWER
243 %left UPPER LOWER NORTH SOUTH EAST WEST CENTER START END
1427 | LOWER LEFT
1431 | LOWER RIGHT
1439 | LOWER LEFT_CORNER
1443 | LOWER RIGHT_CORNER
H A Dlex.cpp488 { "lower", LOWER },
1832 case LOWER:
1833 // recognise LOWER only before LEFT or RIGHT
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dnssec/
H A Dtests.sh1705 $DIG +tcp +dnssec -p 5300 +noadd +noauth soa LOWER.EXAMPLE @10.53.0.4 \

Completed in 166 milliseconds