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

/freebsd-10-stable/contrib/ldns/
H A Drr_functions.c363 int32_t new_s; local
367 new_s = (int32_t) atoi(s_str);
368 return new_s - ((int32_t) s) <= 0 ? s+1 : ((uint32_t) new_s);
373 int32_t new_s = data ? (int32_t) (intptr_t) data local
375 return new_s - ((int32_t) s) <= 0 ? s+1 : ((uint32_t) new_s);

Completed in 50 milliseconds