Searched refs:type (Results 1 – 7 of 7) sorted by relevance
/hesiod/ |
A D | hesiod.h | 45 const char *type) attribute_hidden; 47 const char *type) attribute_hidden;
|
A D | hesiod.c | 151 hesiod_to_bind(void *context, const char *name, const char *type) { in hesiod_to_bind() argument 178 if ((bindname = malloc((cp - name) + strlen(type) + strlen(RHS) + in hesiod_to_bind() 188 endp = (char *) __stpcpy (endp, type); in hesiod_to_bind() 209 hesiod_resolve(void *context, const char *name, const char *type) { in hesiod_resolve() argument 211 char *bindname = hesiod_to_bind(context, name, type); in hesiod_resolve() 330 int type; /* RR type */ in get_txt_records() member 395 rr.type = ns_get16(cp); in get_txt_records() 407 if (rr.class != class || rr.type != T_TXT) in get_txt_records()
|
A D | README.hesiod | 101 type master;
|
/hesiod/nss_hesiod/ |
A D | hesiod-pwd.c | 47 lookup (const char *name, const char *type, struct passwd *pwd, in lookup() argument 61 list = hesiod_resolve (context, name, type); in lookup()
|
A D | hesiod-proto.c | 59 lookup (const char *name, const char *type, struct protoent *proto, in lookup() argument 73 list = hesiod_resolve (context, name, type); in lookup()
|
A D | hesiod-service.c | 60 lookup (const char *name, const char *type, const char *protocol, in lookup() argument 74 list = hesiod_resolve (context, name, type); in lookup()
|
A D | hesiod-grp.c | 49 lookup (const char *name, const char *type, struct group *grp, in lookup() argument 63 list = hesiod_resolve (context, name, type); in lookup()
|
Completed in 7 milliseconds