Home
last modified time | relevance | path

Searched refs:tmpul (Results 1 – 1 of 1) sorted by relevance

/external/iw/
Dphy.c256 unsigned int tmpul; in handle_retry() local
269 tmpul = strtoul(argv[i], &end, 10); in handle_retry()
272 if (!tmpul || tmpul > 255) in handle_retry()
276 retry_short = tmpul; in handle_retry()
279 retry_long = tmpul; in handle_retry()