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

/barrelfish-master/lib/openssl-1.0.0d/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 93 milliseconds