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

  /external/openssh/
readconf.c 357 char *s, **charptr, *endofnumber, *keyword, *arg, *arg2; local
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
    [all...]
servconf.c 720 char *cp, **charptr, *arg, *p; local
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;
    [all...]

Completed in 88 milliseconds