Searched refs:ISDIGIT (Results 1 – 6 of 6) sorted by relevance
183 if (!ISDIGIT(c))189 for (l = 0; ISDIGIT(c) && (i > 0); i--) {205 if (!ISDIGIT(c))210 for (l = 0; ISDIGIT(c) && (i > 0); i--) {
752 while (*s && !ISDIGIT(*s)) {1018 if (!ISDIGIT(*rptr) || !ISDIGIT(*(rptr + 1)) || !ISDIGIT(*(rptr + 2)))1201 if (ISDIGIT(c)) {1205 if (ISDIGIT(c)) {1209 if (ISDIGIT(c)) {1679 while (((c = *s++) != '\0') && ISDIGIT(c)) {1687 while (((c = *s++) != '\0') && ISDIGIT(c)) {1768 while (((c = *s++) != '\0') && ISDIGIT(c)) {1779 while (((c = *s++) != '\0') && ISDIGIT(c)) {1934 while (*s && !ISDIGIT(*s))[all …]
693 if (!(ISDIGIT(uastr[0]) && ISDIGIT(uastr[l-1])))697 if (ISDIGIT(*c)) {751 while (((c = *s++) != '\0') && ISDIGIT(c)) {
135 while (((c = *s++) != '\0') && ISDIGIT(c)) {
613 #define ISDIGIT(x) isdigit((u_char)(x)) macro
213 #define ISDIGIT(a) (((a) >= '0') && ((a) <= '9')) macro291 if (ISDIGIT(port_data[i])) { in alias_rtsp_out()303 if (ISDIGIT(port_data[i])) { in alias_rtsp_out()