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

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c399 const char *t_current; local
461 t_current = current;
462 t_begin = ++t_current;
463 if (commp_find_token(&t_begin, &t_current, end,
467 if (t_current != end) {
476 if (commp_atoi((t_current + 1), end,
483 if (commp_atoi((current + 1), t_current,
488 if (commp_strtoub((current + 1), t_current,

Completed in 61 milliseconds