Home
last modified time | relevance | path

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

/openbsd/usr.bin/rdist/
H A Dmessage.c485 if (!currenthost) { in checkhostname()
489 currenthost = xstrdup(mbuf); in checkhostname()
491 currenthost = "(unknown)"; in checkhostname()
511 if (strncmp(currenthost, msgbuf, strlen(currenthost)) == 0) in _message()
515 "%s: %s", currenthost, msgbuf); in _message()
H A Dcommon.c66 char *currenthost = NULL; /* Current client hostname */ variable
198 (currenthost) ? currenthost : "(unknown)"); in lostconn()
H A Ddocmd.c883 currenthost = (cmd->c_name) ? cmd->c_name : "<unknown>"; in docmdhost()
884 setproctitle("update %s", currenthost); in docmdhost()
990 if (strcmp(c->c_name, currenthost) != 0) in docmds()
1027 currenthost); in docmds()
H A Ddefs.h158 extern char *currenthost; /* Name of current host */