Home
last modified time | relevance | path

Searched refs:SIZE_ll (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfscanf.c20 #define SIZE_ll 3 macro
38 case SIZE_ll: in store_int()
137 if (*p == 'l') p++, size = SIZE_ll; in vfscanf()
141 size = SIZE_ll; in vfscanf()
/third_party/musl/src/stdio/
Dvfwscanf.c20 #define SIZE_ll 3 macro
38 case SIZE_ll: in store_int()
163 if (*p == 'l') p++, size = SIZE_ll; in vfwscanf()
167 size = SIZE_ll; in vfwscanf()
Dvfscanf.c20 #define SIZE_ll 3 macro
38 case SIZE_ll: in store_int()
140 if (*p == 'l') p++, size = SIZE_ll; in vfscanf()
144 size = SIZE_ll; in vfscanf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfscanf.c20 #define SIZE_ll 3 macro
38 case SIZE_ll: in store_int()
137 if (*p == 'l') p++, size = SIZE_ll; in vfscanf()
141 size = SIZE_ll; in vfscanf()
/third_party/musl/porting/linux/user/src/stdio/
Dvfscanf.c20 #define SIZE_ll 3 macro
43 case SIZE_ll: in store_int()
149 if (*p == 'l') p++, size = SIZE_ll; in vfscanf()
153 size = SIZE_ll; in vfscanf()
/third_party/ffmpeg/libavutil/
Davsscanf.c52 #define SIZE_ll 3 macro
721 case SIZE_ll: in store_int()
796 if (*p == 'l') p++, size = SIZE_ll; in ff_vfscanf()
800 size = SIZE_ll; in ff_vfscanf()