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

/freebsd-10-stable/usr.bin/locale/
H A Dlocale.c75 } lcinfo [] = { variable in typeref:struct:_lcinfo
83 #define NLCINFO (sizeof(lcinfo)/sizeof(lcinfo[0]))
465 vval = setlocale(lcinfo[i].id, NULL);
466 eval = getenv(lcinfo[i].name);
477 printf("%s=%s\n", lcinfo[i].name, vval);
479 printf("%s=\"%s\"\n", lcinfo[i].name, vval);
685 if (lcinfo[i].id == cat) {
686 return (lcinfo[i].name);

Completed in 95 milliseconds