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

  /bionic/libc/bionic/
nl_types.cpp 33 nl_catd catopen(const char*, int) { function
  /bionic/libc/include/
nl_types.h 42 nl_catd catopen(const char* __name, int __flag) __INTRODUCED_IN(26);
  /bionic/tests/headers/posix/
nl_types_h.c 42 FUNCTION(catopen, nl_catd (*f)(const char*, int));
  /bionic/tests/
nl_types_test.cpp 23 nl_catd cat = catopen("/does/not/exist", NL_CAT_LOCALE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
nl_types.h 43 extern nl_catd catopen (__const char *__cat_name, int __flag) __nonnull ((1));
  /device/linaro/bootloader/edk2/StdLib/Include/
nl_types.h 92 nl_catd catopen(const char *, int);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
7-1.c 131 messcat = catopen("./" MESSCAT_OUT, 0);
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 325 catalog = catopen("grep", NL_CAT_LOCALE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 497 #define catopen(...) (pthread_testcancel(), catopen(__VA_ARGS__)) macro
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 57 #define catopen _catopen

Completed in 308 milliseconds