Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mkmsgs/
H A Dmkmsgs.c84 #define L_locale sizeof(P_locale) macro
184 size = L_locale + strlen(localep) +
193 (void)strcpy(&pathoutp[L_locale - 1], localep);
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c44 #define L_locale (sizeof (P_locale)) macro
136 (void) strcpy(&pathname[L_locale - 1], locale); in main()