Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 60) sorted by relevance

123

/glibc-2.36/localedata/
Dtst-mbswcs1.c24 #define show(expr, nexp, wcexp) \ macro
54 show (mbrtowc (&wc, (const char *) buf + 0, 1, &state), 1, 37); in do_test()
55 show (mbrtowc (&wc, (const char *) buf + 1, 1, &state), -2, 37); in do_test()
56 show (mbrtowc (&wc, (const char *) buf + 2, 3, &state), 2, 8364); in do_test()
57 show (mbrtowc (&wc, (const char *) buf + 4, 1, &state), -2, 8364); in do_test()
58 show (mbrtowc (&wc, (const char *) buf + 5, 1, &state), 1, 955); in do_test()
59 show (mbrtowc (&wc, (const char *) buf + 5, 1, &state), -1, 955); in do_test()
Dtst-mbswcs2.c24 #define show(expr, nexp, wcexp, end) \ macro
57 show (mbsnrtowcs (&wc, &src, 1, 1, &state), 1, 37, buf + 1); in do_test()
58 show (mbsnrtowcs (&wc, &src, 3, 1, &state), 1, 8364, buf + 4); in do_test()
59 show (mbsnrtowcs (&wc, &src, 1, 1, &state), 0, 8364, buf + 5); in do_test()
60 show (mbsnrtowcs (&wc, &src, 1, 1, &state), 1, 955, buf + 6); in do_test()
Dtst-mbswcs5.c24 #define show(expr, nexp, bufexp) \ macro
61 show (wcrtomb (dst, *src++, &state), 1, buf + 1); in do_test()
62 show (wcrtomb (dst, *src++, &state), 3, buf + 4); in do_test()
63 show (wcrtomb (dst, *src++, &state), 2, buf + 6); in do_test()
64 show (wcrtomb (dst, *src, &state), 1, buf + 7); in do_test()
Dtst-mbswcs3.c24 #define show(expr, nexp, srcexp, bufexp) \ macro
62 show (wcsrtombs (dst, &src, 1, &state), 1, srcbuf + 1, buf + 1); in do_test()
63 show (wcsrtombs (dst, &src, 1, &state), 0, srcbuf + 1, buf + 1); in do_test()
64 show (wcsrtombs (dst, &src, 4, &state), 3, srcbuf + 2, buf + 4); in do_test()
65 show (wcsrtombs (dst, &src, 2, &state), 2, srcbuf + 3, buf + 6); in do_test()
Dtst-mbswcs4.c24 #define show(expr, nexp, wcexp, end) \ macro
57 show (mbsrtowcs (&wc, &src, 1, &state), 1, 37, buf + 1); in do_test()
58 show (mbsrtowcs (&wc, &src, 1, &state), 1, 8364, buf + 4); in do_test()
59 show (mbsrtowcs (&wc, &src, 1, &state), 1, 955, buf + 6); in do_test()
DREADME49 as an input file for `localedef'. It is rather there to show the
/glibc-2.36/timezone/
Dzdump.c99 static void show(timezone_t, char *, time_t, bool);
534 show(tz, argv[i], now, false); in main()
541 show(tz, argv[i], t, true); in main()
543 show(tz, argv[i], t, true); in main()
574 show(tz, argv[i], newt - 1, true); in main()
575 show(tz, argv[i], newt, true); in main()
588 show(tz, argv[i], t, true); in main()
590 show(tz, argv[i], t, true); in main()
756 show(timezone_t tz, char *zone, time_t t, bool v) in show() function
/glibc-2.36/
DCOPYING36 source code. And you must show them these terms so they know their
316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
320 The hypothetical commands `show w' and `show c' should show the appropriate
322 be called something other than `show w' and `show c'; they could even be
DMakeconfig68 # Run config.status to update config.make and config.h. We don't show the
/glibc-2.36/scripts/
Dbackport-support.sh98 git show "$latest_commit":"$path" > "$path"
/glibc-2.36/sysdeps/x86/
Ddl-tunables.list41 # higher with larger register size. Micro benchmarks show AVX
/glibc-2.36/benchtests/scripts/
Dplot_strings.py234 plt.show()
/glibc-2.36/manual/
Dprobes.texi282 unwinding will show a call stack including the caller of
292 unwinding will show a call stack including the caller of @code{setjmp}
Dlgpl-2.1.texi52 it. And you must show them these terms so they know their rights.
Dmemory.texi591 that you want to store in the block. Here we show an example of doing
1707 The output will of course not show the allocations which happened before
1708 the first signal but if there is a memory leak this will show up
1793 rare and if they appear they show up very drastically: the program
3685 in @code{*@var{handleptr}} to show it doesn't point to an allocated
Dsignal.texi1945 variable can also lead to paradoxical results, but here we only show
2027 even if access actually requires two instructions. To show that this is
2028 so, we must consider each access that could be interrupted, and show
2069 failure and @code{errno} should be set to show what kind of failure.
Dtexinfo.tex2954 % TeX-only option to allow changing PDF output to show only the second
2970 \unhbox0 % third arg given, show only that
2977 % PDF plus option to not display url, show just arg
2986 \unhbox0\ (\urefcode{#1})% DVI, always show arg and url
2990 % PDF plus option to not display url, show just arg
3000 \urefcode{#1}% only url given, so show it
4914 % Although these internal commands shouldn't show up, sometimes they do.
11578 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
Dcharset.texi1633 implementations will show what obstacles stand in the way of portable
2079 quite big problem as one will notice shortly after hitting it. To show
Dmessage.texi1815 A limited piece of example code should show how the program is supposed
Dpattern.texi2037 Do show any error messages printed by commands run by command substitution.
/glibc-2.36/benchtests/
DREADME177 in scripts. Use the benchtests/compare_strings.py script to show the results
/glibc-2.36/iconvdata/testdata/
Dsuntzus471 a show of timidity presupposes a fund of latent energy;
1300 they will show a stubborn front. If there is no help
1539 13. Hence those who use fire as an aid to the attack show intelligence;
/glibc-2.36/po/
Dbe.po1145 " -e, --exit Also show exits from the function calls\n"
Dsl.po1125 " -e, --exit Also show exits from the function calls\n"
Dia.po1112 " -e, --exit Also show exits from the function calls\n"

123