Searched refs:getdomainname (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dgetdomainname.c42 getdomainname(char *name, int namelen) function
H A DMakefile.inc57 getdomainname.c \
212 getdomainname.3 \
376 MLINKS+=getdomainname.3 setdomainname.3
H A Dgetgrent.c1112 if (getdomainname(st->domain, sizeof(st->domain)) != 0) {
H A Dgetpwent.c1314 if (getdomainname(st->domain, sizeof(st->domain)) != 0) {
/freebsd-11-stable/lib/libc/rpc/
H A Drpcdname.c55 if (getdomainname(temp, sizeof(temp)) < 0)
68 * This is a wrapper for the system call getdomainname which returns a
H A Dgetrpcent.c434 if (getdomainname(st->domain, sizeof(st->domain)) != 0) {
/freebsd-11-stable/bin/domainname/
H A Ddomainname.c77 if (getdomainname(domainname, (int)sizeof(domainname)))
78 err(1, "getdomainname");
/freebsd-11-stable/lib/libypclnt/
H A Dypclnt_connect.c61 if (getdomainname(ypclnt->domain, MAXHOSTNAMELEN) != 0) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_setdomainname.c62 ATF_REQUIRE_EQ(0, getdomainname(domain, sizeof(domain)));
117 ATF_REQUIRE(getdomainname(name, sizeof(name) - 1) == 0);
120 ATF_REQUIRE(getdomainname(name, sizeof(name)) == 0);
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf249 getdomainname
H A Dinit_sysent.c210 { compat4(AS(freebsd4_getdomainname_args),getdomainname), AUE_SYSCTL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 162 = freebsd4 getdomainname */
/freebsd-11-stable/sys/compat/freebsd32/
H A Dcapabilities.conf115 getdomainname
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dworkarounds.c198 * versions have no yp_default_domain() function. We use getdomainname()
210 return (getdomainname(mydomain, MAXHOSTNAMELEN));
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_nis.c99 if (getdomainname(default_domain, sizeof(default_domain)) < 0) {
101 plog(XLOG_ERROR, "getdomainname: %m");
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibping.c73 if (getdomainname(s, sz) < 0)
H A Dibsysstat.c145 if (getdomainname(s, sz) < 0)
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c157 if (getdomainname(domain, sizeof(domain)) != 0 || *domain == '\0') {
162 /* getdomainname() does not reliably terminate the string */
/freebsd-11-stable/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c79 getdomainname(domain_name, MAX_MACHINE_NAME);
/freebsd-11-stable/include/
H A Dunistd.h503 int getdomainname(char *, int);
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1480 extern int getdomainname(char *name, int namelen);
/freebsd-11-stable/lib/libc/yp/
H A Dyplib.c754 if (getdomainname(_yp_domain, sizeof _yp_domain))
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h436 extern int getdomainname(char *, int);
/freebsd-11-stable/lib/libc/net/
H A Dgetservent.c709 if (getdomainname(st->yp_domain, sizeof st->yp_domain)) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c681 extern int getdomainname();
700 if (getdomainname(buf, sizeof buf) < 0)

Completed in 202 milliseconds