Searched refs:long_temp (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dservices_ex.c1941 long int long_temp=0; local
2368 long_temp=strtol(p_Value, endptr, 10);
2369 if ( (long_temp>(long int)86400) ||
2370 (long_temp<(long int)0) ||
2371 (long_temp==LONG_MAX) ||
2372 (long_temp==LONG_MIN) ||
2377 sprintf(str_timeToLive, "%d", (int)long_temp);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dservices_ex.c1938 long int long_temp=0; local
2365 long_temp=strtol(p_Value, endptr, 10);
2366 if ( (long_temp>(long int)86400) ||
2367 (long_temp<(long int)0) ||
2368 (long_temp==LONG_MAX) ||
2369 (long_temp==LONG_MIN) ||
2374 sprintf(str_timeToLive, "%d", (int)long_temp);

Completed in 118 milliseconds