Searched refs:PRIdMAX (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dprintf.c356 * as PRIdMAX with the final 'd' replaced by the corresponding
363 len = ch - str + sizeof(PRIdMAX);
366 memcpy(copy, str, len - sizeof(PRIdMAX));
367 memcpy(copy + len - sizeof(PRIdMAX), PRIdMAX, sizeof(PRIdMAX));
/fuchsia/zircon/kernel/lib/libc/include/
H A Dinttypes.h102 #define PRIdMAX __INTMAX_FMTd__ macro
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmiscbltin.c393 out1fmt("%" PRIdMAX "\n", (intmax_t) val);
H A Dvar.c228 fmtstr(buf, len, "%" PRIdMAX, val);
H A Dexpand.c1741 len = fmtstr(expdest, len, "%" PRIdMAX, num);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dinttypes.h232 #define PRIdMAX __INTMAX_FMTd__ macro

Completed in 47 milliseconds