Home
last modified time | relevance | path

Searched refs:used_stdin (Results 1 – 15 of 15) sorted by relevance

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dremote-cstms.c142 int *is_remote, int *id_ptr, int *used_stdin) in start_remote_job() argument
261 *used_stdin = 1; in start_remote_job()
H A Dremote-stub.c59 int *used_stdin UNUSED) in start_remote_job()
H A Djob.c216 int *id_ptr, int *used_stdin);
1446 int is_remote, id, used_stdin; in start_job_command() local
1449 &is_remote, &id, &used_stdin)) in start_job_command()
1455 if (child->good_stdin && !used_stdin) in start_job_command()
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dremote-cstms.c139 int *is_remote, pid_t *id_ptr, int *used_stdin) in start_remote_job() argument
260 *used_stdin = 1; in start_remote_job()
H A Dremote-stub.c55 int *used_stdin UNUSED) in start_remote_job()
H A Djob.c1244 int is_remote, used_stdin; in start_job_command() local
1248 &is_remote, &id, &used_stdin)) in start_job_command()
1254 if (child->good_stdin && !used_stdin) in start_job_command()
/dports/devel/gmake/make-4.3/src/
H A Dremote-cstms.c139 int *is_remote, pid_t *id_ptr, int *used_stdin)
260 *used_stdin = 1;
H A Dremote-stub.c57 int *used_stdin UNUSED) in start_remote_job()
H A Djob.c1420 int is_remote, used_stdin; in start_job_command() local
1424 &is_remote, &id, &used_stdin)) in start_job_command()
1430 if (child->good_stdin && !used_stdin) in start_job_command()
/dports/audio/liboggz/liboggz-1.1.1/src/tools/
H A Doggz-merge.c363 int used_stdin = 0; /* Flag usage of stdin, only use it once */ in main() local
455 if (used_stdin) continue; in main()
458 used_stdin = 1; in main()
/dports/x11/iceauth/iceauth-1.0.8/
H A Dprocess.c1167 Bool used_stdin = False; in do_merge() local
1170 &used_stdin, inputfilename, lineno, in do_merge()
1188 if (!used_stdin) (void) fclose (fp); in do_merge()
1534 Bool used_stdin = False; in do_source() local
1550 fp = open_file (&script, "r", &used_stdin, inputfilename, lineno, argv[0]); in do_source()
1555 if (verbose && used_stdin && isatty (fileno (fp))) prompt = True; in do_source()
1587 if (!used_stdin) { in do_source()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/tools/
H A Dcrashpad_database_util.cc563 bool used_stdin = false; in DatabaseUtilMain() local
568 if (used_stdin) { in DatabaseUtilMain()
575 used_stdin = true; in DatabaseUtilMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/tools/
H A Dcrashpad_database_util.cc563 bool used_stdin = false; in DatabaseUtilMain() local
568 if (used_stdin) { in DatabaseUtilMain()
575 used_stdin = true; in DatabaseUtilMain()
/dports/x11/xauth/xauth-1.1/
H A Dprocess.c1508 Bool used_stdin = False; in do_merge() local
1512 &used_stdin, inputfilename, lineno, in do_merge()
1530 if (!used_stdin) (void) fclose (fp); in do_merge()
1784 Bool used_stdin = False; in do_source() local
1800 fp = open_file (&script, "r", &used_stdin, inputfilename, lineno, argv[0]); in do_source()
1805 if (verbose && used_stdin && isatty (fileno (fp))) prompt = True; in do_source()
1836 if (!used_stdin) { in do_source()
/dports/sysutils/multitail/multitail-6.5.0/
H A Dcmdline.c483 mybool_t used_stdin = MY_FALSE; in do_commandline() local
839 if (used_stdin == MY_TRUE) error_exit(FALSE, FALSE, "One can use %s only once.\n", argv[loop]); in do_commandline()
840 is_stdin = used_stdin = 1; in do_commandline()