Searched refs:stdout (Results 226 - 250 of 250) sorted by relevance

12345678910

/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c147 fputs(buf, stdout);
172 * expression <expr>, print the status to stdout, and update the "ret"
743 fflush(stdout);
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c306 fprintf(stderr, " writes to stdout or <fname>.nx.gunzip\n");
312 outf = stdout;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lru_map.c856 setbuf(stdout, NULL);
H A Dtest_maps.c1362 fflush(stdout);
/linux-master/tools/virtio/
H A Dvringh_test.c170 fflush(stdout);
/linux-master/tools/bpf/bpftool/
H A Dbtf.c460 vfprintf(stdout, fmt, args);
/linux-master/tools/mm/
H A Dpage_owner_sort.c502 fflush(stdout);
/linux-master/tools/testing/selftests/mm/
H A Dkhugepaged.c1195 setbuf(stdout, NULL);
H A Duffd-unit-tests.c106 fflush(stdout); \
/linux-master/tools/perf/pmu-events/
H A Djevents.py1255 'output_file', type=argparse.FileType('w', encoding='utf-8'), nargs='?', default=sys.stdout)
/linux-master/tools/perf/util/
H A Dsrcline.c159 fflush(stdout);
H A Dheader.c4362 feat_ops[feat].print(&ff, stdout);
4364 fprintf(stdout, "# %s info available, use -I to display\n",
4457 perf_event__fprintf_event_update(event, stdout);
H A Dstat-display.c1362 fflush(stdout);
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c960 vfprintf(stdout, buf, args);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c392 vcpu_dump(stdout, vcpu, 0);
/linux-master/scripts/
H A Dunifdef.c327 ofilename = "[stdout]";
328 output = stdout;
H A Dkernel-doc23 kernel-doc - Print formatted kernel documentation to stdout
/linux-master/scripts/kconfig/
H A Dconfdata.c676 __print_symbol(stdout, sym, OUTPUT_N, true);
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h1240 fflush(stdout);
/linux-master/tools/testing/kunit/
H A Dkunit_tool_test.py466 return subprocess.Popen(['echo "hi\nbye"'], shell=True, text=True, stdout=subprocess.PIPE)
/linux-master/tools/perf/
H A Dbuiltin-c2c.c2553 hists__fprintf(&c2c.hists.hists, true, 0, 0, 0, stdout, true);
2749 perf_c2c__hists_fprintf(stdout, session);
2757 perf_c2c__hists_fprintf(stdout, session);
H A Dbuiltin-kwork.c807 stdout);
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py1211 self._out = os.sys.stdout
1220 if self._out == os.sys.stdout:
1231 self._out = os.sys.stdout
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c2319 /* Tell stdout not to buffer its content. */
2320 setbuf(stdout, NULL);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c2616 filep = stdout;

Completed in 513 milliseconds

12345678910