Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c183 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--) {
H A Dip_ftp_pxy.c752 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 …]
H A Dip_rpcb_pxy.c693 if (!(ISDIGIT(uastr[0]) && ISDIGIT(uastr[l-1])))
697 if (ISDIGIT(*c)) {
751 while (((c = *s++) != '\0') && ISDIGIT(c)) {
H A Dip_rcmd_pxy.c135 while (((c = *s++) != '\0') && ISDIGIT(c)) {
H A Dip_compat.h613 #define ISDIGIT(x) isdigit((u_char)(x)) macro
/f-stack/freebsd/netinet/libalias/
H A Dalias_smedia.c213 #define ISDIGIT(a) (((a) >= '0') && ((a) <= '9')) macro
291 if (ISDIGIT(port_data[i])) { in alias_rtsp_out()
303 if (ISDIGIT(port_data[i])) { in alias_rtsp_out()