lconv 177 maint/gnulib/lib/human.c struct lconv const *l = localeconv (); lconv 166 maint/gnulib/lib/locale.in.h _GL_FUNCDECL_RPL (localeconv, struct lconv *, (void)); lconv 167 maint/gnulib/lib/locale.in.h _GL_CXXALIAS_RPL (localeconv, struct lconv *, (void)); lconv 169 maint/gnulib/lib/locale.in.h _GL_CXXALIAS_SYS (localeconv, struct lconv *, (void)); lconv 27 maint/gnulib/lib/localeconv.c struct lconv * lconv 30 maint/gnulib/lib/localeconv.c static struct lconv result; lconv 33 maint/gnulib/lib/localeconv.c struct lconv *sys_result = localeconv (); lconv 69 maint/gnulib/lib/localeconv.c struct lconv * lconv 72 maint/gnulib/lib/localeconv.c static /*const*/ struct lconv result = lconv 28 maint/gnulib/tests/test-locale-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::localeconv, struct lconv *, (void)); lconv 37 maint/gnulib/tests/test-locale.c struct lconv l; lconv 24 maint/gnulib/tests/test-localeconv.c SIGNATURE_CHECK (localeconv, struct lconv *, (void)); lconv 36 maint/gnulib/tests/test-localeconv.c struct lconv *l = localeconv ();