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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c732 char *start_val; local
761 start_val = s;
768 while (s > start_val && is_whitespace(s[-1]))
772 calloc(1, (size_t)(s - start_val) + 1);
782 for (s = start_val; s < end_val; s++) {
798 for (s = start_val; s < end_val; s++)
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c600 uint64_t start_val, end_val; local
631 rc = ddi_strtoull(val_scan, NULL, 0, (u_longlong_t *)&start_val);
633 rc = nvlist_add_uint64(range_nvl, "start", start_val);

Completed in 76 milliseconds