/third_party/node/deps/v8/tools/ |
H A D | gen-inlining-tests.py | 539 MODE = 'stdout' 540 print("// Printing all shards together to stdout.") 543 FILE = sys.stdout
|
/third_party/notofonts/scripts/ |
H A D | gather.py | 44 return ls.stdout
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscat.c | 381 written = fwrite(buffer, 1, bytes_read, stdout); in cat()
|
/third_party/nghttp2/src/ |
H A D | inflatehd.cc | 90 json_dumpf(obj, stdout, JSON_INDENT(2) | JSON_PRESERVE_ORDER); in to_json()
|
/third_party/musl/src/internal/ |
H A D | stdio_impl.h | 90 * 1. in stdout, stdin, stdout, base is static array. 188 if (fp == stdin || fp == stderr || fp == stdout) { in __get_file_tag()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdio_impl.h | 90 * 1. in stdout, stdin, stdout, base is static array. 184 if (fp == stdin || fp == stderr || fp == stdout) { in __get_file_tag()
|
/third_party/musl/scripts/ |
H A D | print_so_deps.py | 46 process = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
/third_party/ninja/src/ |
H A D | browse.py | 161 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
/third_party/libinput/tools/ |
H A D | libinput-analyze-recording.py | 105 isatty = os.isatty(sys.stdout.fileno())
|
/third_party/libevdev/tools/ |
H A D | mouse-dpi-tool.c | 281 setbuf(stdout, NULL); in main()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc6.c | 341 fflush(stdout); in read_file()
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
H A D | migrate_pages01.c | 170 fflush(stdout); in test_invalid_perm()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-mcast_receiver.c | 87 FILE *stream = stdout; /* stream where the usage is output */ in usage()
|
H A D | ns-tcpclient.c | 76 FILE *stream = stdout; /* stream where the usage is output */ in usage()
|
H A D | ns-udpsender.c | 91 FILE *stream = stdout; /* stream where the usage is output */ in usage()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_file_test.c | 94 fflush(stdout); in stage_file_test()
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | acl1.c | 121 fflush(stdout);
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_addrs.c | 105 /* Rather than fflush() throughout the code, set stdout to in main() 108 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_1_to_1_accept_close.c | 90 /* Rather than fflush() throughout the code, set stdout to in main() 93 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_1_to_1_connect.c | 84 /* Rather than fflush() throughout the code, set stdout to in main() 87 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_1_to_1_nonblock.c | 86 /* Rather than fflush() throughout the code, set stdout to in main() 89 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_1_to_1_send.c | 81 /* Rather than fflush() throughout the code, set stdout to in main() 84 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_assoc_abort.c | 91 /* Rather than fflush() throughout the code, set stdout to in main() 94 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_assoc_shutdown.c | 90 /* Rather than fflush() throughout the code, set stdout to in main() 93 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_connect.c | 74 /* Rather than fflush() throughout the code, set stdout to in main() 77 setvbuf(stdout, NULL, _IONBF, 0); in main()
|