/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | floatscan.c | 47 if (c-'0'>=10U && pok) shunget(f); in scanexp() 50 shunget(f); in scanexp() 58 shunget(f); in scanexp() 122 shunget(f); in decfloat() 131 shunget(f); in decfloat() 360 shunget(f); in hexfloat() 362 shunget(f); in hexfloat() 363 if (gotrad) shunget(f); in hexfloat() 375 shunget(f); in hexfloat() 383 shunget( in hexfloat() [all...] |
H A D | intscan.c | 46 shunget(f); in __intscan() 47 if (pok) shunget(f); in __intscan() 58 shunget(f); in __intscan() 89 shunget(f); in __intscan()
|
H A D | shgetc.h | 12 * shgetc, shunget, and shcnt are valid as long as no other stdio functions 15 * When used with a real FILE object, shunget has only one byte of pushback 16 * available. Further shunget (up to a limit of the stdio UNGET buffer size) 20 * with string pseudo-FILEs, shunget has unlimited pushback, back to the 29 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0) macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | floatscan.c | 47 if (c-'0'>=10U && pok) shunget(f);
in scanexp() 50 shunget(f);
in scanexp() 58 shunget(f);
in scanexp() 122 shunget(f);
in decfloat() 131 shunget(f);
in decfloat() 360 shunget(f);
in hexfloat() 362 shunget(f);
in hexfloat() 363 if (gotrad) shunget(f);
in hexfloat() 375 shunget(f);
in hexfloat() 383 shunget( in hexfloat() [all...] |
H A D | intscan.c | 46 shunget(f); in __intscan() 47 if (pok) shunget(f); in __intscan() 58 shunget(f); in __intscan() 89 shunget(f); in __intscan()
|
H A D | shgetc.h | 13 * shgetc, shunget, and shcnt are valid as long as no other stdio functions 16 * When used with a real FILE object, shunget has only one byte of pushback 17 * available. Further shunget (up to a limit of the stdio UNGET buffer size) 21 * with string pseudo-FILEs, shunget has unlimited pushback, back to the 30 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0) macro
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | floatscan.c | 47 if (c-'0'>=10U && pok) shunget(f);
in scanexp() 50 shunget(f);
in scanexp() 58 shunget(f);
in scanexp() 122 shunget(f);
in decfloat() 131 shunget(f);
in decfloat() 360 shunget(f);
in hexfloat() 362 shunget(f);
in hexfloat() 363 if (gotrad) shunget(f);
in hexfloat() 375 shunget(f);
in hexfloat() 383 shunget( in hexfloat() [all...] |
H A D | intscan.c | 46 shunget(f); in __intscan() 47 if (pok) shunget(f); in __intscan() 58 shunget(f); in __intscan() 89 shunget(f); in __intscan()
|
H A D | shgetc.h | 13 * shgetc, shunget, and shcnt are valid as long as no other stdio functions 16 * When used with a real FILE object, shunget has only one byte of pushback 17 * available. Further shunget (up to a limit of the stdio UNGET buffer size) 21 * with string pseudo-FILEs, shunget has unlimited pushback, back to the 30 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0) macro
|
/third_party/musl/src/internal/ |
H A D | floatscan.c | 47 if (c-'0'>=10U && pok) shunget(f); in scanexp() 50 shunget(f); in scanexp() 58 shunget(f); in scanexp() 122 shunget(f); in decfloat() 131 shunget(f); in decfloat() 360 shunget(f); in hexfloat() 362 shunget(f); in hexfloat() 363 if (gotrad) shunget(f); in hexfloat() 375 shunget(f); in hexfloat() 383 shunget( in hexfloat() [all...] |
H A D | intscan.c | 46 shunget(f); in __intscan() 47 if (pok) shunget(f); in __intscan() 58 shunget(f); in __intscan() 89 shunget(f); in __intscan()
|
H A D | shgetc.h | 12 * shgetc, shunget, and shcnt are valid as long as no other stdio functions 15 * When used with a real FILE object, shunget has only one byte of pushback 16 * available. Further shunget (up to a limit of the stdio UNGET buffer size) 20 * with string pseudo-FILEs, shunget has unlimited pushback, back to the 29 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0) macro
|
/third_party/ffmpeg/libavutil/ |
H A D | avsscanf.c | 117 #define shunget(f) ((f)->shend ? (void)(f)->rpos-- : (void)0) macro 158 shunget(f); in ffintscan() 159 if (pok) shunget(f); in ffintscan() 170 shunget(f); in ffintscan() 201 shunget(f); in ffintscan() 225 if (c-'0'>=10U && pok) shunget(f); in scanexp() 228 shunget(f); in scanexp() 236 shunget(f); in scanexp() 304 shunget(f); in decfloat() 313 shunget( in decfloat() [all...] |
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vfscanf.c | 87 shunget(f); in vfscanf() 100 shunget(f); in vfscanf() 182 shunget(f); in vfscanf() 188 shunget(f); in vfscanf() 266 shunget(f); in vfscanf()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vfscanf.c | 87 shunget(f); in vfscanf() 100 shunget(f); in vfscanf() 182 shunget(f); in vfscanf() 188 shunget(f); in vfscanf() 266 shunget(f); in vfscanf()
|
/third_party/FreeBSD/lib/libc/stdio/ |
H A D | parsefloat.c | 73 shunget(f); in parsefloat() 213 shunget(f); in parsefloat() 220 shunget(f); in parsefloat()
|
/third_party/musl/src/stdio/ |
H A D | vfscanf.c | 99 shunget(f); in vfscanf() 112 shunget(f); in vfscanf() 194 shunget(f); in vfscanf() 200 shunget(f); in vfscanf() 278 shunget(f); in vfscanf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vfscanf.c | 99 shunget(f); in vfscanf() 112 shunget(f); in vfscanf() 194 shunget(f); in vfscanf() 200 shunget(f); in vfscanf() 278 shunget(f); in vfscanf()
|