OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOWER
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libtelnet/
genget.c
45
#define
LOWER
(x) (isupper((unsigned char)x) ? tolower((unsigned char)x) : (x))
63
while (
LOWER
(c1) ==
LOWER
(c2)) {
/src/external/bsd/nvi/dist/regex/
cclass.h
47
RCHAR_T
LOWER
[] = {'l','o','w','e','r',0};
71
{
LOWER
, "abcdefghijklmnopqrstuvwxyz",
/src/external/bsd/ntp/dist/sntp/libopts/
makeshell.c
38
#define
LOWER
(_c) (tolower(to_uchar(_c)))
358
* Get a copy of the original program name in
lower
case and
876
*pz = (char)
LOWER
(*pz);
/src/sys/arch/newsmips/apbus/
if_sn.c
94
#define
LOWER
(x) ((unsigned)(x) & 0xffff)
543
LOWER
(mtdp->mtd_vbuf));
560
LOWER
(sc->mtda[mtd_next].mtd_vtxp) | EOL);
568
LOWER
(mtdp->mtd_vtxp));
668
NIC_PUT(sc, SNR_CDP,
LOWER
(sc->v_cda));
736
NIC_PUT(sc, SNR_CTDA,
LOWER
(sc->mtda[0].mtd_vtxp));
751
SWO(bitmode, p_rda, RXPKT_RLINK,
LOWER
(v_rda));
755
SWO(bitmode, p_rda, RXPKT_RLINK,
LOWER
(sc->v_rda) | EOL);
764
NIC_PUT(sc, SNR_CRDA,
LOWER
(sc->v_rda));
781
NIC_PUT(sc, SNR_RSA,
LOWER
(sc->v_rra[0]))
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026