Home
last modified time | relevance | path

Searched refs:MyHost (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/libexec/rbootd/
HDrbootd.c167 if (gethostname(MyHost, MAXHOSTNAMELEN - 1) < 0) { in main()
171 MyHost[MAXHOSTNAMELEN - 1] = '\0'; in main()
HDconf.c68 char MyHost[MAXHOSTNAMELEN]; /* host name */ variable
HDdefs.h127 extern char MyHost[]; /* this hosts' name */
HDrmpproto.c197 src = MyHost; in SendServerID()