/l4re-core-master/uclibc/lib/contrib/uclibc/test/pwd_grp/ |
A D | test_grp.c | 19 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 D | test_pwd.c | 18 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 D | tst_swscanf.c | 52 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 D | tst_strxfrm.c | 53 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 D | tst_strfmon.c | 43 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 D | tst_wcsxfrm.c | 49 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 D | tst_strcoll.c | 31 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 D | tst_towctrans.c | 44 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 D | tst-stdio2.c | 31 flockfile (stdout); in tf() 35 flockfile (stdout); in tf() 39 funlockfile (stdout); in tf() 43 funlockfile (stdout); in tf()
|
A D | tst-stdio1.c | 27 flockfile (stdout); in tf() 38 flockfile (stdout); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | test_time.c | 96 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 D | tst-timezone.c | 135 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 D | tst-tls1.c | 33 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 D | tst-tls2.c | 32 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 D | tst-setjmp.c | 40 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 D | ios_init.cc | 85 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 D | ios_init.cc | 85 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 D | ios_init.cc | 85 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 D | ios_init.cc | 85 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 D | ios_init.cc | 85 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 D | ios_init.cc | 85 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 D | ios_init.cc | 85 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 D | ios_init.cc | 85 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 D | putwchar.c | 14 return fputwc_unlocked(wc, stdout); in putwchar_unlocked() 25 return fputwc(wc, stdout);
|
A D | putchar.c | 17 register FILE *stream = stdout; in putchar_unlocked() 30 register FILE *stream = stdout;
|