Home
last modified time | relevance | path

Searched defs:isdigit (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Depautoconf.c18 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
/openbmc/u-boot/include/linux/
H A Dctype.h25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro