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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c473 char *last_entry_s; local
484 last_entry_s = strchr(attr_end + 7, '-');
485 if (last_entry_s == NULL) {
494 last_entry_s++;
495 if (*last_entry_s == '*') {
500 next_range_start = strtol(last_entry_s, &endptr, 10);

Completed in 28 milliseconds