Searched refs:_istdigit (Results 1 – 2 of 2) sorted by relevance
166 #define _istdigit isdigit macro
468 if ( (type == 'd') && !_istdigit(arg[i]) && arg[i] != 'x' && arg[i] != '-') in CheckArg()