Home
last modified time | relevance | path

Searched refs:check_stdout (Results 1 – 25 of 32) sorted by relevance

12

/dports/biology/samtools/samtools-1.14/test/split/
H A Dtest_parse_args.c98 FILE* check_stdout = NULL; in main() local
128 check_stdout = fopen(tempfname_stdout, "r"); in main()
131 && kgetline(&res_stdout, (kgets_func *)fgets, check_stdout) >= 0 in main()
132 && !feof(check_stdout) in main()
142 fclose(check_stdout); in main()
179 check_stdout = fopen(tempfname_stdout, "r"); in main()
183 && kgetline(&res_stdout, (kgets_func *)fgets, check_stdout) < 0 in main()
184 && (feof(check_stdout) || res_stdout.l == 0) in main()
192 fclose(check_stdout); in main()
/dports/net-mgmt/centreon-clib/centreon-clib-21.04.4/test/
H A Dbin_test_process_output.cc60 static int check_stdout(int d) { in check_stdout() function
117 return check_stdout(atoi(argv[2])); in main()
/dports/devel/bsdelf/elftoolchain-0.7.1/test/elfdump/ts/common/
H A Dfunc.sh76 check_stdout() # check that stdout matches expected output function
118 check_stdout $1
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/elfdump/ts/common/
H A Dfunc.sh76 check_stdout() # check that stdout matches expected output function
118 check_stdout $1
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/foundry/
H A Dide-pipeline-stage.c46 guint check_stdout : 1; member
1151 return priv->check_stdout; in ide_pipeline_stage_get_check_stdout()
1156 gboolean check_stdout) in ide_pipeline_stage_set_check_stdout() argument
1162 check_stdout = !!check_stdout; in ide_pipeline_stage_set_check_stdout()
1164 if (check_stdout != priv->check_stdout) in ide_pipeline_stage_set_check_stdout()
1166 priv->check_stdout = check_stdout; in ide_pipeline_stage_set_check_stdout()
H A Dide-pipeline-stage.h178 gboolean check_stdout);
/dports/sysutils/py-salt/salt-3004.1/tests/unit/states/
H A Dtest_pip_state.py286 check_stdout = [
300 for stdout in check_stdout:
323 check_stdout = [
339 for stdout in check_stdout:
/dports/textproc/diffutils/diffutils-3.8/src/
H A Dcmp.c153 check_stdout (void) in check_stdout() function
256 check_stdout (); in main()
261 check_stdout (); in main()
367 check_stdout (); in main()
H A Ddiff.c77 static void check_stdout (void);
506 check_stdout (); in main()
553 check_stdout (); in main()
809 check_stdout (); in main()
884 check_stdout (void) in check_stdout() function
H A Ddiff3.c185 static void check_stdout (void);
325 check_stdout (); in main()
332 check_stdout (); in main()
457 check_stdout (); in main()
471 check_stdout (void) in check_stdout() function
H A Dsdiff.c165 check_stdout (void) in check_stdout() function
525 check_stdout (); in main()
547 check_stdout (); in main()
/dports/math/mpc/mpc-1.2.1/tests/
H A Dtio_str.c160 check_stdout (mpc_ptr read_number, mpc_ptr expected) in check_stdout() function
245 check_stdout(z, x); in main()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpc-1.2.1-c/tests/
H A Dtio_str.c160 check_stdout (mpc_ptr read_number, mpc_ptr expected) in check_stdout() function
245 check_stdout(z, x); in main()
/dports/lang/rust/rustc-1.58.1-src/vendor/compiletest_rs/src/
H A Dheader.rs197 pub check_stdout: bool, field
244 check_stdout: false, in new()
328 if !self.check_stdout { in load_from()
329 self.check_stdout = config.parse_check_stdout(ln); in load_from()
/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Dprogressbar.cc57 bool check_stdout = false, have_size = false; in initialize() local
68 .read("CHECK_STDOUT", check_stdout) in initialize()
84 if (!isatty(STDERR_FILENO) || (check_stdout && isatty(STDOUT_FILENO))) in initialize()
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/cds/
H A Dtests.sh35 check_stdout
55 check_stdout() { function
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/cds/
H A Dtests.sh33 check_stdout
53 check_stdout() { function
/dports/dns/bind916/bind-9.16.27/bin/tests/system/cds/
H A Dtests.sh35 check_stdout
55 check_stdout() { function
/dports/print/foomatic-filters/foomatic-filters-4.0.17/test/
H A Dshfuncs.sh112 check_stdout() # check that a string went to stdout function
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/cds/
H A Dtests.sh32 check_stdout
52 check_stdout() { function
/dports/editors/texmacs/TeXmacs-1.99.4-src/misc/autotroll/
H A Dtest.sh192 ref_stdout=''; check_stdout='no'
H A Dtest.sh.in192 ref_stdout=''; check_stdout='no'
/dports/lang/rust/rustc-1.58.1-src/src/tools/compiletest/src/
H A Dheader.rs88 pub check_stdout: bool, field
171 check_stdout: false, in new()
269 if !self.check_stdout { in load_from()
270 self.check_stdout = config.parse_check_stdout(ln); in load_from()
/dports/misc/lifelines/lifelines-3.1.1/src/liflines/
H A Dscreen.c139 static void check_stdout(void);
636 check_stdout(); in display_screen()
665 check_stdout (void) in check_stdout() function
2622 check_stdout(); in end_action()
/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A DChangeLog611 (check_output): Renamed from check_stdout. Take stream argument
692 * diff.c (check_output): New function, was check_stdout. Take a
694 (diff_run): Change check_stdout to check_output.

12