Searched refs:is_numeric (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c295 int is_numeric; local
299 is_numeric = p[0] >= '0' && p[0] <= '9';
300 if (strncmp("rsa:",p,4) == 0 || is_numeric)
303 if(!is_numeric)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dtypes.cpp992 { bool is_numeric = true; // check if all enumeration values are numeric local
1008 is_numeric &= is_integer(s);
1017 if (is_numeric)
1119 bool is_numeric = false; local
1123 is_numeric = true;
1126 else if (is_numeric && !anonymous && simpleType.restriction->minInclusive && simpleType.restriction->minInclusive->value && is_integer(simpleType.restriction->minInclusive->value))
1130 else if (is_numeric && !anonymous && simpleType.restriction->maxInclusive && simpleType.restriction->maxInclusive->value && is_integer(simpleType.restriction->maxInclusive->value))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dtypes.cpp992 { bool is_numeric = true; // check if all enumeration values are numeric local
1008 is_numeric &= is_integer(s);
1017 if (is_numeric)
1119 bool is_numeric = false; local
1123 is_numeric = true;
1126 else if (is_numeric && !anonymous && simpleType.restriction->minInclusive && simpleType.restriction->minInclusive->value && is_integer(simpleType.restriction->minInclusive->value))
1130 else if (is_numeric && !anonymous && simpleType.restriction->maxInclusive && simpleType.restriction->maxInclusive->value && is_integer(simpleType.restriction->maxInclusive->value))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dtypes.cpp992 { bool is_numeric = true; // check if all enumeration values are numeric local
1008 is_numeric &= is_integer(s);
1017 if (is_numeric)
1119 bool is_numeric = false; local
1123 is_numeric = true;
1126 else if (is_numeric && !anonymous && simpleType.restriction->minInclusive && simpleType.restriction->minInclusive->value && is_integer(simpleType.restriction->minInclusive->value))
1130 else if (is_numeric && !anonymous && simpleType.restriction->maxInclusive && simpleType.restriction->maxInclusive->value && is_integer(simpleType.restriction->maxInclusive->value))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dtypes.cpp992 { bool is_numeric = true; // check if all enumeration values are numeric local
1008 is_numeric &= is_integer(s);
1017 if (is_numeric)
1119 bool is_numeric = false; local
1123 is_numeric = true;
1126 else if (is_numeric && !anonymous && simpleType.restriction->minInclusive && simpleType.restriction->minInclusive->value && is_integer(simpleType.restriction->minInclusive->value))
1130 else if (is_numeric && !anonymous && simpleType.restriction->maxInclusive && simpleType.restriction->maxInclusive->value && is_integer(simpleType.restriction->maxInclusive->value))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c831 static int is_numeric(var *v) function
840 if (is_numeric(v))
1872 i += sprintf(b+i, s, is_numeric(arg) ?
2629 if (is_numeric(L.v) && is_numeric(R.v)) {

Completed in 117 milliseconds