Searched refs:TXT (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/libiconv-42/libiconv/tests/
H A Dcheck-stateless.bat5 .\table-from %2 > tmp-%2.TXT
6 .\table-to %2 | sort > tmp-%2.INVERSE.TXT
7 fc %1\%2.TXT tmp-%2.TXT
9 if not exist %1\%2.IRREVERSIBLE.TXT goto ELSE_1
10 copy /a %1\%2.TXT /a + %1\%2.IRREVERSIBLE.TXT /a tmp
11 sort < tmp | uniq-u > tmp-orig-%2.INVERSE.TXT
12 fc tmp-orig-%2.INVERSE.TXT tmp-%2.INVERSE.TXT
[all...]
H A Dcheck-stateless12 ./table-from "$charset" > tmp-"$charsetf".TXT
15 ./table-to "$charset" | sort > tmp-"$charsetf".INVERSE.TXT
18 cmp "${srcdir}"/"$charsetf".TXT tmp-"$charsetf".TXT 2> /dev/null && echo '[PASS]' $charset 1 || echo '[FAIL]' $charset 1
21 sed -e '/ .* 0x/d' < "${srcdir}"/"$charsetf".TXT > tmp-noprecomposed-"$charsetf".TXT
22 if test -f "${srcdir}"/"$charsetf".IRREVERSIBLE.TXT; then
23 cat tmp-noprecomposed-"$charsetf".TXT "${srcdir}"/"$charsetf".IRREVERSIBLE.TXT | sort | uniq -u > tmp-orig-"$charsetf".INVERSE.TXT
[all...]
/macosx-10.10.1/libiconv-42/libiconv/tools/
H A DMakefile126 ascii.h : $(TABLESDIR)/glibc-2.1-iconv/ASCII.TXT 8bit_tab_to_h
129 iso8859_1.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-1.TXT 8bit_tab_to_h
132 iso8859_2.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-2.TXT 8bit_tab_to_h
135 iso8859_3.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-3.TXT 8bit_tab_to_h
138 iso8859_4.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-4.TXT 8bit_tab_to_h
141 iso8859_5.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-5.TXT 8bit_tab_to_h
144 iso8859_6.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-6.TXT 8bit_tab_to_h
147 iso8859_7.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-7-2003.TXT 8bit_tab_to_h
150 iso8859_8.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-8.TXT 8bit_tab_to_h
153 iso8859_9.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-9.TXT
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Dgenzone.sh112 txt01 TXT "foo"
113 txt02 TXT "foo" "bar"
114 txt03 TXT foo
115 txt04 TXT foo bar
116 txt05 TXT "foo bar"
117 txt06 TXT "foo\032bar"
118 txt07 TXT foo\032bar
119 txt08 TXT "foo\010bar"
120 txt09 TXT foo\010bar
121 txt10 TXT fo
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/ixfr/
H A Dtests.sh39 nil. 300 TXT "initial AXFR"
69 $DIGCMD nil. TXT | grep 'initial AXFR' >/dev/null || {
76 # We change the IP address of a.nil., and the TXT record at the apex.
86 nil. 300 TXT "initial AXFR"
88 nil. 300 TXT "successful IXFR"
101 $DIGCMD nil. TXT | grep 'successful IXFR' >/dev/null || {
116 nil. 300 TXT "delete-nonexistent-txt-record"
118 nil. 300 TXT "this-txt-record-would-be-added"
124 nil. 300 TXT "fallback AXFR"
135 $DIGCMD nil. TXT | gre
[all...]
/macosx-10.10.1/tidy-15.15/tidy/test/
H A Donetesta.cmd37 @echo ======================================= >> ACCERR.TXT
38 @echo Testing %1 %2 %3 >> ACCERR.TXT
39 @echo ERROR: Can NOT locate [%INFILE%] ... aborting test ... >> ACCERR.TXT
65 REM append results to the ACCERR.TXT file
66 echo ======================================= >> ACCERR.TXT
67 echo %TIDY% -f %MSGFILE% --accessibility-check %ACCESSLEVEL% -config %CFGFILE% --gnu-emacs yes --tidy-mark no -o %TIDYFILE% %INFILE% >> ACCERR.TXT
68 echo FAILED --- test '%TESTEXPECTED%' not detected in file '%MSGFILE%', as follows - >> ACCERR.TXT
69 type %MSGFILE% >> ACCERR.TXT
70 echo FAILED --- test '%TESTEXPECTED%' not detected in above >> ACCERR.TXT
H A Dacctest.cmd38 @echo Running ACCESS TEST suite > ACCERR.TXT
39 @echo Executable = %TIDY% >> ACCERR.TXT
40 @echo Input Folder = %TIDYINPUT% >> ACCERR.TXT
41 @echo Output Folder = %TIDYOUT% >> ACCERR.TXT
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/tsiggss/
H A Dtests.sh47 test_update denied.example.nil. TXT "86400 TXT helloworld" "helloworld" && status=1
54 test_update testdenied.example.nil. TXT "86400 TXT helloworld" "helloworld" || status=1
57 test_update testcname.example.nil. TXT "86400 CNAME testdenied.example.nil" "testdenied" && status=1
60 test_update testcname.example.nil. TXT "86400 CNAME testdenied.example.nil" "testdenied" || status=1
61 test_update testcname.example.nil. TXT "86400 A 10.53.0.13" "10.53.0.13" && status=1
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/bitreader/
H A Dllvm_bitreader.ml6 * License. See LICENSE.TXT for details.
H A Dllvm_bitreader.mli6 * License. See LICENSE.TXT for details.
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmk-ca-bundle.pl293 open(TXT,"$txt") or die "Couldn't open $txt: $!\n";
294 while (<TXT>) {
298 while (<TXT>) {
320 while (<TXT>) {
330 while (<TXT>) {
335 while (<TXT>) {
402 close(TXT) or die "Couldn't close $txt: $!\n";
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml6 * License. See LICENSE.TXT for details.
H A Dllvm_bitwriter.mli6 * License. See LICENSE.TXT for details.
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dbonjour-tests.bat26 :: Special case second argument: "_keys" and "_values" to show bad/missing TXT keys
134 :: B-2. IPP TXT keys test: The IPP TXT record contains all required keys.
135 call :start_test "B-2. IPP TXT keys test"
161 :: B-4. IPP TXT values test: The IPP TXT record values match the reported IPP attribute values.
162 call :start_test "B-4. IPP TXT values test"
224 :: B-5.3 IPPS TXT keys test: The TXT record for IPPS contains all required keys
225 call :start_test "B-5.3 IPPS TXT key
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/xfer/
H A Dtests.sh245 $DIGCMD nil. TXT | grep 'initial AXFR' >/dev/null || {
259 $DIGCMD nil. TXT | grep 'unsigned AXFR' >/dev/null && {
273 $DIGCMD nil. TXT | grep 'bad keydata AXFR' >/dev/null && {
287 $DIGCMD nil. TXT | grep 'partially signed AXFR' >/dev/null && {
301 $DIGCMD nil. TXT | grep 'unknown key AXFR' >/dev/null && {
315 $DIGCMD nil. TXT | grep 'incorrect key AXFR' >/dev/null && {
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dvx_buildcd66 f=$D/README.TXT
79 (cd $D && cp README.TXT $S)
80 (cd $D && cp LICENSE.TXT $S)
/macosx-10.10.1/python_modules-40/tmpprefix/freetype/
H A DMakefile22 cp -f $(FREETYPEDIR)/docs/LICENSE.TXT $(OSL)/$(FREETYPENAMEVERS).txt
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/upforwd/
H A Dtests.sh64 update add updated.example. 600 TXT Foo
92 update add unsigned.example. 600 TXT Foo
126 update add unsigned.nomaster. 600 TXT Foo
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlzexternal/
H A Dtests.sh52 test_update deny.example.nil. TXT "86400 TXT helloworld" "helloworld" should_fail && ret=1
/macosx-10.10.1/libresolv-57/
H A Ddns_util.c542 r->data.TXT = (dns_TXT_record_t *)malloc(size);
543 r->data.TXT->string_count = 0;
544 r->data.TXT->strings = NULL;
548 if (r->data.TXT->string_count == 0)
550 r->data.TXT->strings = (char **)calloc(1, sizeof(char *));
554 r->data.TXT->strings = (char **)realloc(r->data.TXT->strings, (r->data.TXT->string_count + 1) * sizeof(char *));
557 r->data.TXT->strings[r->data.TXT
[all...]
/macosx-10.10.1/apache-793/httpd/docs/conf/extra/
H A Dhttpd-autoindex.conf.in36 AddIconByType (TXT,/icons/text.gif) text/*
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/tsiggss/ns1/
H A Dnamed.conf50 grant testdenied@EXAMPLE.NIL wildcard * TXT;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86CompilationCallback_Win64.asm6 ;; License. See LICENSE.TXT for details.
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_clientshim.c77 const ResourceRecord *TXT; member in struct:__anon10850
264 txtRecord, txtLen, // TXT data, length
447 if (answer->rrtype == kDNSType_TXT && x->TXT == answer) x->TXT = mDNSNULL;
452 if (answer->rrtype == kDNSType_TXT) x->TXT = answer;
453 if (x->SRV && x->TXT && x->callback)
459 x->SRV->rdata->u.srv.port.NotAnInteger, x->TXT->rdlength, (unsigned char*)x->TXT->rdata->u.txt.c, x->context);
500 x->TXT = mDNSNULL;
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c295 else if (!strcasecmp(s, "TXT" )) return(kDNSServiceType_TXT);
490 fprintf(stderr, "%s -R <Name> <Type> <Domain> <Port> [<TXT>...] (Register a service)\n", arg0);
493 fprintf(stderr, "%s -P <Name> <Type> <Domain> <Port> <Host> <IP> [<TXT>...] (Proxy)\n", arg0);
510 fprintf(stderr, "%s -U (Test updating a TXT record)\n", arg0);
512 fprintf(stderr, "%s -T (Test creating a large TXT record)\n", arg0);
513 fprintf(stderr, "%s -M (Test creating a registration with multiple TXT records)\n", arg0);
514 fprintf(stderr, "%s -I (Test registering and then immediately updating TXT record)\n", arg0);
650 printf("%-47s TXT ", n);
763 // Don't show degenerate TXT records containing nothing but a single empty string
804 printf("Updating Test TXT recor
1659 static const char TXT[] = "\\xC" "First String" "\\xD" "Second String" "\\xC" "Third String"; local
1667 char TXT[1024]; local
1690 static const char TXT[] = "\\x09" "Test Data"; local
[all...]

Completed in 170 milliseconds

12