HomeSort by relevance Sort by last modified time
    Searched refs:catgets (Results 1 - 10 of 10) sorted by null

  /ndk/sources/android/support/src/musl-locale/
catgets.c 3 char *catgets (nl_catd catd, int set_id, int msg_id, const char *s) function
  /ndk/sources/android/support/include/
nl_types.h 44 char* catgets(nl_catd, int, int, const char*);
  /prebuilts/ndk/9/sources/android/support/include/
nl_types.h 44 char* catgets(nl_catd, int, int, const char*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
nl_types.h 27 /* Value for FLAG parameter of `catgets' to say we want XPG4 compliance. */
47 extern char *catgets (nl_catd __catalog, int __set, int __number,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
nl_types.h 27 /* Value for FLAG parameter of `catgets' to say we want XPG4 compliance. */
47 extern char *catgets (nl_catd __catalog, int __set, int __number,
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 49 #define getstr(n) catgets(catalog, 1, n, errstr[n])
  /external/bison/lib/
strerror_r.c 61 /* Get catgets internationalization functions. */
257 ? catgets (catd, 1, errnum, sys_errlist[errnum])
264 ? catgets (catd, 1, 1 + errnum, sys_errlist[errnum])
  /ndk/sources/android/support/
Android.mk 10 src/musl-locale/catgets.c \
81 src/musl-locale/catgets.c \
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 704 return catgets( __cat, __setid, __msgid, dfault );
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 704 return catgets( __cat, __setid, __msgid, dfault );

Completed in 1280 milliseconds