Home
last modified time | relevance | path

Searched refs:ungetc (Results 1 – 25 of 29) sorted by relevance

12

/picolibc-3.7.0-3.6.0/test/
Dungetc.c44 ret = ungetc('u', stdin); in main()
DCMakeLists.txt41 ungetc
Dtest-fread-fwrite.c233 ungetc(c + 1, f); in main()
Dmeson.build504 plain_tests = ['rand', 'regex', 'ungetc', 'fenv',
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dungetc.c35 ungetc(int c, FILE *stream) in ungetc() function
Dmeson.build139 'ungetc.c',
195 # atomic support for ungetc
DCMakeLists.txt139 ungetc.c
Dstdio.h247 int ungetc(int __c, FILE *__stream);
Dvfscanf.c64 #define UNGETC(c,s) ungetc(c,s)
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dungetc.c49 ungetc (c, fp) in ungetc() function
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dungetwc.c95 if (ungetc( (unsigned char)buf[len], fp) == EOF) in ungetwc()
Dvfscanf.c1092 ungetc ( (unsigned char) buf[--s], fp); in _SVFSCANF()
1229 ungetc ( (unsigned char) buf[--s], fp); in _SVFSCANF()
1460 ungetc ( *--p, fp); /* [-+xX] */ in _SVFSCANF()
1787 ungetc ( (unsigned char) decpt[decptpos], in _SVFSCANF()
1825 ungetc ( *--p, fp); /* [-+nNaA] */ in _SVFSCANF()
1838 ungetc ( *--p, fp); /* [iInNtT] */ in _SVFSCANF()
1845 ungetc ( *--p, fp); /* [-+iInN] */ in _SVFSCANF()
1863 ungetc ( *--p, fp); /* [-+.] */ in _SVFSCANF()
1873 ungetc ( c, fp); /* [-+] */ in _SVFSCANF()
1877 ungetc ( c, fp); /* [eE] */ in _SVFSCANF()
Dnano-vfscanf_local.h60 #define ungetc sungetc macro
Dungetc.c113 ungetc ( in ungetc() function
Dfread.c124 ungetc (c, fp); in crlf_r()
Dnano-vfscanf.c251 scan_data.pfn_ungetc = ungetc; in _SVFSCANF()
Dstdio.h374 int ungetc (int, FILE *);
687 ungetc(__c2, __p); in _sgetc()
Dstdio.tex110 * ungetc:: Push data back into a stream
322 @include stdio/ungetc.def
Dmeson.build106 'ungetc.c',
/picolibc-3.7.0-3.6.0/doc/
Dlocking.md24 reentrancy issue related to ungetc/getc.
Dprintf.md246 * `-Datomic-ungetc=true` This option, which is enabled by default,
247 controls whether getc/ungetc use atomic instruction sequences to
249 getc and ungetc may corrupt the state of the input buffer.
Dbuild.md84 | atomic-ungetc | true | Make getc/ungetc re-entrant using atomic operations …
/picolibc-3.7.0-3.6.0/
Dpicolibc.h.in8 /* Use atomics for fgetc/ungetc for re-entrancy */
Dmeson_options.txt159 option('atomic-ungetc', type: 'boolean', value: true,
160 description: 'use atomics in fgetc/ungetc to make them re-entrant')
DCMakeLists.txt72 # Use atomics for fgetc/ungetc for re-entrancy

12