Home
last modified time | relevance | path

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

/hesiod/
A Dhesiod.h45 const char *type) attribute_hidden;
47 const char *type) attribute_hidden;
A Dhesiod.c151 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 DREADME.hesiod101 type master;
/hesiod/nss_hesiod/
A Dhesiod-pwd.c47 lookup (const char *name, const char *type, struct passwd *pwd, in lookup() argument
61 list = hesiod_resolve (context, name, type); in lookup()
A Dhesiod-proto.c59 lookup (const char *name, const char *type, struct protoent *proto, in lookup() argument
73 list = hesiod_resolve (context, name, type); in lookup()
A Dhesiod-service.c60 lookup (const char *name, const char *type, const char *protocol, in lookup() argument
74 list = hesiod_resolve (context, name, type); in lookup()
A Dhesiod-grp.c49 lookup (const char *name, const char *type, struct group *grp, in lookup() argument
63 list = hesiod_resolve (context, name, type); in lookup()

Completed in 6 milliseconds