HomeSort by: relevance | last modified time | path
    Searched defs:hostkey_files (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-add.c 708 char **hostkey_files)
736 if (hostkey_files == NULL)
740 for (i = 0; hostkey_files[i]; i++) {
741 path = tilde_expand_filename(hostkey_files[i], getuid());
776 size_t *ndcp, char **hostkey_files)
785 parse_dest_constraint_hop(os, &dc->to, hostkey_files);
789 parse_dest_constraint_hop(os, &dc->from, hostkey_files);
790 parse_dest_constraint_hop(cp, &dc->to, hostkey_files);
829 char **dest_constraint_strings = NULL, **hostkey_files = NULL; local
881 stringlist_append(&hostkey_files, optarg)
    [all...]

Completed in 24 milliseconds