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

  /bionic/libc/bionic/
nl_types.cpp 37 char* catgets(nl_catd, int, int, const char* message) { function
  /bionic/libc/include/
nl_types.h 43 char* catgets(nl_catd __catalog, int __set_number, int __msg_number, const char* __msg) __INTRODUCED_IN(26);
  /bionic/tests/headers/posix/
nl_types_h.c 41 FUNCTION(catgets, char* (*f)(nl_catd, int, int, const char*));
  /bionic/tests/
nl_types_test.cpp 26 ASSERT_STREQ("hello, world!", catgets(cat, NL_SETD, 0, "hello, world!"));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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,
  /device/linaro/bootloader/edk2/StdLib/Include/
nl_types.h 93 char *catgets(nl_catd, int, int, const char *)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
7-1.c 67 msg = catgets(cat, i, j, "not found");
70 UNRESOLVED(errno, "catgets returned an error");
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 49 #define getstr(n) catgets(catalog, 1, n, errstr[n])
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 496 #define catgets(...) (pthread_testcancel(), catgets(__VA_ARGS__)) macro
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 56 #define catgets _catgets

Completed in 363 milliseconds