Home
last modified time | relevance | path

Searched refs:gethostname (Results 1 – 25 of 92) sorted by relevance

1234

/dflybsd-src/gnu/usr.bin/grep/libgreputils/
H A Dunistd.h1279 # undef gethostname
1280 # define gethostname rpl_gethostname
1282 _GL_FUNCDECL_RPL (gethostname, int, (char *name, size_t len)
1284 _GL_CXXALIAS_RPL (gethostname, int, (char *name, size_t len));
1287 _GL_FUNCDECL_SYS (gethostname, int, (char *name, size_t len)
1293 _GL_CXXALIAS_SYS_CAST (gethostname, int, (char *name, size_t len));
1295 _GL_CXXALIASWARN (gethostname);
1297 # undef gethostname
1298 # define gethostname gethostname_used_without_requesting_gnulib_module_gethostname macro
1300 # undef gethostname
[all …]
/dflybsd-src/lib/libtelnet/
H A Dkrb4encpwd.c154 gethostname(hostname, sizeof(hostname));
203 gethostname(lhostname, sizeof(lhostname));
290 gethostname(hostname, sizeof(hostname));
/dflybsd-src/sbin/iscontrol/
H A Discontrol.c217 if(gethostname(hostname, sizeof(hostname)) == 0) in main()
223 if(gethostname(hostname, sizeof(hostname)) == 0) in main()
/dflybsd-src/gnu/usr.bin/grep/libgreputils/sys/
H A Dtime.h444 # undef gethostname
445 # define gethostname gethostname_used_without_including_unistd_h macro
447 _GL_WARN_ON_USE (gethostname,
/dflybsd-src/lib/libc/gen/
H A Dgethostname.c41 gethostname(char *name, size_t namelen) in gethostname() function
H A DMakefile.inc23 getgrent.c getgrouplist.c gethostid.c gethostname.c \
68 gethostid.3 gethostname.3 getlastlogx.3 getloadavg.3 \
175 MLINKS+=gethostname.3 sethostname.3
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dxgethostname.c67 if (gethostname (hostname, size_1) == 0) in xgethostname()
/dflybsd-src/contrib/tcsh-6/
H A Dtc.decls.h198 # undef gethostname
199 # define gethostname(a, b) xgethostname(a, b) macro
H A Ddotlock.c58 (void)gethostname(hostname, sizeof(hostname)); in create_exclusive()
/dflybsd-src/contrib/openpam/lib/libpam/
H A Dpam_start.c79 if (gethostname(hostname, sizeof hostname) != 0) in pam_start()
/dflybsd-src/lib/libpam/modules/pam_login_access/
H A Dpam_login_access.c81 gethostname(hostname, sizeof hostname); in pam_sm_acct_mgmt()
/dflybsd-src/lib/libutil/
H A Dtrimdomain.c63 if (gethostname(domain, sizeof(domain) - 1) == 0 && in trimdomain()
/dflybsd-src/lib/libc/rpc/
H A Dnetname.c134 gethostname(hostname, sizeof(hostname)); in host2netname()
/dflybsd-src/libexec/talkd/
H A Dtalkd.c83 if (gethostname(hostname, sizeof(hostname) - 1) < 0) { in main()
/dflybsd-src/usr.sbin/lpr/lprm/
H A Dlprm.c86 gethostname(local_host, sizeof(local_host)); in main()
/dflybsd-src/usr.bin/talk/
H A Dget_names.c72 gethostname(hostname, sizeof (hostname)); in get_names()
/dflybsd-src/usr.bin/passwd/
H A Dpasswd.c143 gethostname(hostname, sizeof hostname); in main()
/dflybsd-src/usr.bin/kcollect/
H A Dkcollect.c498 if (gethostname(hostname, HOST_NAME_MAX) != 0) { in dump_influxdb()
799 gethostname((char *)ary[2].data, in load_kernel()
901 gethostname(hostname, sizeof(hostname) - 1); in load_dbm()
/dflybsd-src/usr.sbin/lpr/lpq/
H A Dlpq.c81 if (gethostname(local_host, sizeof(local_host))) in main()
/dflybsd-src/usr.bin/rwall/
H A Drwall.c146 gethostname(hostname, sizeof(hostname)); in makemsg()
/dflybsd-src/contrib/smbfs/lib/smb/
H A Dnb_net.c58 if (gethostname(buf, sizeof(buf)) != 0) in nb_getlocalname()
/dflybsd-src/crypto/openssh/
H A Dcanohost.c146 if (gethostname(myname, sizeof(myname)) == -1) { in get_local_name()
/dflybsd-src/contrib/lvm2/dist/lib/misc/
H A Dlvm-file.c49 if (gethostname(hostname, sizeof(hostname)) < 0) { in create_temp_name()
/dflybsd-src/usr.sbin/rpc.statd/
H A Dfile.c228 gethostname(our_hostname, sizeof(our_hostname)); in notify_one_host()
/dflybsd-src/usr.bin/lock/
H A Dlock.c128 gethostname(hostname, sizeof(hostname)); in main()

1234