Home
last modified time | relevance | path

Searched refs:namep (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/inet/ !
Dgetnetgrent_r.c292 struct name_list *namep; in __internal_getnetgrent_r() local
295 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 …]
/glibc-2.36/locale/ !
Dnewlocale.c210 char *namep = (char *) (result_ptr + 1); local
217 result.__names[cnt] = namep;
218 namep = __stpcpy (namep, newnames[cnt]) + 1;
227 char *namep = (char *) (result_ptr + 1); local
241 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;
Dduplocale.c56 char *namep = (char *) (result + 1); in __libc_rwlock_define() local
72 result->__names[cnt] = namep; in __libc_rwlock_define()
73 namep = __stpcpy (namep, dataset->__names[cnt]) + 1; in __libc_rwlock_define()
Dloadarchive.c133 _nl_load_locale_from_archive (int category, const char **namep) in _nl_load_locale_from_archive() argument
135 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()
Dlocaleinfo.h381 const char **namep)