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

/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c170 static int idm_keyvalue_get_next(char **tb_scan, int *tb_len,
300 idm_keyvalue_get_next(char **tb_scan, int *tb_len, argument
313 total_len = idm_strnlen(*tb_scan, *tb_len);
328 *key = *tb_scan;
329 *keylen = idm_strcspn(*tb_scan, "=");
336 *tb_scan += *keylen + 1; /* Skip the '=' */
342 *value = *tb_scan;
345 *tb_scan += valuelen + 1; /* Skip the '\0' */

Completed in 59 milliseconds