Home
last modified time | relevance | path

Searched refs:__shgetc (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/internal/
Dshgetc.h24 hidden int __shgetc(FILE *);
28 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f))
Dshgetc.c19 int __shgetc(FILE *f) in __shgetc() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dshgetc.h25 hidden int __shgetc(FILE *);
29 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f))
Dshgetc.c19 int __shgetc(FILE *f) in __shgetc() function
/third_party/musl/porting/uniproton/kernel/src/internal/
Dshgetc.h25 hidden int __shgetc(FILE *);
29 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f))
Dshgetc.c19 int __shgetc(FILE *f) in __shgetc() function
/third_party/musl/src/internal/
Dshgetc.h24 hidden int __shgetc(FILE *);
28 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f))
Dshgetc.c19 int __shgetc(FILE *f) in __shgetc() function