OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_catd
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
nl_types.h
34
typedef void *
nl_catd
;
typedef
43
extern
nl_catd
catopen (__const char *__cat_name, int __flag) __nonnull ((1));
47
extern char *catgets (
nl_catd
__catalog, int __set, int __number,
51
extern int catclose (
nl_catd
__catalog) __THROW __nonnull ((1));
/external/stlport/src/
c_locale.h
45
typedef
nl_catd
nl_catd_type;
/ndk/sources/cxx-stl/stlport/src/
c_locale.h
45
typedef
nl_catd
nl_catd_type;
Completed in 120 milliseconds