Searched defs:lasthost (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c213 hostlist_t *lasthost = NULL; local
346 if (lasthost != NULL) {
347 lasthost->next_host = newhost;
348 lasthost = lasthost->next_host;
350 lasthost = newhost;
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c45 static char *lasthost(char *addr);
113 name = tackon(lasthost(from), name);
114 while (((cp = lasthost(from)) != 0) && ishost(cp, name)) {
178 lasthost(char *addr) function

Completed in 68 milliseconds