| /openbsd/src/lib/libc/gen/ |
| D | gethostname.c | 36 gethostname(char *name, size_t namelen) in gethostname() function 46 DEF_WEAK(gethostname);
|
| D | Makefile.inc | 13 getdomainname.c getgrent.c getgrouplist.c gethostname.c \ 42 getfsent.3 getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \
|
| /openbsd/src/gnu/usr.bin/cvs/lib/ |
| D | hostname.c | 32 gethostname(name, namelen) in gethostname() function
|
| /openbsd/src/bin/hostname/ |
| D | hostname.c | 69 if (gethostname(hostname, sizeof(hostname))) in main()
|
| /openbsd/src/gnu/usr.bin/cvs/windows-NT/ |
| D | win32.c | 77 int gethostname(char* name, int namelen)
|
| /openbsd/src/usr.sbin/lpr/lpq/ |
| D | lpq.c | 82 if (gethostname(host, sizeof(host)) != 0) in main()
|
| /openbsd/src/usr.bin/talk/ |
| D | get_names.c | 88 gethostname(hostname, sizeof (hostname)); in get_names()
|
| /openbsd/src/usr.sbin/lpr/lprm/ |
| D | lprm.c | 98 gethostname(host, sizeof(host)); in main()
|
| /openbsd/src/gnu/usr.bin/cvs/vms/ |
| D | rcmd.c | 37 gethostname(local_hostname, 80); in rcmd()
|
| /openbsd/src/libexec/talkd/ |
| D | talkd.c | 70 if (gethostname(hostname, sizeof(hostname)) == -1) { in main()
|
| /openbsd/src/usr.bin/rwall/ |
| D | rwall.c | 121 (void)gethostname(hostname, sizeof(hostname)); in makemsg()
|
| /openbsd/src/usr.bin/ssh/ |
| D | canohost.c | 112 if (gethostname(myname, sizeof(myname)) == -1) { in get_local_name()
|
| /openbsd/src/usr.bin/cvs/ |
| D | edit.c | 283 if (gethostname(thishost, sizeof(thishost)) == -1) in cvs_edit_local() 367 if (gethostname(thishost, sizeof(thishost)) == -1) in cvs_unedit_local()
|
| /openbsd/src/usr.sbin/lpd/ |
| D | engine.c | 50 gethostname(lpd_hostname, HOST_NAME_MAX + 1); in engine()
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | amd.c | 216 if (gethostname(hostname, sizeof(hostname)) == -1) { in main()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/posix/ |
| D | HostInfoPosix.cpp | 35 if (::gethostname(hostname, sizeof(hostname) - 1) == 0) { in GetHostname()
|
| /openbsd/src/usr.bin/skeyaudit/ |
| D | skeyaudit.c | 173 if (hostname[0] == '\0' && gethostname(hostname, sizeof(hostname)) == -1) in notify()
|
| /openbsd/src/usr.bin/lock/ |
| D | lock.c | 131 gethostname(hostname, sizeof(hostname)); in main()
|
| /openbsd/src/lib/libc/hidden/ |
| D | unistd.h | 79 PROTO_NORMAL(gethostname);
|
| /openbsd/src/usr.sbin/rbootd/ |
| D | rbootd.c | 156 gethostname(MyHost, HOST_NAME_MAX+1); in main()
|
| /openbsd/src/usr.sbin/rpki-client/ |
| D | output-json.c | 38 gethostname(hn, sizeof hn); in outputheader_json()
|
| D | output.c | 254 gethostname(hn, sizeof hn); in outputheader()
|
| /openbsd/src/usr.sbin/smtpd/ |
| D | mail.maildir.c | 170 if (gethostname(hostname, sizeof hostname) != 0) in maildir_engine()
|
| /openbsd/src/gnu/usr.bin/perl/win32/include/sys/ |
| D | socket.h | 135 #define gethostname win32_gethostname macro
|
| /openbsd/src/usr.bin/write/ |
| D | write.c | 264 if (gethostname(host, sizeof(host)) == -1) in do_write()
|