HomeSort by relevance Sort by last modified time
    Searched refs:pgethostname (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/WinQuake/
net_wins.cpp 50 int (PASCAL FAR *pgethostname)(char FAR * name, int namelen); variable
100 if (pgethostname(buff, MAXHOSTNAMELEN) == SOCKET_ERROR)
148 pgethostname = (void *)GetProcAddress(hInst, "gethostname");
156 !pgethostname || !pgethostbyname || !pgethostbyaddr ||
181 if (pgethostname(buff, MAXHOSTNAMELEN) == SOCKET_ERROR)
winquake.h 109 int (PASCAL FAR *pgethostname)(char FAR * name, int namelen); variable
net_wipx.cpp 78 if (pgethostname(buff, MAXHOSTNAMELEN) == 0)
  /external/quake/quake/src/QW/client/
winquake.h 108 int (PASCAL FAR *pgethostname)(char FAR * name, int namelen); variable

Completed in 36 milliseconds