Home
last modified time | relevance | path

Searched refs:SIZE_def (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfscanf.c17 #define SIZE_def 0 macro
32 case SIZE_def: in store_int()
130 size = SIZE_def; in vfscanf()
305 case SIZE_def: in vfscanf()
/third_party/musl/src/stdio/
Dvfscanf.c17 #define SIZE_def 0 macro
32 case SIZE_def: in store_int()
130 size = SIZE_def; in vfscanf()
305 case SIZE_def: in vfscanf()
Dvfwscanf.c17 #define SIZE_def 0 macro
32 case SIZE_def: in store_int()
156 size = SIZE_def; in vfwscanf()
237 s = (size == SIZE_def) ? dest : 0; in vfwscanf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfscanf.c17 #define SIZE_def 0 macro
32 case SIZE_def: in store_int()
130 size = SIZE_def; in vfscanf()
305 case SIZE_def: in vfscanf()
/third_party/ffmpeg/libavutil/
Davsscanf.c49 #define SIZE_def 0 macro
715 case SIZE_def: in store_int()
789 size = SIZE_def; in ff_vfscanf()
926 case SIZE_def: in ff_vfscanf()