Home
last modified time | relevance | path

Searched refs:stdout_flags (Results 1 – 11 of 11) sorted by relevance

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/xz/
H A Dfile_io.c82 static int stdout_flags; variable
838 stdout_flags = fcntl(STDOUT_FILENO, F_GETFL); in io_open_dest_real()
839 if (stdout_flags == -1) { in io_open_dest_real()
846 if ((stdout_flags & O_NONBLOCK) == 0 in io_open_dest_real()
848 stdout_flags | O_NONBLOCK) != -1) in io_open_dest_real()
935 if (stdout_flags & O_APPEND) { in io_open_dest_real()
956 int flags = stdout_flags & ~O_APPEND; in io_open_dest_real()
1017 if (fcntl(STDOUT_FILENO, F_SETFL, stdout_flags) == -1) { in io_close_dest()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/lzma-sys-0.1.16/xz-5.2/src/xz/
H A Dfile_io.c82 static int stdout_flags; variable
834 stdout_flags = fcntl(STDOUT_FILENO, F_GETFL); in io_open_dest_real()
835 if (stdout_flags == -1) { in io_open_dest_real()
842 if ((stdout_flags & O_NONBLOCK) == 0 in io_open_dest_real()
844 stdout_flags | O_NONBLOCK) != -1) in io_open_dest_real()
931 if (stdout_flags & O_APPEND) { in io_open_dest_real()
952 int flags = stdout_flags & ~O_APPEND; in io_open_dest_real()
1013 if (fcntl(STDOUT_FILENO, F_SETFL, stdout_flags) == -1) { in io_close_dest()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/xz/
H A Dfile_io.c82 static int stdout_flags; variable
838 stdout_flags = fcntl(STDOUT_FILENO, F_GETFL); in io_open_dest_real()
839 if (stdout_flags == -1) { in io_open_dest_real()
846 if ((stdout_flags & O_NONBLOCK) == 0 in io_open_dest_real()
848 stdout_flags | O_NONBLOCK) != -1) in io_open_dest_real()
935 if (stdout_flags & O_APPEND) { in io_open_dest_real()
956 int flags = stdout_flags & ~O_APPEND; in io_open_dest_real()
1017 if (fcntl(STDOUT_FILENO, F_SETFL, stdout_flags) == -1) { in io_close_dest()
/dports/lang/rust/rustc-1.58.1-src/vendor/lzma-sys/xz-5.2/src/xz/
H A Dfile_io.c82 static int stdout_flags; variable
834 stdout_flags = fcntl(STDOUT_FILENO, F_GETFL); in io_open_dest_real()
835 if (stdout_flags == -1) { in io_open_dest_real()
842 if ((stdout_flags & O_NONBLOCK) == 0 in io_open_dest_real()
844 stdout_flags | O_NONBLOCK) != -1) in io_open_dest_real()
931 if (stdout_flags & O_APPEND) { in io_open_dest_real()
952 int flags = stdout_flags & ~O_APPEND; in io_open_dest_real()
1013 if (fcntl(STDOUT_FILENO, F_SETFL, stdout_flags) == -1) { in io_close_dest()
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dwatchman_trigger.h20 int stdout_flags; member
H A Dspawn.cpp192 opts.open(STDOUT_FILENO, cmd->stdout_name, cmd->stdout_flags, 0666);
/dports/sysutils/py-pywatchman/watchman-4.9.0/cmds/
H A Dtrigger.cpp227 stdout_flags(0),
307 if (!parse_redirection(&stdout_name, &stdout_flags, "stdout", errmsg)) {
/dports/sysutils/watchman/watchman-4.5.0/cmds/
H A Dtrigger.c285 if (!parse_redirection(&cmd->stdout_name, &cmd->stdout_flags, in w_build_trigger_from_def()
/dports/sysutils/watchman/watchman-4.5.0/
H A Dspawn.c320 cmd->stdout_name, cmd->stdout_flags, 0666); in spawn_command()
H A Dwatchman.h963 int stdout_flags; member
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/liblzma/
H A DChangeLog3142 relying on a special value in stdout_flags.