Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 25 of 102) sorted by relevance

12345

/l4re-core-master/uclibc/lib/contrib/uclibc/test/pwd_grp/
A Dtest_grp.c19 fprintf(stdout, "Beginning test of libc/grp...\n"); in main()
22 fprintf(stdout, "-> setgrent()...\n"); in main()
24 fprintf(stdout, "-> getgrent()...\n"); in main()
32 fflush(stdout); in main()
41 fprintf(stdout, "-> endgrent()...\n"); in main()
43 fprintf(stdout, in main()
46 fprintf(stdout, "-> getgrgid()...\n"); in main()
50 fprintf(stdout, "-> getgrgid(%d)...\n", test_gid); in main()
57 fflush(stdout); in main()
67 fprintf(stdout, "-> getgrnam()...\n"); in main()
[all …]
A Dtest_pwd.c18 fprintf(stdout, "Beginning test of libc/pwd...\n"); in main()
20 fprintf(stdout, "=> Testing setpwent(), getpwent(), endpwent()...\n"); in main()
21 fprintf(stdout, "-> setpwent()...\n"); in main()
23 fprintf(stdout, "-> getpwent()...\n"); in main()
37 fprintf(stdout, "-> endpwent()...\n"); in main()
39 fprintf(stdout, in main()
41 fprintf(stdout, "=> Testing getpwuid(), getpwnam()...\n"); in main()
42 fprintf(stdout, "-> getpwuid()...\n"); in main()
46 fprintf(stdout, "-> getpwuid(%d)...\n", test_uid); in main()
60 fprintf(stdout, "-> getpwnam()...\n"); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/
A Dtst_swscanf.c52 fprintf (stdout, "swscanf() [ %s : %d ] ret = %d\n", locale, in tst_swscanf()
54 fprintf (stdout, " errno = %d\n", in tst_swscanf()
56 fprintf (stdout, " collate = %s\n", in tst_swscanf()
62 fprintf (stdout, " val_S[ 0 ] = 0x%lx\n", in tst_swscanf()
67 fprintf (stdout, " val_int1 = %d\n", in tst_swscanf()
69 fprintf (stdout, " val_int2 = %d\n", in tst_swscanf()
71 fprintf (stdout, " val_flt = %f\n", in tst_swscanf()
73 fprintf (stdout, " val_c = %c\n", in tst_swscanf()
75 fprintf (stdout, " val_s = %s\n", in tst_swscanf()
A Dtst_strxfrm.c53 fprintf (stdout, "strxfrm() [ %s : %d ] ( 1st call )\n", locale, in tst_strxfrm()
55 fprintf (stdout, " : err = %d | %s\n", errno_save, in tst_strxfrm()
57 fprintf (stdout, " : ret = %zu\n", ret); in tst_strxfrm()
58 fprintf (stdout, " : org = %s\n", org1); in tst_strxfrm()
78 fprintf (stdout, " : err = %d | %s\n", errno, in tst_strxfrm()
80 fprintf (stdout, " : ret = %zu\n", ret); in tst_strxfrm()
81 fprintf (stdout, " : org = %s\n", org2); in tst_strxfrm()
129 fprintf (stdout, ".......... strcoll = %d <-> %d = strcmp\n", in tst_strxfrm()
A Dtst_strfmon.c43 fprintf (stdout, "strfmon() [ %s : %d ]\n", locale, rec + 1); in tst_strfmon()
44 fprintf (stdout, " : err = %d | %s\n", errno_save, in tst_strfmon()
46 fprintf (stdout, " : ret = %zd; \t fmt = |%s|\n", ret, fmt); in tst_strfmon()
47 fprintf (stdout, " : buf = |%s|\n\n", buf); in tst_strfmon()
A Dtst_wcsxfrm.c49 fprintf (stdout, "tst_wcsxfrm() : REC = %d\n", rec + 1); in tst_wcsxfrm()
50 fprintf (stdout, "tst_wcsxfrm() : 1st ret = %zu\n", ret); in tst_wcsxfrm()
81 fprintf (stdout, "tst_wcsxfrm() : 2nd ret = %zu\n", ret); in tst_wcsxfrm()
115 fprintf (stdout, "tst_wcsxfrm() : coll = %d <-> %d = cmp\n", in tst_wcsxfrm()
A Dtst_strcoll.c31 fprintf (stdout, "strcoll() [ %s : %d ] ret = %d\n", locale, in tst_strcoll()
33 fprintf (stdout, " errno = %d\n", in tst_strcoll()
35 fprintf (stdout, " LC_COLLATE = %s\n", in tst_strcoll()
A Dtst_towctrans.c44 fprintf (stdout, "towctrans() ------ wctrans() returnd 0.\n"); in tst_towctrans()
57 fprintf (stdout, "towctrans() [ %s : %d ] ret = 0x%x\n", in tst_towctrans()
59 fprintf (stdout, " errno = %d\n", in tst_towctrans()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-stdio2.c31 flockfile (stdout); in tf()
35 flockfile (stdout); in tf()
39 funlockfile (stdout); in tf()
43 funlockfile (stdout); in tf()
A Dtst-stdio1.c27 flockfile (stdout); in tf()
38 flockfile (stdout); in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/
A Dtest_time.c96 fputs (asctime (loctime), stdout); in main()
99 fputs (buffer, stdout); in main()
101 fputs (buffer, stdout); in main()
111 fputs (buffer, stdout); in main()
A Dtst-timezone.c135 fputs (buf, stdout); in main()
141 fputs (" FAILED ***", stdout); in main()
158 fputs (buf, stdout); in main()
164 fputs (" FAILED ***", stdout); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/
A Dtst-tls1.c33 fputs ("get sum of foo and bar (IE)", stdout); in do_test()
51 fputs ("get sum of foo and bar (LD)", stdout); in do_test()
69 fputs ("get sum of foo and bar (GD)", stdout); in do_test()
A Dtst-tls2.c32 fputs ("get sum of foo and bar (IE)", stdout); in do_test()
50 fputs ("get sum of foo and bar (LD)", stdout); in do_test()
68 fputs ("get sum of foo and bar (GD)", stdout); in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/setjmp/
A Dtst-setjmp.c40 fputs("Shouldn't have ", stdout); in main()
68 fputs("Shouldn't have ", stdout); in main()
96 fputs("Shouldn't have ", stdout); in main()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dios_init.cc85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()
102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
181 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out); in sync_with_stdio()
190 new (&buf_wcout) stdio_filebuf<wchar_t>(stdout, ios_base::out); in sync_with_stdio()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dios_init.cc85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()
102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
181 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out); in sync_with_stdio()
190 new (&buf_wcout) stdio_filebuf<wchar_t>(stdout, ios_base::out); in sync_with_stdio()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dios_init.cc85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()
102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
181 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out); in sync_with_stdio()
190 new (&buf_wcout) stdio_filebuf<wchar_t>(stdout, ios_base::out); in sync_with_stdio()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dios_init.cc85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()
102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
181 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out); in sync_with_stdio()
190 new (&buf_wcout) stdio_filebuf<wchar_t>(stdout, ios_base::out); in sync_with_stdio()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dios_init.cc85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()
102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
181 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out); in sync_with_stdio()
190 new (&buf_wcout) stdio_filebuf<wchar_t>(stdout, ios_base::out); in sync_with_stdio()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dios_init.cc85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()
102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
181 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out); in sync_with_stdio()
190 new (&buf_wcout) stdio_filebuf<wchar_t>(stdout, ios_base::out); in sync_with_stdio()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dios_init.cc85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()
102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
181 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out); in sync_with_stdio()
190 new (&buf_wcout) stdio_filebuf<wchar_t>(stdout, ios_base::out); in sync_with_stdio()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dios_init.cc85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()
102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
181 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out); in sync_with_stdio()
190 new (&buf_wcout) stdio_filebuf<wchar_t>(stdout, ios_base::out); in sync_with_stdio()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dputwchar.c14 return fputwc_unlocked(wc, stdout); in putwchar_unlocked()
25 return fputwc(wc, stdout);
A Dputchar.c17 register FILE *stream = stdout; in putchar_unlocked()
30 register FILE *stream = stdout;

Completed in 30 milliseconds

12345