Home
last modified time | relevance | path

Searched refs:TEXT_DOMAIN (Results 1 – 25 of 830) sorted by path

12345678910>>...34

/illumos-gate/usr/src/
H A DMakefile.msg.targ47 $(RM) messages.po $(TEXT_DOMAIN).po; \
48 $(TOUCH) $(TEXT_DOMAIN).po; \
52 messages.po $(TEXT_DOMAIN).po > $(POFILE); \
53 $(RM) messages.po $(TEXT_DOMAIN).po
/illumos-gate/usr/src/cmd/
H A DMakefile.cmd475 TEXT_DOMAIN= SUNW_OST_OSCMD
H A DMakefile.targ66 $(SED) -e "s/TEXT_DOMAIN/${TEXT_DOMAIN}/g" $(KSHPROG).ksh > $@
71 $(SED) -e "s/TEXT_DOMAIN/${TEXT_DOMAIN}/g" $(BASHPROG).bash > $@
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl50 textdomain(TEXT_DOMAIN);
H A Dappcert.pl51 textdomain(TEXT_DOMAIN);
H A Dsymcheck.pl48 textdomain(TEXT_DOMAIN);
H A Dsymprof.pl53 textdomain(TEXT_DOMAIN);
H A Dsymreport.pl47 textdomain(TEXT_DOMAIN);
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c105 #if !defined(TEXT_DOMAIN) /* Should be defined by cc -D */ in main()
106 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it weren't */ in main() macro
108 (void) textdomain(TEXT_DOMAIN); in main()
/illumos-gate/usr/src/cmd/acctadm/
H A Dmain.c136 (void) textdomain(TEXT_DOMAIN); in main()
/illumos-gate/usr/src/cmd/allocate/
H A Dadd_allocatable.c74 #if !defined(TEXT_DOMAIN) in main()
75 #define TEXT_DOMAIN "SYS_TEST" in main() macro
77 (void) textdomain(TEXT_DOMAIN); in main()
H A Dallocate.c45 #if !defined(TEXT_DOMAIN)
46 #define TEXT_DOMAIN "SUNW_OST_OSCMD" macro
268 (void) textdomain(TEXT_DOMAIN); in main()
H A Ddminfo.c44 #if !defined(TEXT_DOMAIN)
45 #define TEXT_DOMAIN "SUNW_BSM_DMINFO" macro
127 (void) textdomain(TEXT_DOMAIN); in main()
H A Dmkdevalloc.c76 #ifndef TEXT_DOMAIN
77 #define TEXT_DOMAIN "SUNW_OST_OSCMD" macro
167 (void) textdomain(TEXT_DOMAIN); in main()
/illumos-gate/usr/src/cmd/amt/
H A DMakefile35 TEXT_DOMAIN=SUNW_OST_OSCMD macro
66 $(RM) $(TEXT_DOMAIN).po
67 $(XGETTEXT) -s -d $(TEXT_DOMAIN) $<
68 $(MV) $(TEXT_DOMAIN).po $@
H A Damt.c70 #if !defined(TEXT_DOMAIN)
71 #define TEXT_DOMAIN "SYS_TEST" macro
107 (void) textdomain(TEXT_DOMAIN); in main()
/illumos-gate/usr/src/cmd/asa/
H A Dasa.c59 #if !defined(TEXT_DOMAIN) /* Should be defined by cc -D */ in main()
60 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it were not */ in main() macro
63 (void) textdomain(TEXT_DOMAIN); in main()
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dmain.cc39 #if !defined(TEXT_DOMAIN) /* Should be defined by cc -D */
40 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it weren't */ macro
87 (void) textdomain(TEXT_DOMAIN); in main()
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c45 #if !defined(TEXT_DOMAIN) /* Should be defined by cc -D */
46 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it weren't */ macro
1260 (void) textdomain(TEXT_DOMAIN); in main()
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c58 #if !defined(TEXT_DOMAIN) /* Should be defined by cc -D */
59 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it weren't */ macro
276 (void) textdomain(TEXT_DOMAIN); in main()
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c62 #if !defined(TEXT_DOMAIN) /* Should be defined by cc -D */
63 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it weren't */ macro
193 (void) textdomain(TEXT_DOMAIN); in main()
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c48 #if !defined(TEXT_DOMAIN) /* Should be defined by cc -D */
49 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it weren't */ macro
487 (void) textdomain(TEXT_DOMAIN); in main()
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioError.h38 #if !defined(TEXT_DOMAIN) /* Should be defined by cc -D */
39 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it weren't */ macro
42 #define _MGET_(str) (char *)dgettext(TEXT_DOMAIN, str)
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c54 #define _MGET_(str) (char *)dgettext(TEXT_DOMAIN, str)
/illumos-gate/usr/src/cmd/audit/
H A DMakefile29 TEXT_DOMAIN=SUNW_OST_OSCMD macro

12345678910>>...34