Searched refs:UPPER (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/ncurses/man/
H A Dmake_sed.sh44 UPPER=upper$$
47 rm -f $UPPER $SCRIPT $RESULT
48 trap "rm -f $COL.* $INPUT $UPPER $SCRIPT $RESULT" 0 1 2 5 15
59 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ <$COL.$F >$UPPER
60 mv $UPPER $COL.$F
64 -e 's/$/\//' >$UPPER
72 $UPPER >>$RESULT
80 $UPPER >>$RESULT
86 $UPPER >>$RESULT
/freebsd-11.0-release/contrib/nvi/regex/
H A Dcclass.h48 RCHAR_T UPPER[] = {'u','p','p','e','r',0}; variable
76 { UPPER, "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_pseudo_driver.sh36 UPPER=`echo ${1} |tr "[:lower:]" "[:upper:]"`
50 rm ${TOP}/conf/files.${UPPER}
51 rm ${TOP}/i386/conf/${UPPER}
62 echo ${TOP}/conf/files.${UPPER}
63 echo ${TOP}/i386/conf/${UPPER}
72 cat >${TOP}/conf/files.${UPPER} <<DONE
76 cat >${TOP}/i386/conf/${UPPER} <<DONE
77 # Configuration file for kernel type: ${UPPER}
80 files "${TOP}/conf/files.${UPPER}"
84 ident ${UPPER}
[all...]
H A Dmake_device_driver.sh36 UPPER=`echo ${1} |tr "[:lower:]" "[:upper:]"`
52 rm ${TOP}/conf/files.${UPPER}
53 rm ${TOP}/i386/conf/${UPPER}
64 echo ${TOP}/conf/files.${UPPER}
65 echo ${TOP}/i386/conf/${UPPER}
85 cat >${TOP}/conf/files.${UPPER} <<DONE
92 cat >${TOP}/i386/conf/${UPPER} <<DONE
93 # Configuration file for kernel type: ${UPPER}
96 files "${TOP}/conf/files.${UPPER}"
100 ident ${UPPER}
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl4 $UPPER=0x02;
22 $v|=$UPPER if ($c =~ /[A-Z]/);
41 $v|=$UPPER if ($c =~ /[A-Z]/);
119 #define CONF_UPPER $UPPER
/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dmakeshell.c35 #define UPPER(_c) (toupper(to_uchar(_c))) macro
661 while (UPPER(od->pz_Name[match_ct]) == UPPER(name[match_ct]))
/freebsd-11.0-release/usr.bin/mklocale/
H A Dlex.l105 UPPER { yylval.i = _CTYPE_U|_CTYPE_R|_CTYPE_G;
/freebsd-11.0-release/sys/dev/snc/
H A Ddp83932var.h39 #define UPPER(x) ((unsigned)(x) >> 16) macro
H A Ddp83932.c572 UPPER(mtdp->mtd_vbuf));
755 NIC_PUT(sc, SNCR_UTDA, UPPER(sc->mtda[0].mtd_vtxp));
782 NIC_PUT(sc, SNCR_URDA, UPPER(sc->v_rda));
799 NIC_PUT(sc, SNCR_URRA, UPPER(sc->v_rra[0]));
809 SWO(sc, sc->v_rra[i], RXRSRC_PTRHI, UPPER(v));
811 SWO(sc, sc->v_rra[i], RXRSRC_WCHI, UPPER(PAGE_SIZE/2));
/freebsd-11.0-release/contrib/groff/src/preproc/pic/
H A Dpic.y170 %token UPPER
241 %left UPPER LOWER NORTH SOUTH EAST WEST CENTER START END
1423 | UPPER LEFT
1427 | UPPER RIGHT
1435 | UPPER LEFT_CORNER
1439 | UPPER RIGHT_CORNER
H A Dlex.cpp523 { "upper", UPPER },
1820 case UPPER:
1821 // recognise UPPER only before LEFT or RIGHT
/freebsd-11.0-release/contrib/gcc/
H A Dsystem.h254 UPPER. However the bounds themselves can be either positive or
256 #define IN_RANGE(VALUE, LOWER, UPPER) \
257 ((unsigned HOST_WIDE_INT)((VALUE) - (LOWER)) <= ((UPPER) - (LOWER)))
/freebsd-11.0-release/crypto/openssl/util/
H A Dpod2man.pl91 are historically written in the rather startling ALL UPPER CASE

Completed in 124 milliseconds