Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Darch.c595 ch_isdigit(memName[sizeof AR_EFMT1 - 1])) { in ArchStatMember()
839 (ch_isdigit(out_arh->AR_NAME[sizeof AR_EFMT1 - 1]))) { in ArchFindMember()
H A Dcond.c501 !ch_isdigit(*start)) { in CondParser_Leaf()
762 if (ch_isdigit(cp[0]) || cp[0] == '-' || cp[0] == '+') in CondParser_ComparisonOrLeaf()
H A Dmake.h1174 ch_isdigit(char ch) { return isdigit((unsigned char)ch) != 0; } in ch_isdigit() function
H A Dvar.c1595 ch_isdigit(rp[1])) in RegexReplace()
2328 if (!ch_isdigit(**pp)) in TryParseSize()
2548 if (!ch_isdigit(**pp)) in TryParseTime()
3051 } else if (!ch_isdigit(sep[1])) { in ApplyModifier_ToSep()