HomeSort by: relevance | last modified time | path
    Searched refs:subsystem_command (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
servconf.h 193 char **subsystem_command; member in struct:__anon186
341 M_CP_STRARRAYOPT(subsystem_command, num_subsystems, 0); \
servconf.c 2154 options->subsystem_command = xrecallocarray(
2155 options->subsystem_command, options->num_subsystems,
2157 sizeof(*options->subsystem_command));
2163 options->subsystem_command[options->num_subsystems] =
3201 free(dst->subsystem_command[j]);
3203 dst->subsystem_command[j] =
3204 xstrdup(src->subsystem_command[i]);
3213 dst->subsystem_command = xrecallocarray(
3214 dst->subsystem_command, dst->num_subsystems,
3215 dst->num_subsystems + 1, sizeof(*dst->subsystem_command));
    [all...]
session.c 1748 prog = options.subsystem_command[i];

Completed in 68 milliseconds