Home
last modified time | relevance | path

Searched defs:shgetc (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/internal/
Dshgetc.h28 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f)) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dshgetc.h29 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f)) macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dshgetc.h29 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f)) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dshgetc.h28 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f)) macro
/third_party/ffmpeg/libavutil/
Davsscanf.c116 #define shgetc(f) (((f)->rpos < (f)->shend) ? *(f)->rpos++ : ffshgetc(f)) macro