Lines Matching refs:subsystem_args
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));
3222 dst->subsystem_args[j] = xstrdup(src->subsystem_args[i]);
3670 o->subsystem_args[i]);