Searched refs:userprovided (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect2.c310 int userprovided; member in struct:identity
1309 if ((prv = load_identity_file(id->filename, id->userprovided)) == NULL)
1434 load_identity_file(char *filename, int userprovided) argument
1442 (userprovided ? logit : debug3)("no such identity: %s: %s",
1510 id->userprovided = options.identity_file_userprovided[i];
1576 id->userprovided ? " explicit" : "");
1622 id->userprovided);
H A Dreadconf.c348 int userprovided)
362 userprovided;
347 add_identity_file(Options *options, const char *dir, const char *filename, int userprovided) argument

Completed in 96 milliseconds