Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dvar.c2296 TryParseIntBase0(const char **pp, int *out_num) in TryParseIntBase0() function
3198 if (!TryParseIntBase0(&p, &first)) in ApplyModifier_Words()
3206 if (!TryParseIntBase0(&p, &last) || *p != '\0') in ApplyModifier_Words()