HomeSort by: relevance | last modified time | path
    Searched defs:in_chroot (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
session.c 150 static int in_chroot = 0; variable
1207 if (!in_chroot && options.chroot_directory != NULL &&
1221 in_chroot = 1;
1415 if (r || !in_chroot) {

Completed in 67 milliseconds