Searched refs:XPT_PRINT_LEN (Results 1 – 1 of 1) sorted by relevance
82 #define XPT_PRINT_LEN PRINTF_BUFR_SIZE macro84 #define XPT_PRINT_LEN 128 macro86 _Static_assert(XPT_PRINT_LEN <= XPT_PRINT_MAXLEN, "XPT_PRINT_LEN is too large");3859 char buffer[XPT_PRINT_LEN]; in xpt_print_path()3861 sbuf_new(&sb, buffer, XPT_PRINT_LEN, SBUF_FIXEDLEN); in xpt_print_path()3888 char buffer[XPT_PRINT_LEN]; in xpt_print()3890 sbuf_new(&sb, buffer, XPT_PRINT_LEN, SBUF_FIXEDLEN); in xpt_print()