Searched refs:namep (Results 1 – 5 of 5) sorted by relevance
292 struct name_list *namep; in __internal_getnetgrent_r() local295 for (namep = datap->known_groups; namep != NULL; in __internal_getnetgrent_r()296 namep = namep->next) in __internal_getnetgrent_r()297 if (strcmp (datap->val.group, namep->name) == 0) in __internal_getnetgrent_r()299 if (namep == NULL) in __internal_getnetgrent_r()300 for (namep = datap->needed_groups; namep != NULL; in __internal_getnetgrent_r()301 namep = namep->next) in __internal_getnetgrent_r()302 if (strcmp (datap->val.group, namep->name) == 0) in __internal_getnetgrent_r()304 if (namep != NULL) in __internal_getnetgrent_r()309 namep = (struct name_list *) malloc (sizeof (struct name_list) in __internal_getnetgrent_r()[all …]
210 char *namep = (char *) (result_ptr + 1); local217 result.__names[cnt] = namep;218 namep = __stpcpy (namep, newnames[cnt]) + 1;227 char *namep = (char *) (result_ptr + 1); local241 result_ptr->__names[cnt] = namep;242 namep = __stpcpy (namep, newnames[cnt]) + 1;253 result_ptr->__names[cnt] = namep;254 namep = __stpcpy (namep, result.__names[cnt]) + 1;
56 char *namep = (char *) (result + 1); in __libc_rwlock_define() local72 result->__names[cnt] = namep; in __libc_rwlock_define()73 namep = __stpcpy (namep, dataset->__names[cnt]) + 1; in __libc_rwlock_define()
133 _nl_load_locale_from_archive (int category, const char **namep) in _nl_load_locale_from_archive() argument135 const char *name = *namep; in _nl_load_locale_from_archive()162 *namep = lia->name; in _nl_load_locale_from_archive()464 lia->name = __strdup (*namep); in _nl_load_locale_from_archive()497 *namep = lia->name; in _nl_load_locale_from_archive()
381 const char **namep)