Home | History | Annotate | Download | only in coregrind

Lines Matching defs:host

514    const HChar *user, *host;
522 host = getenv("HOST");
523 if (host == NULL) host = getenv("HOSTNAME");
524 if (host == NULL) host = "???";
525 if (strchr(host, '/')) host = "???";
527 host) + 40;
533 pid, user, host);
535 pid, user, host);
537 pid, user, host);