Searched refs:hes (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getgrent.c | 960 char *buffer, **hes; in dns_group() local 967 hes = NULL; in dns_group() 1014 hes = hesiod_resolve(ctx, label, in dns_group() 1016 if ((how == nss_lt_id && hes == NULL && in dns_group() 1017 (hes = hesiod_resolve(ctx, buf, "group")) == NULL) || in dns_group() 1018 hes == NULL) { in dns_group() 1025 rv = __gr_match_entry(hes[0], strlen(hes[0]), how, name, gid); in dns_group() 1027 hesiod_free_list(ctx, hes); in dns_group() 1028 hes = NULL; in dns_group() 1036 linesize = strlcpy(buffer, hes[0], adjsize); in dns_group() [all …]
|
H A D | getpwent.c | 1098 char *buffer, **hes; in dns_passwd() local 1105 hes = NULL; in dns_passwd() 1152 hes = hesiod_resolve(ctx, label, in dns_passwd() 1154 if (hes == NULL) { in dns_passwd() 1161 rv = __pw_match_entry(hes[0], strlen(hes[0]), how, name, uid); in dns_passwd() 1163 hesiod_free_list(ctx, hes); in dns_passwd() 1164 hes = NULL; in dns_passwd() 1167 linesize = strlcpy(buffer, hes[0], bufsize); in dns_passwd() 1173 hesiod_free_list(ctx, hes); in dns_passwd() 1174 hes = NULL; in dns_passwd() [all …]
|
/freebsd/contrib/tcsh/nls/et/ |
H A D | set22 | 14 12 ühes loenditest\n
|