Searched refs:other_names (Results 1 – 1 of 1) sorted by relevance
277 char *first_name, *other_names; in _nc_write_entry() local294 other_names = ptr + 1; in _nc_write_entry()306 other_names = ptr; in _nc_write_entry()309 other_names = ptr + 1; in _nc_write_entry()314 DEBUG(7, ("Other names = '%s'", other_names)); in _nc_write_entry()348 while (*other_names != '\0') { in _nc_write_entry()349 ptr = other_names++; in _nc_write_entry()351 while (*other_names != '|' && *other_names != '\0') in _nc_write_entry()352 other_names++; in _nc_write_entry()354 if (*other_names != '\0') in _nc_write_entry()[all …]