Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c1069 char *c, *last_copied; in get_mapped_filter() local
1385 last_copied = filter - 1; in get_mapped_filter()
1414 if ((last_copied + 1) != info[i]->name_start) in get_mapped_filter()
1416 last_copied + 1, in get_mapped_filter()
1418 last_copied - 1); in get_mapped_filter()
1421 last_copied = info[i]->name_end; in get_mapped_filter()
1434 (void) strncat(*new_filter, last_copied + 1, in get_mapped_filter()
1436 last_copied - 1); in get_mapped_filter()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c951 char last_copied; in zonecfg_set_zonepath() local
960 last_copied = '\0'; in zonecfg_set_zonepath()
962 if (*curr_mp != '/' || last_copied != '/') { in zonecfg_set_zonepath()
963 last_copied = *copy_mp = *curr_mp; in zonecfg_set_zonepath()
967 if (last_copied == '/') in zonecfg_set_zonepath()