setlocale_null_r   75 maint/gnulib/lib/duplocale.c       err = setlocale_null_r (LC_CTYPE, base_name, sizeof (base_name));
setlocale_null_r   91 maint/gnulib/lib/duplocale.c           err = setlocale_null_r (category, name, sizeof (name));
setlocale_null_r   31 maint/gnulib/lib/hard-locale.c   if (setlocale_null_r (category, locale, sizeof (locale)))
setlocale_null_r   79 maint/gnulib/lib/nl_langinfo.c   if (setlocale_null_r (LC_CTYPE, locale, sizeof (locale)))
setlocale_null_r  325 maint/gnulib/lib/setlocale_null.c       if (setlocale_null_r (LC_ALL, buf, sizeof (buf)))
setlocale_null_r  369 maint/gnulib/lib/setlocale_null.c       err = setlocale_null_r (category, buf, sizeof (buf));
setlocale_null_r   64 maint/gnulib/lib/setlocale_null.h extern int setlocale_null_r (int category, char *buf, size_t bufsize)
setlocale_null_r   76 maint/gnulib/tests/test-setlocale_null-mt-all.c       if (setlocale_null_r (LC_ALL, buf, sizeof (buf)))
setlocale_null_r   95 maint/gnulib/tests/test-setlocale_null-mt-all.c       setlocale_null_r (LC_NUMERIC, buf, sizeof (buf));
setlocale_null_r   96 maint/gnulib/tests/test-setlocale_null-mt-all.c       setlocale_null_r (LC_ALL, buf, sizeof (buf));
setlocale_null_r   76 maint/gnulib/tests/test-setlocale_null-mt-one.c       if (setlocale_null_r (LC_NUMERIC, buf, sizeof (buf)))
setlocale_null_r   95 maint/gnulib/tests/test-setlocale_null-mt-one.c       setlocale_null_r (LC_NUMERIC, buf, sizeof (buf));
setlocale_null_r   96 maint/gnulib/tests/test-setlocale_null-mt-one.c       setlocale_null_r (LC_TIME, buf, sizeof (buf));
setlocale_null_r   31 maint/gnulib/tests/test-setlocale_null.c   return setlocale_null_r (LC_ALL, buf, sizeof (buf)) != 0;