/titanic_41/usr/src/lib/libc/ |
H A D | makelibccatalog.sh | 39 rm -f *.po 55 cat messages.po | sed "/^domain/d" > ${i}.po 56 rm -f ${i}.i messages.po 77 cat messages.po | sed "/^domain/d" > ${i}.po 78 rm -f ${i}.i messages.po 84 cp *.po ${MSGDIR} 89 rm -f *.po ${rmerr} 95 rm -f messages.po regerror.po 98 cat messages.po | sed "/^domain/d" > regerror.po 99 rm -f regerror.i messages.po [all …]
|
/titanic_41/usr/src/cmd/tnf/prex/ |
H A D | Makefile | 34 POFILE=prex.po 35 POFILES=cmd.po fcn.po list.po main.po new.po prbk.po source.po spec.po util.po
|
/titanic_41/usr/src/cmd/valtools/ |
H A D | Makefile | 34 POFILES= ckdate.po ckgid.po ckint.po ckitem.po \ 35 ckkeywd.po ckpath.po ckrange.po ckstr.po \ 36 cktime.po ckuid.po ckyorn.po puttext.po 44 POFILE= valtools.po
|
/titanic_41/usr/src/cmd/print/ |
H A D | Makefile | 59 POFILE= print.po 78 @/bin/cat messages.po scripts/scripts.po | sed '/domain/d' > $(POFILE) 79 @$(RM) messages.po 89 @/bin/cat messages.po scripts/scripts.po | sed '/domain/d' > $(POFILE) 90 echo 'domain "SUNW_OST_OSCMD"' > SUNW_OST_OSCMD.po 91 cat $(POFILE) >> SUNW_OST_OSCMD.po 92 msgfmt SUNW_OST_OSCMD.po 93 @$(RM) messages.po $(POFILE) SUNW_OST_OSCMD.po
|
/titanic_41/usr/src/msg/ |
H A D | Makefile | 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; \ 131 $(ROOTTIMEDIR)/$$d.po; \ 133 $(CHMOD) $(FILEMODE) $(ROOTTIMEDIR)/$$d.po; \
|
/titanic_41/usr/src/cmd/diff/ |
H A D | Makefile | 40 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_41/usr/src/lib/gss_mechs/mech_dh/dh640/ |
H A D | Makefile | 64 _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_41/usr/src/lib/gss_mechs/mech_dh/dh1024/ |
H A D | Makefile | 64 _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_41/usr/src/lib/gss_mechs/mech_dh/dh192/ |
H A D | Makefile | 64 _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_41/usr/src/cmd/bart/ |
H A D | Makefile | 41 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_41/usr/src/lib/libnsl/ |
H A D | Makefile | 68 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 > $@ 153 $(RM) messages.po
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | Makefile | 53 COMMONPOFILES= $(COMMONOBJS:.o=.po) 56 POFILES= rlogin.po rsh.po rcp.po $(COMMONPOFILES) 57 POFILE= usr.bin.po 102 rlogin.po rcp.po rsh.po \ 140 $(COMPILE.cpp) $(COMMONSRCS) > $(@:.po=.c).i 141 $(XGETTEXT) $(XGETFLAGS) $(@:.po=.c).i 143 sed "/^domain/d" < messages.po > $@ 144 $(RM) messages.po $(@:.po=.c).i
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 594 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->nd_opt_pi_prefix, pr->pr_prefix, plen)) { in incoming_prefix_onlink() 662 validtime = ntohl(po->nd_opt_pi_valid_time); in incoming_prefix_onlink() [all …]
|
H A D | trace.c | 84 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_41/usr/src/cmd/prtdiag/ |
H A D | Makefile.com | 40 POFILE = prtdiag.po 41 POFILES = $(OBJS:%.o=%.po) 55 %.po: %.c 57 $(BUILD.po) 59 %.po: $(SRCDIR)/%.c 61 $(BUILD.po)
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/ |
H A D | Makefile | 40 POFILES= smbutil/smbutil_all.po mount/mount.po umount/umount.po \ 41 share/share.po share/unshare.po 42 POFILE= smbclnt.po
|
/titanic_41/usr/src/cmd/krb5/kadmin/ktutil/ |
H A D | Makefile | 16 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_41/usr/src/cmd/krb5/kadmin/kpasswd/ |
H A D | Makefile | 16 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_41/usr/src/lib/krb5/ss/ |
H A D | Makefile | 38 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_41/usr/src/lib/krb5/kadm5/clnt/ |
H A D | Makefile | 38 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_41/usr/src/cmd/praudit/ |
H A D | Makefile | 38 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_41/usr/src/lib/libldap5/ |
H A D | Makefile | 41 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_41/usr/src/cmd/krb5/klist/ |
H A D | Makefile | 18 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_41/usr/src/lib/libsldap/ |
H A D | Makefile | 44 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_41/usr/src/cmd/krb5/kdestroy/ |
H A D | Makefile | 18 POFILE = kdestroy.po 19 POFILES = generic.po 55 generic.po: 56 $(RM) messages.po 58 $(SED) "/^domain/d" messages.po > $@ 59 $(RM) messages.po
|