Searched defs:anint (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPGetRefreshInterval.c111 unsigned short anint; local
118 anint = (unsigned short)atoi(p);
119 if (anint > *max) {
120 *max = anint;

Completed in 44 milliseconds