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

  /external/openssh/
auth-options.h 31 extern struct envstring *custom_environment;
auth-options.c 53 struct envstring *custom_environment = NULL; variable in typeref:struct:envstring
72 while (custom_environment) {
73 struct envstring *ce = custom_environment;
74 custom_environment = ce->next;
246 new_envstring->next = custom_environment;
247 custom_environment = new_envstring;
session.c 1225 while (custom_environment) {
1226 struct envstring *ce = custom_environment;
1235 custom_environment = ce->next;
    [all...]

Completed in 129 milliseconds