Home
last modified time | relevance | path

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

/coreutils/
D.gitignore157 /m4/po.m4
170 /po/*.gmo
171 /po/*.po
172 /po/.gitignore
173 /po/.reference
174 /po/LINGUAS
175 /po/Makefile.in
176 /po/Makefile.in.in
177 /po/Makevars
178 /po/Makevars.template
[all …]
Dbootstrap676 --skip-po do not download po files
746 --skip-po)
803 if test -d po; then
804 update_po_files po $package || return
807 if test -d runtime-po; then
808 update_po_files runtime-po $package-runtime || return
867 && ls "$ref_po_dir"/*.po 2>/dev/null |
870 langs=$(cd $ref_po_dir && echo *.po | sed 's/\.po//g')
872 for po in $langs; do
873 case $po in x) continue;; esac
[all …]
DMakefile.am20 SUBDIRS = po . gnulib-tests subdir
120 THANKS-to-translators: po/LINGUAS THANKStt.in
123 for lang in `cat $(srcdir)/po/LINGUAS`; do \
Dconfigure.ac698 # As long as "grep 'PRI[diouxX]' po/*.pot" reports matches in
708 po/Makefile.in
DTHANKS.in499 Paul Jarc prj@po.cwru.edu
DNEWS2109 unconverted: po/, gnulib-tests/. One nice side-effect is that the more
/coreutils/src/
Dsort.c2451 char *po = obuf; in key_warnings() local
2457 po = stpcpy (stpcpy (po, "+"), umaxtostr (sword, tmp)); in key_warnings()
2461 stpcpy (stpcpy (po, " -"), umaxtostr (eword + 1, tmp)); in key_warnings()