Searched refs:gethostname (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium/chrome/browser/policy/
H A Dpolicy_path_parser_posix.cc36 if (gethostname(machinename, 255) == 0) {
/external/llvm/lib/Support/
H A DLockFileManager.cpp57 gethostname(MyHostname, 255);
98 gethostname(hostname, 255);
/external/libpcap/lbl/
H A Dos-sunos4.h92 int gethostname(char *, int);
/external/tcpdump/lbl/
H A Dos-sunos4.h92 int gethostname(char *, int);
/external/dropbear/
H A Ddropbearkey.c330 gethostname(hostname, sizeof(hostname));
/external/openssh/
H A Dcanohost.c314 if (gethostname(myname, sizeof(myname)) == -1) {
315 verbose("get_local_name: gethostname: %s", strerror(errno));
H A Dgss-serv.c87 if (gethostname(lname, MAXHOSTNAMELEN)) {
H A Dssh.c740 if (gethostname(thishost, sizeof(thishost)) == -1)
741 fatal("gethostname: %s", strerror(errno));
1519 if (gethostname(thishost, sizeof(thishost)) == -1)
1520 fatal("load_public_identity_files: gethostname: %s",
/external/quake/quake/src/QW/client/
H A Dnet_udp.c56 // int gethostname (char *, int);
270 gethostname(buff, MAXHOSTNAMELEN);
H A Dnet_wins.c269 gethostname(buff, 512);
/external/quake/quake/src/WinQuake/
H A Dnet_mp.cpp73 if (gethostname(buff, MAXHOSTNAMELEN) == 0)
H A Dnet_udp.cpp153 gethostname(buff, MAXHOSTNAMELEN);
H A Dmpdosock.h745 int PASCAL FAR gethostname (char FAR * name, int namelen);
H A Dmplpc.cpp536 gethostname(char *name, int namelen) function
/external/bluetooth/bluez/src/
H A Dmain.c257 if (gethostname(main_opts.host_name, sizeof(main_opts.host_name) - 1) < 0)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketaddress.cc332 if (gethostname(hostname, ARRAY_SIZE(hostname)) == 0)
/external/e2fsprogs/misc/
H A De2image.c130 gethostname(hdr.fs_hostname, sizeof(hdr.fs_hostname));
/external/ipsec-tools/src/racoon/
H A Dgssapi.c140 if (gethostname(name, sizeof(name)) != 0) {
141 plog(LLV_ERROR, LOCATION, NULL, "gethostname failed: %s\n",
/external/qemu/slirp/
H A Dmisc.c77 if (gethostname(buff,256) == 0)
/external/dhcpcd/
H A Dif-options.c788 gethostname(ifo->hostname, HOSTNAME_MAX_LEN);
/external/ppp/pppd/
H A Doptions.c1497 gethostname(hostname, MAXNAMELEN);
H A Dmain.c330 if (gethostname(hostname, MAXNAMELEN) < 0 ) {
/external/qemu/
H A Dsockets.c1561 QSOCKET_CALL(ret, gethostname(buf, sizeof(buf)));
/external/bluetooth/glib/glib/
H A Dgutils.c1750 gboolean hostname_fail = (gethostname (hostname, sizeof (hostname)) == -1);
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c479 gethostname((char *)(&namelabel->c[1]), MAX_DOMAIN_LABEL);

Completed in 698 milliseconds

12