Home
last modified time | relevance | path

Searched refs:FORKER_FLAG_USE_STDIO (Results 1 – 21 of 21) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/unix/
H A Derl_child_setup.h40 #define FORKER_FLAG_USE_STDIO (1 << 0) /* dup the pipe to stdin/stderr */ macro
H A Derl_child_setup.c289 if (flags & FORKER_FLAG_USE_STDIO) { in start_new_child()
H A Dsys_drivers.c601 flags = (opts->use_stdio ? FORKER_FLAG_USE_STDIO : 0) in spawn_start()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.h40 #define FORKER_FLAG_USE_STDIO (1 << 0) /* dup the pipe to stdin/stderr */ macro
H A Derl_child_setup.c295 if (flags & FORKER_FLAG_USE_STDIO) { in start_new_child()
H A Dsys_drivers.c595 flags = (opts->use_stdio ? FORKER_FLAG_USE_STDIO : 0) in spawn_start()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/unix/
H A Derl_child_setup.h40 #define FORKER_FLAG_USE_STDIO (1 << 0) /* dup the pipe to stdin/stderr */ macro
H A Derl_child_setup.c282 if (flags & FORKER_FLAG_USE_STDIO) { in start_new_child()
H A Dsys_drivers.c600 flags = (opts->use_stdio ? FORKER_FLAG_USE_STDIO : 0) in spawn_start()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.h40 #define FORKER_FLAG_USE_STDIO (1 << 0) /* dup the pipe to stdin/stderr */ macro
H A Derl_child_setup.c295 if (flags & FORKER_FLAG_USE_STDIO) { in start_new_child()
H A Dsys_drivers.c595 flags = (opts->use_stdio ? FORKER_FLAG_USE_STDIO : 0) in spawn_start()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.h40 #define FORKER_FLAG_USE_STDIO (1 << 0) /* dup the pipe to stdin/stderr */ macro
H A Derl_child_setup.c295 if (flags & FORKER_FLAG_USE_STDIO) { in start_new_child()
H A Dsys_drivers.c595 flags = (opts->use_stdio ? FORKER_FLAG_USE_STDIO : 0) in spawn_start()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.h40 #define FORKER_FLAG_USE_STDIO (1 << 0) /* dup the pipe to stdin/stderr */ macro
H A Derl_child_setup.c295 if (flags & FORKER_FLAG_USE_STDIO) { in start_new_child()
H A Dsys_drivers.c595 flags = (opts->use_stdio ? FORKER_FLAG_USE_STDIO : 0) in spawn_start()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/unix/
H A Derl_child_setup.h40 #define FORKER_FLAG_USE_STDIO (1 << 0) /* dup the pipe to stdin/stderr */ macro
H A Derl_child_setup.c282 if (flags & FORKER_FLAG_USE_STDIO) { in start_new_child()
H A Dsys_drivers.c592 flags = (opts->use_stdio ? FORKER_FLAG_USE_STDIO : 0) in spawn_start()