Searched refs:first_name (Results 1 – 2 of 2) sorted by relevance
211 char *first_name, *other_names; in _nc_write_entry() local232 first_name = name_list; in _nc_write_entry()254 DEBUG(7, ("First name = '%s'", first_name)); in _nc_write_entry()257 _nc_set_type(first_name); in _nc_write_entry()259 if (strlen(first_name) > sizeof(filename) - 3) in _nc_write_entry()262 sprintf(filename, "%c/%s", first_name[0], first_name); in _nc_write_entry()275 check_writeable(first_name[0]); in _nc_write_entry()
1771 char *first_name = NULL; in _bfd_compute_and_write_armap() local1795 first_name = bfd_alloc (arch, 1); in _bfd_compute_and_write_armap()1796 if (first_name == NULL) in _bfd_compute_and_write_armap()1896 if (first_name != NULL) in _bfd_compute_and_write_armap()1897 bfd_release (arch, first_name); in _bfd_compute_and_write_armap()1906 if (first_name != NULL) in _bfd_compute_and_write_armap()1907 bfd_release (arch, first_name); in _bfd_compute_and_write_armap()