Searched refs:getchar (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | getchar.c | 34 #undef getchar 37 getchar(void) in getchar() function 45 __strong_reference(getchar, getchar_unlocked); 47 int getchar_unlocked(void) { return getchar(); } in getchar_unlocked()
|
D | gets.c | 40 int c = getchar(); in gets()
|
D | stdio.h | 242 int getchar(void); 244 #define getchar() fgetc(stdin) macro
|
D | CMakeLists.txt | 91 getchar.c
|
D | meson.build | 94 'getchar.c',
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | getchar.c | 39 #undef getchar 44 getchar () in getchar() function
|
/picolibc-latest/newlib/libc/stdio/ |
D | getchar.c | 71 #undef getchar 74 getchar (void) in getchar() function
|
D | stdio.h | 367 int getchar (void); 762 #define getchar() _getchar_unlocked() macro 787 #define getchar() getc(stdin) macro
|
D | stdio.tex | 77 * Function getchar:: Get a character from standard input (macro) 223 @include stdio/getchar.def
|
D | meson.build | 70 'getchar.c',
|
/picolibc-latest/newlib/libc/ssp/ |
D | gets_chk.c | 47 int c = getchar(); in __gets_chk()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2974 * libc/stdio/getchar.c (_getchar_r): Likewise. 10283 * libc/machine/spu/getchar.c: Ditto. 10641 * libc/machine/spu/getchar.c: Ditto. 10961 * libc/machine/spu/getchar.c: Ditto. 11476 * libc/stdio/getchar.c: Ditto. 13014 * libc/stdio/getchar.c (getchar): _REENT_SMALL_CHECK_INIT() and 13992 libc/stdio/getchar.c libc/stdio/getchar_u.c, 19106 * libc/stdio/getchar.c (_getchar_r): Call _REENT_SMALL_CHECK_INIT(). 26780 fwalk.c, getchar.c, gets.c, iprintf.c, local.h, makebuf.c, 26909 getchar.c gets.c iprintf.c makebuf.c mktemp.c perror.c printf.c [all …]
|
/picolibc-latest/ |
D | COPYING.picolibc | 2004 newlib/libc/tinystdio/getchar.c 2145 newlib/libc/machine/spu/getchar.c 4480 newlib/libc/stdio/getchar.c
|