Searched refs:hes (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/amd/amq/ |
| D | pawd.c | 93 char **hes; in hack_name() local 123 hes = hes_resolve(hesiod_lookup, "amd"); in hack_name() 124 if (!hes) in hack_name() 127 fprintf(stderr, "hesiod -> <%s>\n", *hes); in hack_name() 129 hes_name = strstr(*hes, "/homes/remote/"); in hack_name()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | getgrent.c | 964 char *buffer, **hes; in dns_group() local 971 hes = NULL; in dns_group() 1018 hes = hesiod_resolve(ctx, label, in dns_group() 1020 if ((how == nss_lt_id && hes == NULL && in dns_group() 1021 (hes = hesiod_resolve(ctx, buf, "group")) == NULL) || in dns_group() 1022 hes == NULL) { in dns_group() 1029 rv = __gr_match_entry(hes[0], strlen(hes[0]), how, name, gid); in dns_group() 1031 hesiod_free_list(ctx, hes); in dns_group() 1032 hes = NULL; in dns_group() 1040 linesize = strlcpy(buffer, hes[0], adjsize); in dns_group() [all …]
|
| D | getpwent.c | 1101 char *buffer, **hes; in dns_passwd() local 1108 hes = NULL; in dns_passwd() 1155 hes = hesiod_resolve(ctx, label, in dns_passwd() 1157 if (hes == NULL) { in dns_passwd() 1164 rv = __pw_match_entry(hes[0], strlen(hes[0]), how, name, uid); in dns_passwd() 1166 hesiod_free_list(ctx, hes); in dns_passwd() 1167 hes = NULL; in dns_passwd() 1170 linesize = strlcpy(buffer, hes[0], bufsize); in dns_passwd() 1176 hesiod_free_list(ctx, hes); in dns_passwd() 1177 hes = NULL; in dns_passwd() [all …]
|
| /freebsd-12-stable/contrib/tcsh/nls/et/ |
| D | set22 | 14 12 ühes loenditest\n
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-2000 | 4878 * libio/PlotFile.hes SFile.h builtinbuf.h editbuf.h floatconv.c
|
| /freebsd-12-stable/contrib/amd/ |
| D | ChangeLog | 4975 hes{,iod}_resolve) but returns an error that confuses some
|