Searched refs:fmt_u (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/src/stdio/ |
H A D | vfprintf.c | 174 static char *fmt_u(uintmax_t x, char *s) in fmt_u() function 246 estr=fmt_u(e2<0 ? -e2 : e2, ebuf); in fmt_fp() 380 estr=fmt_u(e<0 ? -e : e, ebuf); in fmt_fp() 396 char *s = fmt_u(*d, buf+9); in fmt_fp() 403 char *s = fmt_u(*d, buf+9); in fmt_fp() 411 char *s = fmt_u(*d, buf+9); in fmt_fp() 601 a = fmt_u(arg.i, z); in printf_core()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | vfprintf.c | 170 static char *fmt_u(uintmax_t x, char *s) in fmt_u() function 242 estr=fmt_u(e2<0 ? -e2 : e2, ebuf); in fmt_fp() 376 estr=fmt_u(e<0 ? -e : e, ebuf); in fmt_fp() 392 char *s = fmt_u(*d, buf+9); in fmt_fp() 399 char *s = fmt_u(*d, buf+9); in fmt_fp() 407 char *s = fmt_u(*d, buf+9); in fmt_fp() 590 a = fmt_u(arg.i, z); in printf_core()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vfprintf.c | 176 static char *fmt_u(uintmax_t x, char *s) in fmt_u() function 248 estr=fmt_u(e2<0 ? -e2 : e2, ebuf); in fmt_fp() 382 estr=fmt_u(e<0 ? -e : e, ebuf); in fmt_fp() 398 char *s = fmt_u(*d, buf+9); in fmt_fp() 405 char *s = fmt_u(*d, buf+9); in fmt_fp() 413 char *s = fmt_u(*d, buf+9); in fmt_fp() 595 a = fmt_u(arg.i, z); in printf_core()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vfprintf.c | 170 static char *fmt_u(uintmax_t x, char *s) in fmt_u() function 243 estr=fmt_u(e2<0 ? -e2 : e2, ebuf); in fmt_fp() 377 estr=fmt_u(e<0 ? -e : e, ebuf); in fmt_fp() 393 char *s = fmt_u(*d, buf+9); in fmt_fp() 400 char *s = fmt_u(*d, buf+9); in fmt_fp() 408 char *s = fmt_u(*d, buf+9); in fmt_fp() 591 a = fmt_u(arg.i, z); in printf_core()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vfprintf.c | 170 static char *fmt_u(uintmax_t x, char *s) in fmt_u() function 243 estr=fmt_u(e2<0 ? -e2 : e2, ebuf); in fmt_fp() 377 estr=fmt_u(e<0 ? -e : e, ebuf); in fmt_fp() 393 char *s = fmt_u(*d, buf+9); in fmt_fp() 400 char *s = fmt_u(*d, buf+9); in fmt_fp() 408 char *s = fmt_u(*d, buf+9); in fmt_fp() 591 a = fmt_u(arg.i, z); in printf_core()
|
Completed in 6 milliseconds