Home
last modified time | relevance | path

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

/f-stack/tools/libxo/tests/gettext/
H A DMakefile.am58 po/pig_latin/gt_01.po \
59 po/pig_latin/ldns.po \
60 po/pig_latin/strerror.po
156 ${MV} po/$$lang/$$base.po \
157 po/$$lang/$$base.po.old ; \
159 po/$$lang/$$base.po ; \
168 ${MV} po/$$lang/$$base.po \
171 po/$$lang/$$base.po ; \
184 (${DB} ${CP} po/$$lang/$$base.po ${srcdir}/po/$$lang/$$base.po ); \
206 ${XODIFF} ${srcdir}/po/$$lang/$$base.po po/$$lang/$$base.po ; \
[all …]
/f-stack/freebsd/sys/
H A Dpmclog.h303 void pmclog_proc_ignite(void *handle, struct pmc_owner *po);
305 void pmclog_process_closelog(struct pmc_owner *po);
306 void pmclog_process_dropnotify(struct pmc_owner *po);
307 void pmclog_process_map_in(struct pmc_owner *po, pid_t pid,
309 void pmclog_process_map_out(struct pmc_owner *po, pid_t pid,
/f-stack/freebsd/contrib/openzfs/config/
H A Dpo.m41 # po.m4 serial 30 (gettext-0.20)
22 dnl Checks for all prerequisites of the po subdirectory.
32 dnl the gettext macros and po/Makefile.in.in are in sync.
64 rm -f messages.po
99 AC_CONFIG_COMMANDS([po-directories], [[
159 POFILES="$POFILES $srcdirpre$lang.po"
160 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
352 POFILES="$POFILES $srcdirpre$lang.po"
353 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
414 $frobbedlang.msg: $lang.po
[all …]
H A Dgettext.m4340 dnl We need to process the po/ directory.
341 POSUB=po
/f-stack/tools/libxo/doc/
H A Dxopo.rst11 files (".po" files).
14 a filter for processing a .po or .pot file, rewriting the "*msgid*"
27 -f <file> Use the given .po file as input
H A Dhowto.rst284 the source for a message catalog in the "*portable object*" (.po)
298 all .po files. The simplified version can be generated for a single
317 cp foo.pot po/LC/my_lang/foo.po
320 msgmerge --no-wrap po/LC/my_lang/foo.po \
321 foo.pot -o po/LC/my_lang/foo.po.new
323 # Now the hard part: translate foo.po using tools
324 # like poedit or emacs' po-mode
328 msgfmt -v -o po/my_lang/LC_MESSAGES/foo.mo po/my_lang/foo.po
331 sudo cp po/my_lang/LC_MESSAGES/foo.mo \
H A Dfield-roles.rst154 inspection of all .po files.
/f-stack/dpdk/
H A D.gitignore17 cscope.out.po
/f-stack/freebsd/
H A DMakefile36 rm -f cscope.files cscope.out cscope.in.out cscope.po.out
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c2089 u_32_t po; local
2091 po = frp->frp_port;
2099 if (pop != po) /* EQUAL */
2103 if (pop == po) /* NOTEQUAL */
2107 if (pop >= po) /* LESSTHAN */
2111 if (pop <= po) /* GREATERTHAN */
2115 if (pop > po) /* LT or EQ */
2119 if (pop < po) /* GT or EQ */
2123 if (pop >= po && pop <= frp->frp_top) /* Out of range */
2127 if (pop <= po || pop >= frp->frp_top) /* In range */
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h1247 …uint32_t po : 1; /**< Port Owner.This bit unconditionally goes to a 0b … member
1381 uint32_t po : 1;
/f-stack/freebsd/netpfil/pf/
H A Dpf.c2192 u_int16_t po = *p; in pf_change_ap() local
2214 *pc = pf_proto_cksum_fixup(m, *pc, po, pn, u); in pf_change_ap()
2231 *pc = pf_proto_cksum_fixup(m, *pc, po, pn, u); in pf_change_ap()