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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c816 #define PRI_LEN(x, n) (char)(sizeof (PRI_STR(x, n)) - 1) macro
836 static const char pri_d_len[] = PRIS(PRI_LEN, d);
837 static const char pri_i_len[] = PRIS(PRI_LEN, i);
838 static const char pri_o_len[] = PRIS(PRI_LEN, o);
839 static const char pri_u_len[] = PRIS(PRI_LEN, u);
840 static const char pri_x_len[] = PRIS(PRI_LEN, x);
841 static const char pri_X_len[] = PRIS(PRI_LEN, X);

Completed in 44 milliseconds