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

  /external/openssh/
readconf.h 97 char *identity_files[SSH_MAX_IDENTITY_FILES]; member in struct:__anon9879
ssh.c 410 options.identity_files[options.num_identity_files++] =
899 /* load options.identity_files */
934 if (options.identity_files[i]) {
935 xfree(options.identity_files[i]);
936 options.identity_files[i] = NULL;
1485 char *identity_files[SSH_MAX_IDENTITY_FILES]; local
    [all...]

Completed in 63 milliseconds