Home
last modified time | relevance | path

Searched refs:print (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/test/
Dtest-ctype.c64 bool print = ' ' <= c && c < 127; in main() local
73 bool punct = print && !space && !alnum; in main()
82 TEST(print); in main()
/picolibc-latest/newlib/libc/posix/
Dengine.c51 #define print sprint macro
62 #define print lprint macro
106 static void print(struct match *m, char *caption, states st, int ch, FILE *d);
121 #define SP(t, s, c) print(m, t, s, c, stdout)
1046 print(struct match *m, in print() function
1126 #undef print
/picolibc-latest/newlib/
DREADME59 If you want to typeset and print copies of this manual, you need TeX,
60 a program to print its DVI output files, and `texinfo.tex', the Texinfo
63 TeX is a typesetting program; it does not print files directly, but
64 produces output files called DVI files. To print a typeset document,
65 you need a program to print DVI files. If your system has TeX
68 devices) is `dvips'. The DVI print command may require a file name
DChangeLog-2015534 print and scan formats.
18292 support for 'p' format. Fix code to print bytes for vector
19984 print.
25045 (_STRACE): If level==0, always print. Handle new bit mask scheme.
/picolibc-latest/newlib/libc/xdr/
DREADME152 instead of expecting client apps to print error messages as
164 print these error messages to stderr. Cygwin, for greater
/picolibc-latest/doc/
Dbuild.md294 supported by the compiler using the `--print-multi-lib` command-line option:
296 $ riscv64-unknown-elf-gcc --print-multi-lib
334 $ arm-none-eabi-gcc --print-multi-lib
/picolibc-latest/
DCOPYING.GPL2105 interactive use in the most ordinary way, to print or display an
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
Dmeson.build55 # cc -print-search-dirs
58 foreach _line : run_command(cc.cmd_array() + ['-print-search-dirs'], check : false).stdout().split(…
537 sysroot = run_command(cc.cmd_array() + ['-print-sysroot'], check : true).stdout().split('\n')[0]
546 …olchain may be moved and to another directory, let's get actual path using "gcc -print-search-dirs"
549 …sysroot = run_command(cc.cmd_array() + ['-print-search-dirs'], check : true).stdout().split('\n')[…
941 …target_list = run_command(cc.cmd_array() + get_option('c_args') + ['--print-multi-lib'], check : t…
DREADME.md728 handlers for exceptions that print out information and exit when
1007 for 10.0, print '10' instead of '1e+01'). There are tests which
1019 2. Add 'exact' floating point print/scan code to tinystdio. Thanks