Home | History | Annotate | Download | only in openssh

Lines Matching refs:charptr

720 	char *cp, **charptr, *arg, *p;
739 charptr = NULL;
873 charptr = &options->host_key_files[*intptr];
879 if (*activep && *charptr == NULL) {
880 *charptr = derelativise_path(arg);
893 charptr = &options->host_cert_files[*intptr];
898 charptr = &options->pid_file;
1010 charptr = &options->xauth_location;
1236 charptr = &options->banner;
1261 charptr = &options->authorized_principals_file;
1266 if (*activep && *charptr == NULL) {
1267 *charptr = tilde_expand_filename(arg, getuid());
1367 charptr = &options->chroot_directory;
1373 if (*activep && *charptr == NULL)
1374 *charptr = xstrdup(arg);
1378 charptr = &options->trusted_user_ca_keys;
1382 charptr = &options->revoked_keys_file;