Home
last modified time | relevance | path

Searched refs:rb_execarg_run_options (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dprocess.c3399 rb_execarg_run_options(const struct rb_execarg *eargp, struct rb_execarg *sargp, char *errmsg, size… in rb_execarg_run_options() function
3546 …if (rb_execarg_run_options(eargp, sargp, errmsg, errmsg_buflen) < 0) { /* hopefully async-signal-s… in exec_async_signal_safe()
3560 rb_execarg_run_options(sargp, NULL, errmsg, errmsg_buflen); in exec_async_signal_safe()
4363 if (rb_execarg_run_options(eargp, &sarg, errmsg, errmsg_buflen) < 0) { in rb_spawn_process()
4389 rb_execarg_run_options(&sarg, NULL, errmsg, errmsg_buflen); in rb_spawn_process()
H A Dio.c6624 rb_execarg_run_options(eargp, sargp, NULL, 0); in pipe_open()
6641 rb_execarg_run_options(sargp, NULL, NULL, 0); in pipe_open()
6695 rb_execarg_run_options(eargp, sargp, NULL, 0); in pipe_open()
6701 rb_execarg_run_options(sargp, NULL, NULL, 0); in pipe_open()
H A Dinternal.h2327 int rb_execarg_run_options(const struct rb_execarg *e, struct rb_execarg *s, char* errmsg, size_t e…
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.011806 (rb_execarg_run_options): ditto.
11817 (rb_execarg_run_options): ditto.
11837 (rb_execarg_run_options): use the new fields.
11849 (rb_execarg_run_options): use the new fields.
11892 (rb_execarg_run_options): follow run_exec_pgroup change.
11950 (rb_execarg_run_options): follow the above functions change.
12042 (rb_execarg_run_options): ditto.
12494 (rb_execarg_run_options): ditto.
12497 rb_execarg_run_options, rb_execarg_init.
12506 (rb_run_exec_options): call rb_execarg_run_options.
[all …]
H A DChangeLog-2.3.09371 (rb_execarg_run_options): Don't call run_exec_open.