/osnet-11/usr/src/lib/libcmd/common/ |
H A D | cmdinit.c | 30 _cmd_init(int argc, char** argv, void* context, const char* catalog, int flags) argument 55 if (!error_info.catalog) 56 error_info.catalog = catalog; 70 cmdinit(char** argv, void* context, const char* catalog, int flags) argument 72 _cmd_init(0, argv, context, catalog, flags);
|
H A D | cmd.h | 73 cmdinit(int argc, register char** argv, void* context, const char* catalog, int flags) argument 85 if (!error_info.catalog) 86 error_info.catalog = (char*)catalog;
|
/osnet-11/usr/src/lib/libsmedia/plugins/ |
H A D | Makefile | 42 catalog := TARGET= catalog macro 44 all install install_h clean clobber lint catalog : $(SUBDIRS)
|
/osnet-11/usr/src/lib/libplot/vt0/ |
H A D | Makefile | 36 catalog := TARGET= catalog macro 43 all clean clobber delete install lint catalog package \
|
/osnet-11/usr/src/lib/crypt_modules/ |
H A D | Makefile | 38 catalog := TARGET= catalog macro 49 all lint clean clobber catalog package install _msg: $(SUBDIRS)
|
/osnet-11/usr/src/lib/libldap4/ |
H A D | Makefile | 36 catalog := TARGET= catalog macro 43 all clean clobber delete install lint catalog package \
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | m_nls.h | 42 extern char *m_nlspath(const char* catalog, int mode);
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | errorx.c | 45 cat = (const char*)error_info.catalog;
|
H A D | optget.c | 676 match(char* s, char* t, int version, const char* id, const char* catalog) argument 692 if (catalog) 696 x = T(id, catalog, w); 949 p->catalog = 0; 1079 if (strneq(s, "catalog?", 8)) 1080 p->catalog = s += 8; 1091 if (s = p->catalog) 1092 p->catalog = ((t = strchr(s, ']')) && (!p->id || (t - s) != strlen(p->id) || !strneq(s, p->id, t - s))) ? save(s, t - s, 0, 0, 0, 0) : (char*)0; 1093 if (!p->catalog) 1095 if (opt_info.disc && opt_info.disc->catalog 1225 localize(Push_t* psp, char* s, char* e, int term, int n, Sfio_t* ip, int version, char* id, char* catalog) argument 1273 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f, Sfio_t* ip, int version, char* id, char* catalog) argument 1598 args(register Sfio_t* sp, register char* p, register int n, int flags, int style, Sfio_t* ip, int version, char* id, char* catalog) argument 1675 item(Sfio_t* sp, char* s, int about, int level, int style, Sfio_t* ip, int version, char* id, char* catalog) argument 1770 trace_textout(Sfio_t* sp, register char* p, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int line) argument 1783 textout(Sfio_t* sp, register char* s, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog) argument 2352 char* catalog; local 4032 opterror(register char* p, int err, int version, char* id, char* catalog) argument 4167 char* catalog; local [all...] |
/osnet-11/usr/src/lib/libbsdmalloc/ |
H A D | Makefile.com | 64 _msg: $(MSGDOMAIN) catalog 66 catalog:
|
/osnet-11/usr/src/lib/cfgadm_plugins/ac/ |
H A D | Makefile | 39 catalog := TARGET= catalog macro 52 all clean clobber delete install lint catalog package: $(SUBDIRS)
|
/osnet-11/usr/src/cmd/ldap/ |
H A D | Makefile | 26 catalog := TARGET= catalog macro 39 all clobber delete install lint catalog package: $(SUBDIRS)
|
/osnet-11/usr/src/lib/libcmd/amd64/include/ast/ |
H A D | cmd.h | 84 cmdinit __PARAM__((int argc, register char** argv, __V_* context, const char* catalog, int flags), (argc, argv, context, catalog, flags)) __OTORP__(int argc; register char** argv; __V_* context; const char* catalog; int flags;){ 95 if (!error_info.catalog) 96 error_info.catalog = (char*)catalog;
|
/osnet-11/usr/src/lib/libcmd/i386/include/ast/ |
H A D | cmd.h | 84 cmdinit __PARAM__((int argc, register char** argv, __V_* context, const char* catalog, int flags), (argc, argv, context, catalog, flags)) __OTORP__(int argc; register char** argv; __V_* context; const char* catalog; int flags;){ 95 if (!error_info.catalog) 96 error_info.catalog = (char*)catalog;
|
/osnet-11/usr/src/lib/libcmd/sparc/include/ast/ |
H A D | cmd.h | 84 cmdinit __PARAM__((int argc, register char** argv, __V_* context, const char* catalog, int flags), (argc, argv, context, catalog, flags)) __OTORP__(int argc; register char** argv; __V_* context; const char* catalog; int flags;){ 95 if (!error_info.catalog) 96 error_info.catalog = (char*)catalog;
|
/osnet-11/usr/src/lib/libcmd/sparcv9/include/ast/ |
H A D | cmd.h | 84 cmdinit __PARAM__((int argc, register char** argv, __V_* context, const char* catalog, int flags), (argc, argv, context, catalog, flags)) __OTORP__(int argc; register char** argv; __V_* context; const char* catalog; int flags;){ 95 if (!error_info.catalog) 96 error_info.catalog = (char*)catalog;
|
/osnet-11/usr/src/lib/libsldap/ |
H A D | Makefile | 36 catalog := TARGET= catalog macro 50 all clean clobber delete install lint catalog \
|
/osnet-11/usr/src/lib/crypt_modules/bsdmd5/ |
H A D | Makefile | 47 catalog:
|
/osnet-11/usr/src/lib/crypt_modules/sha256/ |
H A D | Makefile | 46 catalog:
|
/osnet-11/usr/src/lib/crypt_modules/sha512/ |
H A D | Makefile | 47 catalog:
|
/osnet-11/usr/src/lib/crypt_modules/sunmd5/ |
H A D | Makefile | 47 catalog:
|
/osnet-11/usr/src/lib/libsmedia/ |
H A D | Makefile | 37 _msg := TARGET= catalog
|
/osnet-11/usr/src/lib/crypt_modules/bsdbf/ |
H A D | Makefile | 47 catalog:
|
/osnet-11/usr/src/lib/pam_modules/ |
H A D | Makefile | 57 catalog := TARGET= _msg macro
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/ |
H A D | Object.xs | 14 extern char *catalog_id_str(ea_catalog_t catalog); 209 # Return a copy of the catalog of the object. 212 catalog(self) 336 match_catalog(self, catalog) 338 SV *catalog; 340 RETVAL = ea_match_object_catalog(self->ea_obj, catalog_value(catalog)); 381 new(class, catalog, value) 383 SV *catalog; 394 ea_obj->eo_catalog = catalog_value(catalog); 464 new(class, catalog, [all...] |