Home
last modified time | relevance | path

Searched refs:ISDIGIT (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dposixtm.c43 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
135 if (!ISDIGIT (s[i])) in posix_time_parse()
175 if (!ISDIGIT (dot[0]) || !ISDIGIT (dot[1])) in posix_time_parse()