Searched refs:bindname (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/lib/libc/net/ |
| H A D | hesiod.c | 153 if (strlcpy(bindname, name, sizeof(bindname)) >= sizeof(bindname)) { in hesiod_to_bind() 191 strcat(bindname, "."); in hesiod_to_bind() 192 strcat(bindname, type); in hesiod_to_bind() 200 strcat(bindname, "."); in hesiod_to_bind() 201 strcat(bindname, rhs); in hesiod_to_bind() 226 if (!bindname) in hesiod_resolve() 233 free(bindname); in hesiod_resolve() 485 if (bindname) in hes_to_bind() 486 free(bindname); in hes_to_bind() 488 if (!bindname) in hes_to_bind() [all …]
|
| /freebsd-14.2/usr.bin/hesinfo/ |
| H A D | hesinfo.c | 33 char **list, **p, *bindname, *name, *type; in main() local 70 bindname = hesiod_to_bind(context, name, type); in main() 71 if (!bindname) { in main() 80 printf("%s\n", bindname); in main() 81 free(bindname); in main()
|
| /freebsd-14.2/libexec/ftpd/ |
| H A D | ftpd.c | 263 char *bindname = NULL; in main() local 302 bindname = optarg; in main() 455 ctl_sock = socksetup(family, bindname, bindport); in main() 3386 socksetup(int af, char *bindname, const char *bindport) in socksetup() argument 3396 error = getaddrinfo(bindname, bindport, &hints, &res); in socksetup()
|