Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c815 #define PRI_STR(x, n) PRI##x##n macro
816 #define PRI_LEN(x, n) (char)(sizeof (PRI_STR(x, n)) - 1)
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);