/titanic_41/usr/src/lib/libast/common/features/ |
H A D | nl_types | 2 lib catopen,nl_langinfo 42 printf("#undef catopen\n"); 43 printf("#define catopen _ast_catopen\n"); 56 printf("extern nl_catd catopen(const char*, int);\n");
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | catopen.c | 47 #undef catopen 62 #define _ast_catopen catopen 103 …if (s && (d = catopen(s, flag)) != (nl_catd)(-1) || !(s = 0) && (d = catopen(name, flag)) != (nl_c… in _ast_catopen()
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_nl_types.h | 81 #undef catopen 82 #define catopen _ast_catopen macro 95 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_nl_types.h | 102 #undef catopen 103 #define catopen _ast_catopen macro 116 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_nl_types.h | 81 #undef catopen 82 #define catopen _ast_catopen macro 95 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_nl_types.h | 102 #undef catopen 103 #define catopen _ast_catopen macro 116 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_nl_types.h | 81 #undef catopen 82 #define catopen _ast_catopen macro 95 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_nl_types.h | 102 #undef catopen 103 #define catopen _ast_catopen macro 116 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_nl_types.h | 102 #undef catopen 103 #define catopen _ast_catopen macro 116 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_nl_types.h | 81 #undef catopen 82 #define catopen _ast_catopen macro 95 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | nl_types | 66 #define _lib_catopen 1 /* catopen() in default lib(s) */ 81 #undef catopen 82 #define catopen _ast_catopen 95 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
H A D | lib | 25 #define _lib_catopen 1 /* catopen() in default lib(s) */
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | nl_types | 66 #define _lib_catopen 1 /* catopen() in default lib(s) */ 81 #undef catopen 82 #define catopen _ast_catopen 95 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | nl_types | 66 #define _lib_catopen 1 /* catopen() in default lib(s) */ 81 #undef catopen 82 #define catopen _ast_catopen 95 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | nl_types | 66 #define _lib_catopen 1 /* catopen() in default lib(s) */ 81 #undef catopen 82 #define catopen _ast_catopen 95 extern __MANGLE__ nl_catd catopen __PROTO__((const char*, int));
|
/titanic_41/usr/src/lib/libxcurses/src/libc/i18n/ |
H A D | m_text.c | 141 if ((catd = catopen(domain, NL_CAT_LOCALE)) == (nl_catd)-1) { 143 if ((catd = catopen(domain, 0)) == (nl_catd)-1) {
|
/titanic_41/usr/src/head/ |
H A D | nl_types.h | 110 nl_catd catopen(const char *, int);
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | catopen.c | 34 #pragma weak _catopen = catopen 61 catopen(const char *name, int oflag) in catopen() function
|
/titanic_41/usr/src/cmd/ast/msgcc/ |
H A D | NOTES | 53 (5) once all this is working I'll do catopen(3) and msggen(1)
|
/titanic_41/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 6 f 1 catopen
|
/titanic_41/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 6 f 1 catopen
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | x86_adm.c | 54 l_catd = catopen("a5k_g_fc_i18n_cat", NL_CAT_LOCALE); in i18n_catopen()
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | translate.c | 142 return catopen(catalog, NL_CAT_LOCALE); in find()
|
/titanic_41/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 77 catopen;
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 177 catopen
|