OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:catopen
(Results
1 - 9
of
9
) sorted by null
/ndk/sources/android/support/src/musl-locale/
catopen.c
3
nl_catd
catopen
(const char *name, int oflag)
function
/ndk/sources/android/support/include/
nl_types.h
43
nl_catd
catopen
(const char*, int);
/prebuilts/ndk/current/sources/android/support/include/
nl_types.h
43
nl_catd
catopen
(const char*, int);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
nl_types.h
43
extern nl_catd
catopen
(__const char *__cat_name, int __flag) __nonnull ((1));
/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));
/external/bison/lib/
strerror_r.c
254
nl_catd catd =
catopen
("libc", NL_CAT_LOCALE);
261
nl_catd catd =
catopen
("perror", NL_CAT_LOCALE);
/ndk/sources/android/support/
Android.mk
10
src/musl-locale/
catopen
.c
51
src/musl-locale/
catopen
.c \
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c
325
catalog =
catopen
("grep", NL_CAT_LOCALE);
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
693
return
catopen
( __cat_name, NL_CAT_LOCALE );
Completed in 432 milliseconds