HomeSort by: relevance | last modified time | path
    Searched refs:gethostname (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/libXmu/dist/src/
GetHost.c 30 * _XGetHostname - similar to gethostname but allows special processing.
61 (void) gethostname (buf, maxlen);
  /xsrc/external/mit/ctwm/dist/
parse_m4.c 130 if(gethostname(client, MAXHOSTNAME) < 0) {
131 perror("gethostname failed in m4_defs");
  /xsrc/external/mit/libSM/dist/src/
sm_genid.c 158 if (gethostname (hostname, sizeof (hostname)))
  /xsrc/external/mit/xtrans/dist/
Xtransutil.c 198 int len = TRANS(GetHostname) (hostnamebuf, sizeof hostnamebuf);
250 if (gethostname (hostnamebuf, sizeof (hostnamebuf)) < 0)
340 if (gethostname (addrbuf, sizeof (addrbuf)) == 0)
Xtrans.c 317 TRANS(GetHostname) (hostnamebuf, sizeof (hostnamebuf));
1346 * TRANS(GetHostname) - similar to gethostname but allows special processing.
1349 int TRANS(GetHostname) (char *buf, int maxlen)
1364 (void) gethostname (buf, maxlen);
Xtranslcl.c 837 * by either uname() or gethostname(). We try both if possible.
851 (void) gethostname (buf, 256);
  /xsrc/external/mit/libxcb/dist/src/
xcb_auth.c 159 if (gethostname(hostnamebuf, sizeof(hostnamebuf)) == -1)
  /xsrc/external/mit/xsm/dist/
restart.c 92 gethostname (hostnamebuf, sizeof hostnamebuf);
xsm.c 484 gethostname (hostnamebuf, sizeof hostnamebuf);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
scan.c 626 if (gethostname(hostname, MAXHOSTNAMELEN) == 0) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
scan.c 658 if (gethostname(hostname, MAXHOSTNAMELEN) == 0) {
  /xsrc/external/mit/libXt/dist/src/
Initialize.c 134 * GetHostname - emulates gethostname() on non-bsd systems.
138 GetHostname(char *buf, int maxlen)
144 (void) gethostname(buf, (size_t) maxlen);
544 GetHostname(filename + len, PATH_MAX - len);
  /xsrc/external/mit/smproxy/dist/
smproxy.c 225 if (gethostname (hostnamebuf, sizeof hostnamebuf) == 0)
  /xsrc/external/mit/xorg-server/dist/hw/vfb/
InitOutput.c 676 if (-1 == gethostname(hostname, sizeof(hostname)))
  /xsrc/external/mit/xorg-server.old/dist/hw/vfb/
InitOutput.c 744 if (-1 == gethostname(hostname, sizeof(hostname)))
  /xsrc/external/mit/xorg-server/dist/os/
utils.c 1101 gethostname(hname, 1024);
access.c 471 /* Why not use gethostname()? Well, at least on my system, I've had to
474 * see), whereas gethostname() kindly truncates it for me.
479 gethostname(name.nodename, sizeof(name.nodename));
  /xsrc/external/mit/xorg-server.old/dist/os/
utils.c 995 gethostname(hname, 1024);
access.c 375 /* Why not use gethostname()? Well, at least on my system, I've had to
378 * see), whereas gethostname() kindly truncates it for me.
383 gethostname(name.nodename, sizeof(name.nodename));
  /xsrc/external/mit/libX11/dist/src/
XlibInt.c 1697 * and so, you may be better off using gethostname (if it exists).
1710 * _XGetHostname - similar to gethostname but allows special processing.
1734 (void) gethostname (buf, maxlen);
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowwm.c 456 !gethostname(hostname, HOST_NAME_MAX + 1) &&
  /xsrc/external/mit/xterm/dist/
misc.c 2441 if ((gethostname(where, sizeof(where)) == 0) &&
configure 5848 gethostname \

Completed in 64 milliseconds