Searched refs:int_strtoul (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/tunala/
H A Dbreakage.c3 int int_strtoul(const char *str, unsigned long *val) function
H A Dip.c113 if(!int_strtoul(ptr, &port) || (port > 65535))
H A Dtunala.h207 int int_strtoul(const char *str, unsigned long *val);
H A Dtunala.c224 if(!int_strtoul(s, &l) || (l < 1) || (l > 1024)) {
236 if(!int_strtoul(s, &l) || (l > 1)) {
259 if(!int_strtoul(s, &l) || (l > 3)) {
271 if(!int_strtoul(s, &l) || (l < 1) || (l > 50)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dbreakage.c3 int int_strtoul(const char *str, unsigned long *val) function
H A Dip.c113 if(!int_strtoul(ptr, &port) || (port > 65535))
H A Dtunala.h208 int int_strtoul(const char *str, unsigned long *val);
H A Dtunala.c226 if(!int_strtoul(s, &l) || (l < 1) || (l > 1024)) {
238 if(!int_strtoul(s, &l) || (l > 1)) {
261 if(!int_strtoul(s, &l) || (l > 3)) {
273 if(!int_strtoul(s, &l) || (l < 1) || (l > 50)) {

Completed in 129 milliseconds