Searched refs:isnumber (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/tc/
H A Dq_netem.c98 static int isnumber(const char *arg) function
105 #define NEXT_IS_NUMBER() (NEXT_ARG_OK() && isnumber(argv[1]))
/external/pcre/
H A Dpcre_compile.c5966 BOOL isnumber = TRUE; local
5969 if ((cd->ctypes[*p] & ctype_digit) == 0) isnumber = FALSE;
5977 if (isnumber)

Completed in 90 milliseconds