Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsldap/common/
H A Dns_reads.c1069 char *c, *last_copied; in get_mapped_filter() local
1384 last_copied = filter - 1; in get_mapped_filter()
1413 if ((last_copied + 1) != info[i]->name_start) in get_mapped_filter()
1415 last_copied + 1, in get_mapped_filter()
1417 last_copied - 1); in get_mapped_filter()
1420 last_copied = info[i]->name_end; in get_mapped_filter()
1433 (void) strncat(*new_filter, last_copied + 1, in get_mapped_filter()
1435 last_copied - 1); in get_mapped_filter()
/titanic_50/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c944 char last_copied; in zonecfg_set_zonepath() local
953 last_copied = '\0'; in zonecfg_set_zonepath()
955 if (*curr_mp != '/' || last_copied != '/') { in zonecfg_set_zonepath()
956 last_copied = *copy_mp = *curr_mp; in zonecfg_set_zonepath()
960 if (last_copied == '/') in zonecfg_set_zonepath()