| /src/sys/arch/arm/dts/ |
| imx6q-utilite-pro.dts | 32 stdout-path = &uart4;
|
| omap3-beagle-xm.dts | 33 stdout-path = &uart3;
|
| omap3-beagle.dts | 33 stdout-path = &uart3;
|
| omap3-n900.dts | 33 stdout-path = &dss;
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/ |
| write-bad-encoding.py | 5 getattr(sys.stdout, "buffer", sys.stdout).write(b"a line with bad encoding: \xc2.") 6 sys.stdout.flush()
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| htmlhint.cpp | 51 put_string(HTML_IMAGE_INLINE_BEGIN, stdout); 60 put_string(HTML_IMAGE_INLINE_END, stdout);
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| write-to-stdout-and-stderr.py | 6 sys.stdout.write("a line on stdout\n") 7 sys.stdout.flush()
|
| /src/external/gpl2/xcvs/dist/src/ |
| version.c | 63 (void) fputs ("Client: ", stdout); 68 (void) fputs (PACKAGE_STRING, stdout); 69 (void) fputs (config_string, stdout); 71 (void) fputs (aclpatch_string, stdout); 76 (void) fputs ("Server: ", stdout); 83 fputs ("(unknown)\n", stdout);
|
| /src/tests/lib/csu/ |
| h_hello.c | 46 fflush(stdout); 47 return ferror(stdout);
|
| /src/usr.bin/make/unit-tests/ |
| job-output.exp | 5 begin stdout-and-stderr 6 only stdout: 7 This is stdout. 10 end stdout-and-stderr 11 This is stdout.
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genmddump.cc | 54 print_inline_rtx (stdout, info.def, 0); 58 fflush (stdout); 59 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmddump.cc | 54 print_inline_rtx (stdout, info.def, 0); 58 fflush (stdout); 59 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| urltest.c | 65 fprintf( stdout, "LDAPS url\n" ); 69 fprintf( stdout, "LDAPI url\n" ); 73 fprintf( stdout, "generic LDAP url\n" ); 86 fprintf( stdout, "PROTO: %s\n", lud->lud_scheme ); 89 fprintf( stdout, "PATH: %s\n", lud->lud_host ); 93 fprintf( stdout, "HOST: %s\n", lud->lud_host ); 95 fprintf( stdout, "PORT: %d\n", lud->lud_port ); 100 fprintf( stdout, "DN: %s\n", lud->lud_dn ); 106 fprintf( stdout, "ATTRS:\n" ); 108 fprintf( stdout, "\t%s\n", lud->lud_attrs[ i ] ) [all...] |
| /src/external/mpl/bind/dist/bin/tools/ |
| arpaname.c | 32 fprintf(stdout, "%X.%X.", buf[i] & 0xf, 35 fprintf(stdout, "IP6.ARPA\n"); 40 fprintf(stdout, "%u.%u.%u.%u.IN-ADDR.ARPA\n", buf[3], 47 fflush(stdout); 48 return ferror(stdout);
|
| /src/external/bsd/kyua-cli/dist/integration/ |
| cmd_help_test.sh | 32 atf_check -s exit:0 -o save:stdout -e empty kyua help 33 grep '^Usage: kyua' stdout || atf_fail 'No usage line printed' 34 grep -- '--loglevel' stdout || atf_fail 'Generic options not printed' 35 if grep -- '--show' stdout; then 38 grep 'about *Shows general' stdout || atf_fail 'Commands not printed' 44 atf_check -s exit:0 -o save:stdout -e empty kyua help test 45 grep '^Usage: kyua' stdout || atf_fail 'No usage line printed' 46 grep '^Run tests' stdout || atf_fail 'No description printed' 47 grep -- '--loglevel' stdout || atf_fail 'Generic options not printed' 48 grep -- '--kyuafile' stdout || atf_fail 'Command options not printed [all...] |
| /src/external/bsd/zstd/dist/build/meson/tests/ |
| valgrindTest.py | 20 subprocess.check_call([*VALGRIND_ARGS, datagen, '-g50M'], stdout=subprocess.DEVNULL) 23 stdout=subprocess.DEVNULL) == 0: 26 with subprocess.Popen([datagen, '-g80'], stdout=subprocess.PIPE) as p1, \ 28 stdin=p1.stdout, 29 stdout=subprocess.DEVNULL) as p2: 30 p1.stdout.close() # Allow p1 to receive a SIGPIPE if p2 exits. 35 with subprocess.Popen([datagen, '-g16KB'], stdout=subprocess.PIPE) as p1, \ 37 stdin=p1.stdout, 38 stdout=subprocess.DEVNULL) as p2: 39 p1.stdout.close( [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| proc-api.c | 133 fprintf (procfs_file ? procfs_file : stdout, 137 fprintf (procfs_file ? procfs_file : stdout, 146 fprintf (procfs_file ? procfs_file : stdout, 155 fprintf (procfs_file ? procfs_file : stdout, 157 proc_prettyfprint_signalset (procfs_file ? procfs_file : stdout, 161 fprintf (procfs_file ? procfs_file : stdout, 163 proc_prettyfprint_faultset (procfs_file ? procfs_file : stdout, 167 fprintf (procfs_file ? procfs_file : stdout, 169 proc_prettyfprint_syscalls (procfs_file ? procfs_file : stdout, 173 fprintf (procfs_file ? procfs_file : stdout, [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| proc-api.c | 133 fprintf (procfs_file ? procfs_file : stdout, 137 fprintf (procfs_file ? procfs_file : stdout, 146 fprintf (procfs_file ? procfs_file : stdout, 155 fprintf (procfs_file ? procfs_file : stdout, 157 proc_prettyfprint_signalset (procfs_file ? procfs_file : stdout, 161 fprintf (procfs_file ? procfs_file : stdout, 163 proc_prettyfprint_faultset (procfs_file ? procfs_file : stdout, 167 fprintf (procfs_file ? procfs_file : stdout, 169 proc_prettyfprint_syscalls (procfs_file ? procfs_file : stdout, 173 fprintf (procfs_file ? procfs_file : stdout, [all...] |
| /src/external/bsd/flex/dist/tests/ |
| header_nr_main.c | 33 testout = stdout;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| execution-termios.c | 26 tcdrain (fileno (stdout));
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| execution-termios.c | 26 tcdrain (fileno (stdout));
|
| /src/external/lgpl3/gmp/dist/printf/ |
| vprintf.c | 40 return __gmp_doprnt (&__gmp_fprintf_funs, stdout, fmt, ap);
|
| /src/external/mit/libuv/dist/docs/code/cgi/ |
| tick.c | 8 fflush(stdout);
|
| /src/crypto/external/apache2/openssl/dist/demos/pkey/ |
| EVP_PKEY_RSA_keygen.c | 86 fprintf(stdout, "Generating RSA key, this may take some time...\n"); 112 fprintf(stdout, "Generating RSA key, this may take some time...\n"); 191 fprintf(stdout, "\nNumber of bits: %d\n\n", bits); 192 fprintf(stdout, "Public values:\n"); 193 fprintf(stdout, " n = 0x"); 194 BN_print_fp(stdout, n); 195 fprintf(stdout, "\n"); 197 fprintf(stdout, " e = 0x"); 198 BN_print_fp(stdout, e); 199 fprintf(stdout, "\n\n") [all...] |
| /src/external/bsd/flex/dist/examples/manual/ |
| wc.lex | 85 fprintf(stdout,"lines %5d ",numlines); 88 fprintf(stdout,"characters %5d ",numchars); 91 fprintf(stdout,"words %5d ",numwords); 93 fprintf(stdout,"\n"); 107 fprintf(stdout,"-"); 109 fprintf(stdout,"\n"); 110 fprintf(stdout,"total : %25s ","") ; 112 fprintf(stdout,"lines %5d ",totlines); 115 fprintf(stdout,"characters %5d ",totchars); 118 fprintf(stdout,"words %5d ",totwords); [all...] |