Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c810 #define PRI_LEN(x, n) (char)(sizeof (PRI_STR(x, n)) - 1) macro
830 static const char pri_d_len[] = PRIS(PRI_LEN, d);
831 static const char pri_i_len[] = PRIS(PRI_LEN, i);
832 static const char pri_o_len[] = PRIS(PRI_LEN, o);
833 static const char pri_u_len[] = PRIS(PRI_LEN, u);
834 static const char pri_x_len[] = PRIS(PRI_LEN, x);
835 static const char pri_X_len[] = PRIS(PRI_LEN, X);