Searched defs:anint (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libslp/clib/ | ||
H A D | SLPGetRefreshInterval.c | 111 unsigned short anint; local 118 anint = (unsigned short)atoi(p); 119 if (anint > *max) { 120 *max = anint; |
Completed in 70 milliseconds