OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ND_ASCII_TOLOWER
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
netdissect-ctype.h
52
#define
ND_ASCII_TOLOWER
(c) (((c) >= 'A' && (c) <= 'Z') ? (c) - 'A' + 'a' : (c))
print-zephyr.c
138
*zb_string =
ND_ASCII_TOLOWER
(*zb_string);
Completed in 71 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026