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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c817 #define PRIS(P, x) {\ macro
829 static const char *pri_d[] = PRIS(PRI_STR, d);
830 static const char *pri_i[] = PRIS(PRI_STR, i);
831 static const char *pri_o[] = PRIS(PRI_STR, o);
832 static const char *pri_u[] = PRIS(PRI_STR, u);
833 static const char *pri_x[] = PRIS(PRI_STR, x);
834 static const char *pri_X[] = PRIS(PRI_STR, X);
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_LE
[all...]

Completed in 58 milliseconds