Searched refs:__atomic_exchange_ungetc (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | exchange.c | 46 __weak_reference(__picolibc_non_atomic_exchange_ungetc, __atomic_exchange_ungetc);
|
D | fseek.c | 49 (void) __atomic_exchange_ungetc(&stream->unget, 0); in FSEEK()
|
D | fgetc.c | 45 if ((unget = __atomic_exchange_ungetc(&stream->unget, 0)) != 0) in fgetc()
|
D | fgetwc.c | 48 if ((unget = __atomic_exchange_ungetc(&stream->unget, 0)) != 0) in fgetwc()
|
D | freopen.c | 62 (void) __atomic_exchange_ungetc(&stream->unget, 0); in freopen()
|
D | fread.c | 65 if ((unget = __atomic_exchange_ungetc(&stream->unget, 0)) != 0) { in fread()
|
D | stdio_private.h | 693 __atomic_exchange_ungetc(__ungetc_t *p, __ungetc_t v) in __atomic_exchange_ungetc() function 711 __atomic_exchange_ungetc(__ungetc_t *p, __ungetc_t v); 732 #define __atomic_exchange_ungetc(p,v) __non_atomic_exchange_ungetc(p,v) macro
|