Lines Matching defs:name
181 kbd_callback(const char *name, int name_len, const char *instruction,
190 fprintf(stderr, "name=%s\n", name);
196 (void)name;
487 * A subject to figure out is what host name we need to pass in here.
488 * What host name does OpenSSH store in its file if an IDN name is
536 conn->host.name,
546 conn->host.name,
611 conn->host.name, NULL,
618 conn->host.name);
853 /* For non-standard ports, the name will be enclosed in */
856 if(store->name) {
857 if(store->name[0] == '[') {
858 kh_name_end = strstr(store->name, "]:");
861 store->name, data->set.str[STRING_SSH_KNOWNHOSTS]);
866 kh_name_size = strlen(store->name) - 1 - strlen(kh_name_end);
867 if(strncmp(store->name + 1,
868 conn->host.name, kh_name_size) == 0) {
874 else if(strcmp(store->name, conn->host.name) == 0) {
889 conn->host.name, data->set.str[STRING_SSH_KNOWNHOSTS]);
949 conn->host.name, data->set.str[STRING_SSH_KNOWNHOSTS]);
2048 * that includes the destination file and name OR ends in a "/"
2050 * same name as the last directory in the path.
2710 * includes the destination file and name OR ends in a "/" . If this is
2711 * not done the destination file will be named the same name as the last