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

  /external/openssh/
ssh.c 455 process_config_files(const char *host_arg, struct passwd *pw, int post_canon)
462 !read_config_file(config, pw, host, host_arg, &options,
470 (void)read_config_file(buf, pw, host, host_arg,
476 host, host_arg, &options,
508 char *p, *cp, *line, *argv0, buf[PATH_MAX], *host_arg, *logfile; local
941 host_arg = xstrdup(host);
1002 process_config_files(host_arg, pw, 0);
1058 process_config_files(host_arg, pw, 1);
1146 "n", host_arg,
1164 "n", host_arg
    [all...]
readconf.c 489 const char *host_arg, const char *original_host, int post_canon,
507 "h", host_arg, (char *)NULL);
509 host = xstrdup(host_arg);
    [all...]

Completed in 626 milliseconds