/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | NOTES | 1 2000-04-01 ast message catalog plan 3 (1) error_info.dictionary should be error_info.catalog 6 (catalog == enumerated list) 13 e.g., commands in src/cmd/std will use the "std" catalog; all of the 14 commands in src/lib/libcmd will use the "libcmd" catalog 16 nmake will add "[--catalog?$(CATALOG)]" to USAGE_LICENSE 17 optget() will set error_info.catalog if not defined on the first call 22 error_info.catalog = ERROR_CATALOG; 29 (3) add catalog argument to libcmd <cmd.h> cmdinit(argv, context, catalog) 34 each Makefile will generate one catalog $(CATALOG).msg where
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cmdinit.c | 30 _cmd_init(int argc, char** argv, Shbltin_t* context, const char* catalog, int flags) in _cmd_init() argument 55 if (!error_info.catalog) in _cmd_init() 56 error_info.catalog = catalog; in _cmd_init() 70 cmdinit(char** argv, Shbltin_t* context, const char* catalog, int flags) in cmdinit() argument 72 _cmd_init(0, argv, context, catalog, flags); in cmdinit()
|
H A D | cmd.h | 73 cmdinit(int argc, register char** argv, Shbltin_t* context, const char* catalog, int flags) in cmdinit() argument 85 if (!error_info.catalog) in cmdinit() 86 error_info.catalog = (char*)catalog; in cmdinit()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | error.c | 364 const char* catalog; in errorv() local 395 catalog = (char*)id; in errorv() 396 if (!*catalog || *catalog == ':') in errorv() 398 catalog = 0; in errorv() 401 else if ((library = strchr(catalog, ':')) && !*++library) in errorv() 406 catalog = 0; in errorv() 409 if (catalog) in errorv() 414 catalog = error_info.catalog; in errorv() 462 catalog ? catalog : ERROR_translate(NiL, NiL, ast.id, "DEFAULT"), in errorv() 531 format = ERROR_translate(NiL, id, catalog, format); in errorv() [all …]
|
H A D | optget.c | 694 match(char* s, char* t, int version, const char* id, const char* catalog) in match() argument 710 if (catalog) in match() 714 x = T(id, catalog, w); in match() 967 p->catalog = 0; in init() 1098 p->catalog = s += 8; in init() 1109 if (s = p->catalog) in init() 1110 …p->catalog = ((t = strchr(s, ']')) && (!p->id || (t - s) != strlen(p->id) || !strneq(s, p->id, t -… in init() 1111 if (!p->catalog) in init() 1113 if (opt_info.disc && opt_info.disc->catalog && (!p->id || !streq(opt_info.disc->catalog, p->id))) in init() 1114 p->catalog = opt_info.disc->catalog; in init() [all …]
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | gnu_msgfmt.h | 93 struct catalog { struct 105 struct catalog *next; /* next catalog */ argument 124 extern struct messages *search_msg(struct catalog *, 142 extern struct catalog *catalog_head;
|
/illumos-gate/usr/src/cmd/fs.d/zfs/ |
H A D | Makefile | 32 catalog:= TARGET= catalog macro 40 catalog: target
|
/illumos-gate/usr/src/cmd/sgs/messages/ |
H A D | Makefile | 35 catalog := TARGET= catalog macro 41 all clean clobber install catalog chkmsg: $(SUBDIRS) target
|
/illumos-gate/usr/src/cmd/sgs/size/ |
H A D | Makefile | 36 catalog := TARGET= catalog macro 42 all clean clobber install catalog chkmsg: \ target
|
/illumos-gate/usr/src/lib/libsmedia/plugins/ |
H A D | Makefile | 38 catalog := TARGET= catalog macro 40 all install install_h clean clobber catalog: $(SUBDIRS) target
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/ |
H A D | Makefile | 34 catalog:= TARGET= catalog macro 41 all chkmsg catalog clean clobber install: \ target
|
/illumos-gate/usr/src/cmd/fs.d/nfs/tests/ |
H A D | Makefile | 37 catalog:= TARGET= catalog macro 45 catalog: $(SUBDIRS) target
|
/illumos-gate/usr/src/lib/crypt_modules/ |
H A D | Makefile | 38 catalog := TARGET= catalog macro 44 all clean clobber catalog package install _msg: $(SUBDIRS) target
|
/illumos-gate/usr/src/cmd/sgs/ |
H A D | Makefile.sub | 38 catalog := TARGET= catalog 44 all clean clobber install catalog chkmsg: \
|
/illumos-gate/usr/src/cmd/fs.d/hsfs/ |
H A D | Makefile | 37 catalog:= TARGET= catalog macro 51 catalog: $(SUBDIR2) target
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/ |
H A D | Makefile | 37 catalog:= TARGET= catalog macro 50 catalog: $(POFILE) target
|
/illumos-gate/usr/src/cmd/fs.d/udfs/ |
H A D | Makefile | 34 catalog:= TARGET= catalog macro 47 catalog: $(POFILE) target
|
/illumos-gate/usr/src/cmd/lp/lib/ |
H A D | Makefile | 54 catalog := TARGET= catalog macro 69 catalog: $(SUBDIRS) target
|
/illumos-gate/usr/src/cmd/krb5/kadmin/ |
H A D | Makefile | 35 catalog := TARGET= catalog macro 43 all clean clobber delete install catalog package: $(SUBDIRS) target
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | mc.c | 57 mcfind(const char* locale, const char* catalog, int category, int nls, char* path, size_t size) in mcfind() argument 80 if (catalog && *catalog == '/') in mcfind() 82 i = eaccess(catalog, R_OK); in mcfind() 86 strlcpy(path, catalog, size); in mcfind() 123 v = catalog; in mcfind() 153 if (!catalog) in mcfind() 184 else if (!catalog) in mcfind() 187 strlcpy(file, catalog, elementsof(file)); in mcfind() 190 …if (s = pathpath(file, "", (!catalog && category == AST_LC_MESSAGES) ? PATH_READ : (PATH_REGULAR|P… in mcfind()
|
/illumos-gate/usr/src/cmd/krb5/ |
H A D | Makefile | 27 catalog := TARGET= catalog macro 33 all clean clobber delete install catalog package: $(SUBDIRS) target
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/ |
H A D | Makefile | 48 catalog:= TARGET= catalog macro 56 catalog: $(SUBDIRS_CATALOG) target
|
/illumos-gate/usr/src/cmd/fs.d/nfs/ |
H A D | Makefile | 57 catalog:= TARGET= catalog macro 65 catalog: $(SUBDIR2) target
|
/illumos-gate/usr/src/cmd/fs.d/ufs/ |
H A D | Makefile | 47 catalog:= TARGET= catalog macro 60 catalog: $(POFILE) target
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/ |
H A D | Makefile | 39 catalog := TARGET= catalog macro 49 all clean delete install catalog package: $(SUBDIRS) target
|