OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon26794
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 32 milliseconds