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

  /external/openssh/
platform.c 175 if (options.chroot_directory != NULL &&
176 strcasecmp(options.chroot_directory, "none") != 0)
servconf.h 165 char *chroot_directory; member in struct:__anon9886
auth.c 159 if (options.chroot_directory == NULL ||
160 strcasecmp(options.chroot_directory, "none") == 0) {
session.c     [all...]
servconf.c 138 options->chroot_directory = NULL;
    [all...]

Completed in 123 milliseconds