Home
last modified time | relevance | path

Searched refs:rb_execarg_commandline (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dprocess.c4324 rb_execarg_commandline(const struct rb_execarg *eargp, VALUE *prog) in rb_execarg_commandline() function
4382 status = system(rb_execarg_commandline(eargp, &prog)); in rb_spawn_process()
H A Dio.c6516 char *rb_execarg_commandline(const struct rb_execarg *eargp, VALUE *prog);
6692 cmd = rb_execarg_commandline(eargp, &prog); in pipe_open()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.04599 * process.c (rb_execarg_commandline): build command line string