Searched refs:cs (Results 1 - 25 of 831) sorted by path

1234567891011>>

/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dtexinfo.tex3471 % up a different format (e.g., txi-cs.tex does this).
/netbsd-current/external/bsd/unbound/dist/pythonmod/examples/
H A Ddict.py51 en,cs = itm[0:2]
53 if not (cs in cz_dict):
54 cz_dict[cs] = [en] # [cs] = en
56 cz_dict[cs].append(en) # [cs] = en
59 en_dict[en] = [cs] # [en] = cs
61 en_dict[en].append(cs) # [en] = cs
[all...]
/netbsd-current/external/gpl2/diffutils/dist/
H A Dconfigure14565 tmp=$TMPDIR/cs$$-$RANDOM
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Dcsharpcomp.sh.in28 # Usage: /bin/sh csharpcomp.sh [OPTION] SOURCE.cs ... RES.resource ...
121 *.cs)
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/
H A Dconfigure4815 echo 'class ConfTest { static void Main() { } }' > conftest.cs
4816 cscc -o conftest.exe conftest.cs 2>/dev/null
4818 rm -f conftest.cs conftest.exe
25386 char* cs = nl_langinfo(_NL_LOCALE_NAME(LC_MESSAGES));
27638 char* cs = nl_langinfo(CODESET); return !cs;
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dconfig.charset150 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
567 echo "cs CP852"
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A DMakefile.am42 GNU.Gettext.dll: intl.cs
43 $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ $(srcdir)/intl.cs
45 EXTRA_DIST += intl.cs
67 csdoc -flibrary-name=GNU.Gettext intl.cs | \
70 intl-csharp.texi: intl.cs
71 csdoc -flibrary-name=GNU.Gettext intl.cs | \
H A DMakefile.in289 EXTRA_DIST = intl.cs $(DOC_FILES)
482 GNU.Gettext.dll: intl.cs
483 $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ $(srcdir)/intl.cs
502 csdoc -flibrary-name=GNU.Gettext intl.cs | \
505 intl-csharp.texi: intl.cs
506 csdoc -flibrary-name=GNU.Gettext intl.cs | \
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dconfig.charset151 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
568 echo "cs CP852"
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/
H A Dconfigure5268 echo 'class ConfTest { static void Main() { } }' > conftest.cs
5269 cscc -o conftest.exe conftest.cs 2>/dev/null
5271 rm -f conftest.cs conftest.exe
26044 char* cs = nl_langinfo(_NL_LOCALE_NAME(LC_MESSAGES));
28296 char* cs = nl_langinfo(CODESET); return !cs;
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/
H A DMakefile.am795 hello-csharp/hello.cs \
834 hello-csharp-forms/hello.cs \
H A DMakefile.in943 hello-csharp/hello.cs \
982 hello-csharp-forms/hello.cs \
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
H A DMakefile.am18 hello_SOURCES = hello.cs
48 $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ $(hello_CSHARPLIBS) $(srcdir)/hello.cs
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/po/
H A DMakefile.am9 hello.cs
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/
H A DMakefile.am18 hello_SOURCES = hello.cs
48 $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ $(hello_CSHARPLIBS) $(srcdir)/hello.cs
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/po/
H A DMakefile.am9 hello.cs
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/po/
H A DMakefile.am49 hello-csharp/hello.cs \
50 hello-csharp-forms/hello.cs \
H A DMakefile.in155 hello-csharp/hello.cs \
156 hello-csharp-forms/hello.cs \
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dconfig.charset150 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
567 echo "cs CP852"
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dconfig.charset150 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
567 echo "cs CP852"
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/projects/GNOME/
H A Dteam-address36 cs) english=Czech;;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/projects/KDE/
H A Dteam-address24 cs) english=Czech;;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A DMakefile.in714 msgfmt.cs msgunfmt.cs msgunfmt.tcl
1944 msgfmt.net.exe: msgfmt.cs
1945 $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ $(srcdir)/msgfmt.cs
1947 msgunfmt.net.exe: msgunfmt.cs
1948 $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ -L ../../gettext-runtime/intl-csharp -l GNU.Gettext $(srcdir)/msgunfmt.cs
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dformat-csharp-18 tmpfiles="$tmpfiles f-cs-1.data"
9 cat <<\EOF > f-cs-1.data
57 tmpfiles="$tmpfiles f-cs-1-$n.in f-cs-1-$n.po"
58 cat <<EOF > f-cs-1-$n.in
61 ${XGETTEXT} -L C# -o f-cs-1-$n.po f-cs-1-$n.in || exit 1
62 test -f f-cs-1-$n.po || exit 1
65 if grep csharp-format f-cs-1-$n.po > /dev/null; then
71 if grep csharp-format f-cs
[all...]
H A Dformat-csharp-28 tmpfiles="$tmpfiles f-cs-2.data"
9 cat <<\EOF > f-cs-2.data
48 tmpfiles="$tmpfiles f-cs-2-$n.po f-cs-2-$n.mo"
49 cat <<EOF > f-cs-2-$n.po
56 if ${MSGFMT} --check-format -o f-cs-2-$n.mo f-cs-2-$n.po; then
62 ${MSGFMT} --check-format -o f-cs-2-$n.mo f-cs-2-$n.po 2> /dev/null
71 cat f-cs
[all...]

Completed in 413 milliseconds

1234567891011>>