Home | History | Annotate | Download | only in openssh

Lines Matching refs:charptr

357 	char *s, **charptr, *endofnumber, *keyword, *arg, *arg2;
458 charptr = &options->kbd_interactive_devices;
588 charptr = &options->identity_files[*intptr];
589 *charptr = xstrdup(arg);
595 charptr=&options->xauth_location;
599 charptr = &options->user;
605 if (*activep && *charptr == NULL)
606 *charptr = xstrdup(arg);
632 charptr = &options->hostname;
636 charptr = &options->host_key_alias;
640 charptr = &options->preferred_authentications;
644 charptr = &options->bind_address;
648 charptr = &options->pkcs11_provider;
652 charptr = &options->proxy_command;
657 if (*activep && *charptr == NULL)
658 *charptr = xstrdup(s + len);
903 charptr = &options->control_path;
994 charptr = &options->local_command;