Home
last modified time | relevance | path

Searched refs:list (Results 1 – 7 of 7) sorted by relevance

/hesiod/nss_hesiod/
A Dhesiod-grp.c55 char **list; in lookup() local
64 if (list == NULL) in lookup()
73 len = strlen (*list) + 1; in lookup()
76 hesiod_free_list (context, list); in lookup()
83 hesiod_free_list (context, list); in lookup()
120 if (*list == g) in internal_gid_in_list()
123 ++list; in internal_gid_in_list()
174 char **list = NULL; in _nss_hesiod_initgroups_dyn() local
185 if (list == NULL) in _nss_hesiod_initgroups_dyn()
193 p = *list; in _nss_hesiod_initgroups_dyn()
[all …]
A Dhesiod-pwd.c53 char **list; in lookup() local
61 list = hesiod_resolve (context, name, type); in lookup()
62 if (list == NULL) in lookup()
71 len = strlen (*list) + 1; in lookup()
74 hesiod_free_list (context, list); in lookup()
80 memcpy (data->linebuffer, *list, len); in lookup()
81 hesiod_free_list (context, list); in lookup()
A Dhesiod-proto.c65 char **list, **item; in lookup() local
73 list = hesiod_resolve (context, name, type); in lookup()
74 if (list == NULL) in lookup()
84 item = list; in lookup()
92 hesiod_free_list (context, list); in lookup()
103 hesiod_free_list (context, list); in lookup()
115 hesiod_free_list (context, list); in lookup()
A Dhesiod-service.c66 char **list, **item; in lookup() local
74 list = hesiod_resolve (context, name, type); in lookup()
75 if (list == NULL) in lookup()
85 item = list; in lookup()
93 hesiod_free_list (context, list); in lookup()
104 hesiod_free_list (context, list); in lookup()
116 hesiod_free_list (context, list); in lookup()
/hesiod/
A Dhesiod.c228 hesiod_free_list(void *context, char **list) { in hesiod_free_list() argument
231 for (p = list; *p; p++) in hesiod_free_list()
233 free(list); in hesiod_free_list()
338 char *dst, *edst, **list; in get_txt_records() local
381 if (!list) in get_txt_records()
409 if (!(list[j] = malloc(rr.dlen))) in get_txt_records()
411 dst = list[j++]; in get_txt_records()
431 list[j] = NULL; in get_txt_records()
436 return (list); in get_txt_records()
440 free(list[i]); in get_txt_records()
[all …]
A Dhesiod.h48 void hesiod_free_list (void *context, char **list) attribute_hidden;
A DREADME.hesiod154 There is a mailing list at MIT for Hesiod users, hesiod@mit.edu. To
155 get yourself on or off the list, send mail to hesiod-request@mit.edu.

Completed in 8 milliseconds