Home
last modified time | relevance | path

Searched refs:po (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/titanic_51/usr/src/lib/libc/
H A Dmakelibccatalog.sh39 rm -f *.po
48 # Create po files
55 cat messages.po | sed "/^domain/d" > ${i}.po
56 rm -f ${i}.i messages.po
60 # Create po files
77 cat messages.po | sed "/^domain/d" > ${i}.po
78 rm -f ${i}.i messages.po
82 # Copy .po file
[all...]
/titanic_51/usr/src/cmd/tnf/prex/
H A DMakefile34 POFILE=prex.po
35 POFILES=cmd.po fcn.po list.po main.po new.po prbk.po source.po spec.po util.po
[all...]
/titanic_51/usr/src/cmd/print/
H A DMakefile58 POFILE= print.po
69 # To get around this we will define one message file "print.po"
72 # Then concatenate this with the scripts.po file.
77 @/bin/cat messages.po scripts/scripts.po | sed '/domain/d' > $(POFILE)
78 @$(RM) messages.po
88 @/bin/cat messages.po scripts/scripts.po | sed '/domain/d' > $(POFILE)
89 echo 'domain "SUNW_OST_OSCMD"' > SUNW_OST_OSCMD.po
90 cat $(POFILE) >> SUNW_OST_OSCMD.po
[all...]
/titanic_51/usr/src/cmd/valtools/
H A DMakefile34 POFILES= ckdate.po ckgid.po ckint.po ckitem.po \
35 ckkeywd.po ckpath.po ckrange.po ckstr.po \
36 cktime.po ckuid.po ckyor
[all...]
/titanic_51/usr/src/msg/
H A DMakefile99 x="`$(ECHO) $$d/*.po`"; \
100 y="$$d/"'*.po'; \
101 $(RM) $(ROOTMSGDIR)/$$d.po; \
103 for f in $$d/*.po; \
105 $(ECHO) '#'$(PO_LABEL)$$f >> $(ROOTMSGDIR)/$$d.po; \
107 $(ROOTMSGDIR)/$$d.po; \
109 $(CHMOD) $(FILEMODE) $(ROOTMSGDIR)/$$d.po; \
126 $(RM) $(ROOTTIMEDIR)/$$d.po; \
127 for f in $$d/*.po; \
129 $(ECHO) '#'$(PO_LABEL)$$f >> $(ROOTTIMEDIR)/$$d.po; \
[all...]
/titanic_51/usr/src/cmd/diff/
H A DMakefile40 POFILE= diff.po
56 $(COMPILE.cpp) $(SRCS) > diff.po.i
57 $(XGETTEXT) $(XGETFLAGS) diff.po.i
58 sed "/^domain/d" messages.po > $@
59 $(RM) diff.po.i messages.po
65 sed "/^domain/d" messages.po > $@
66 $(RM) diff.dc.i messages.po
/titanic_51/usr/src/lib/gss_mechs/mech_dh/dh1024/
H A DMakefile64 _errlst.po:
65 $(RM) messages.po
67 $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
68 $(RM) messages.po
70 generic.po:
71 $(RM) messages.po
73 $(SED) "/^domain/d" messages.po > $@
74 $(RM) messages.po
/titanic_51/usr/src/lib/gss_mechs/mech_dh/dh192/
H A DMakefile64 _errlst.po:
65 $(RM) messages.po
67 $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
68 $(RM) messages.po
70 generic.po:
71 $(RM) messages.po
73 $(SED) "/^domain/d" messages.po > $@
74 $(RM) messages.po
/titanic_51/usr/src/lib/gss_mechs/mech_dh/dh640/
H A DMakefile64 _errlst.po:
65 $(RM) messages.po
67 $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
68 $(RM) messages.po
70 generic.po:
71 $(RM) messages.po
73 $(SED) "/^domain/d" messages.po > $@
74 $(RM) messages.po
/titanic_51/usr/src/cmd/bart/
H A DMakefile41 POFILE= bart.po
64 $(COMPILE.cpp) $(SRCS) > bart.po.i
65 $(XGETTEXT) $(XGETFLAGS) bart.po.i
66 sed "/^domain/d" messages.po > $@
67 $(RM) bart.po.i messages.po
73 sed "/^domain/d" messages.po > $@
74 $(RM) bart.dc.i messages.po
/titanic_51/usr/src/lib/libnsl/
H A DMakefile68 POFILE= $(LIBRARY:.a=.po)
69 POFILES= generic.po _errlst.po
143 _errlst.po:
144 $(RM) messages.po
146 $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
147 $(RM) messages.po
149 generic.po:
150 $(RM) messages.po
152 $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po >
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/
H A DMakefile54 COMMONPOFILES= $(COMMONOBJS:.o=.po)
57 POFILES= rlogin.po rsh.po rcp.po $(COMMONPOFILES)
58 POFILE= usr.bin.po
101 rlogin.po rcp.po rsh.po \
139 $(COMPILE.cpp) $(COMMONSRCS) > $(@:.po=.c).i
140 $(XGETTEXT) $(XGETFLAGS) $(@:.po
[all...]
/titanic_51/usr/src/cmd/prtdiag/
H A DMakefile.com40 POFILE = prtdiag.po
41 POFILES = $(OBJS:%.o=%.po)
55 %.po: %.c
57 $(BUILD.po)
59 %.po: $(SRCDIR)/%.c
61 $(BUILD.po)
/titanic_51/usr/src/cmd/fs.d/smbclnt/
H A DMakefile40 POFILES= smbutil/smbutil_all.po mount/mount.po umount/umount.po \
41 share/share.po share/unshare.po
42 POFILE= smbclnt.po
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c594 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; in incoming_prefix_opt() local
597 if (8 * po->nd_opt_pi_len != sizeof (*po)) { in incoming_prefix_opt()
605 8 * (int)po->nd_opt_pi_len); in incoming_prefix_opt()
608 if (IN6_IS_ADDR_LINKLOCAL(&po->nd_opt_pi_prefix)) { in incoming_prefix_opt()
618 if ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_AUTO) && in incoming_prefix_opt()
622 if ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_ONLINK) && in incoming_prefix_opt()
644 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; in incoming_prefix_onlink() local
650 plen = po->nd_opt_pi_prefix_len; in incoming_prefix_onlink()
653 prefix_equal(po in incoming_prefix_onlink()
678 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; incoming_prefix_onlink_process() local
728 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; incoming_prefix_stateful() local
796 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; incoming_prefix_addrconf() local
891 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; incoming_prefix_addrconf_process() local
1352 struct nd_opt_prefix_info *po = (struct nd_opt_prefix_info *)opt; verify_prefix_opt() local
[all...]
H A Dtrace.c84 struct nd_opt_prefix_info *po; in print_opt() local
99 po = (struct nd_opt_prefix_info *)opt; in print_opt()
100 if (optlen != sizeof (*po) || in print_opt()
105 inet_ntop(AF_INET6, (void *)&po->nd_opt_pi_prefix, in print_opt()
107 po->nd_opt_pi_prefix_len); in print_opt()
109 (po->nd_opt_pi_flags_reserved & in print_opt()
113 (po->nd_opt_pi_flags_reserved & in print_opt()
117 ntohl(po->nd_opt_pi_valid_time)); in print_opt()
119 ntohl(po->nd_opt_pi_preferred_time)); in print_opt()
/titanic_51/usr/src/cmd/krb5/kadmin/kpasswd/
H A DMakefile16 POFILE = $(PROG).po
17 POFILES = generic.po
62 $(RM) generic.po
64 generic.po:
65 $(RM) messages.po
67 $(SED) "/^domain/d" messages.po > $@
68 $(RM) messages.po
/titanic_51/usr/src/cmd/krb5/kadmin/ktutil/
H A DMakefile16 POFILE = $(PROG).po
17 POFILES = generic.po
54 $(RM) generic.po
56 generic.po:
57 $(RM) messages.po
59 $(SED) "/^domain/d" messages.po > $@
60 $(RM) messages.po
/titanic_51/usr/src/lib/krb5/ss/
H A DMakefile38 POFILE = $(LIBRARY:%.a=%.po)
39 POFILES = generic.po
60 generic.po: FRC
61 $(RM) messages.po
63 $(SED) "/^domain/d" messages.po > $@
64 $(RM) messages.po
/titanic_51/usr/src/lib/krb5/kadm5/clnt/
H A DMakefile38 POFILE= $(LIBRARY:%.a=%.po)
39 POFILES= generic.po
55 generic.po: FRC
56 $(RM) messages.po
58 $(SED) "/^domain/d" messages.po > $@
59 $(RM) messages.po
/titanic_51/usr/src/cmd/praudit/
H A DMakefile38 POFILE = $(PROG).po
39 POFILES = $(OBJS:.o=.po)
66 adt_xlate.po: $(XLATEDIR)/adt_xlate.c
67 $(RM) adt_xlate.po
69 $(SED) "/^domain/d" < messages.po > adt_xlate.po
70 $(RM) messages.po
/titanic_51/usr/src/lib/libldap5/
H A DMakefile41 POFILE= $(LIBRARY:.a=.po)
42 POFILES= generic.po
64 $(RM) generic.po
75 $(RM) messages.po
77 sed "/^domain/d" < messages.po > $@
78 $(RM) messages.po
/titanic_51/usr/src/cmd/krb5/klist/
H A DMakefile18 POFILE = klist.po
19 POFILES = generic.po
56 generic.po:
57 $(RM) messages.po
59 $(SED) "/^domain/d" messages.po > $@
60 $(RM) messages.po
/titanic_51/usr/src/lib/libsldap/
H A DMakefile44 POFILE= $(LIBRARY:.a=.po)
45 POFILES= generic.po
62 $(RM) generic.po
73 $(RM) messages.po
75 sed "/^domain/d" < messages.po > $@
76 $(RM) messages.po
/titanic_51/usr/src/cmd/gss/gsscred/
H A DMakefile42 POFILE = $(PROG).po
43 POFILES = generic.po
83 generic.po: FRC
84 $(RM) messages.po
86 $(SED) "/^domain/d" messages.po > $@
87 $(RM) messages.po

12345678910>>...22