OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subsystem_args
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
servconf.h
194
char **
subsystem_args
;
member in struct:__anon186
342
M_CP_STRARRAYOPT(
subsystem_args
, num_subsystems, 1); \
servconf.c
2158
options->
subsystem_args
= xrecallocarray(
2159
options->
subsystem_args
, options->num_subsystems,
2161
sizeof(*options->
subsystem_args
));
2168
xasprintf(&options->
subsystem_args
[options->num_subsystems],
3202
free(dst->
subsystem_args
[j]);
3205
dst->
subsystem_args
[j] =
3206
xstrdup(src->
subsystem_args
[i]);
3216
dst->
subsystem_args
= xrecallocarray(
3217
dst->
subsystem_args
, dst->num_subsystems,
3218
dst->num_subsystems + 1, sizeof(*dst->
subsystem_args
));
[
all
...]
session.c
1749
cmd = options.
subsystem_args
[i];
Completed in 37 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026