Searched refs:txt (Results 1 - 25 of 182) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/install/
H A DMakefile3 COPY= magic.txt magic.s5.be.txt magic.s5.le.txt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drsrc001.tcl33 set oid1 [open $testdir/rsrc.txt w]
38 -recno -source $testdir/rsrc.txt} $testfile]
47 set oid1 [open $testdir/rsrc.txt a]
48 set oid2 [open $testdir/check.txt w]
50 # This one was already put into rsrc.txt.
66 -recno -source $testdir/rsrc.txt} $testfile]
80 set oid [open $testdir/rsrc.txt]
96 Rsrc001:diff($testdir/rsrc.txt,$testdir/check.txt) \
97 [filecmp $testdir/rsrc.txt
[all...]
H A Drsrc002.tcl23 set oid1 [open $testdir/rsrc.txt w]
24 set oid2 [open $testdir/check.txt w]
38 -recno -source $testdir/rsrc.txt} $testfile]
62 Rsrc002:diff($testdir/rsrc.txt,$testdir/check.txt) \
63 [filecmp $testdir/rsrc.txt $testdir/check.txt] 0
H A Drsrc003.tcl44 set oid1 [open $testdir/rsrc.txt w]
45 set oid2 [open $testdir/check.txt w]
75 -len $reclen -source $testdir/rsrc.txt} $testfile]
91 set oid [open $testdir/rsrc.txt]
108 diff1($testdir/rsrc.txt,$testdir/check.txt) \
109 [filecmp $testdir/rsrc.txt $testdir/check.txt] 0
113 set oid [open $testdir/check.txt a]
126 set ret [filecmp $testdir/rsrc.txt
[all...]
H A Dtxn007.tcl38 set txt [lindex $i 0]
39 if { [string equal $txt {Times log written}] == 1 } {
42 if { [string equal $txt {Times log flushed to disk}] == 1 } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printing/
H A DVampireDriversFunctions283 # list under the name of '\${nthost}/enumdrivers3list.txt' (ie. it
315 ${nthost}/enumdrivers3list.txt;
317 NUMBEROFDIFFERENTDRIVERNAMES=$( grep "Driver Name:" ${nthost}/enumdrivers3list.txt \
329 enumdrivers3list=`cat ${nthost}/enumdrivers3list.txt`;
349 # and the file '\${nthost}/enumdrivers3list.txt' to exist.
353 # WHAT IT DOES: This function dissects the '\${nthost}/enumdrivers3list.txt'
355 # - '\${nthost}/drvrlst.txt'
356 # - '\${nthost}/completedriverlist.txt'
375 cat ${nthost}/enumdrivers3list.txt \
384 ${nthost}/drvrlst.txt;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/doc/
H A DMakefile.am9 rfc3533.txt rfc5334.txt skeleton.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dlog.c38 char txt[256]; local
40 vsnprintf(txt, sizeof(txt), format, ap);
43 log_function(level, txt);
45 fprintf(stderr, "%s\n", txt);
H A Dlog.h45 typedef void (*AvahiLogFunction)(AvahiLogLevel level, const char *txt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/doc/
H A DMakefile.am11 EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS)
13 draft-zebra-00.txt:
14 groff -T ascii -ms draft-zebra-00.ms > draft-zebra-00.txt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/blast/
H A DMakefile5 blast < test.pk | cmp - test.txt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A DMakefile5 blast < test.pk | cmp - test.txt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/program/
H A DMakefile3 COPY= solaris.txt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dmk-ca-bundle.pl24 # It downloads certdata.txt from Mozilla's source tree (see URL below),
25 # then parses certdata.txt and extracts CA Root Certificates into PEM format.
39 my $url = 'http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1';
64 print "\t-l\tprint license info about certdata.txt\n";
65 print "\t-n\tno download of certdata.txt (to use existing)\n";
68 print "\t-u\tunlink (remove) certdata.txt after processing\n";
74 (my $txt = $url) =~ s@(.*/|\?.*)@@g;
78 unless ($opt_n and -e $txt) {
79 print "Downloading '$txt' ...\n" if (!$opt_q);
82 $resp = $ua->mirror($url, $txt);
[all...]
H A Dsocks_sspi.c56 const char *txt; local
66 txt="SEC_I_COMPLETE_AND_CONTINUE";
69 txt="SEC_I_COMPLETE_NEEDED";
72 txt="SEC_I_CONTINUE_NEEDED";
75 txt="SEC_I_CONTEXT_EXPIRED";
78 txt="SEC_I_INCOMPLETE_CREDENTIALS";
81 txt="SEC_I_RENEGOTIATE";
84 txt="SEC_E_BUFFER_TOO_SMALL";
87 txt="SEC_E_CONTEXT_EXPIRED";
90 txt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DEntryGroup.cs122 private static extern IntPtr avahi_string_list_new (IntPtr txt); argument
125 private static extern IntPtr avahi_string_list_add (IntPtr list, byte[] txt); argument
197 UInt16 port, params string[] txt)
199 AddService (PublishFlags.None, name, type, domain, port, txt);
203 UInt16 port, params string[] txt)
205 AddService (-1, Protocol.Unspecified, flags, name, type, domain, null, port, txt);
209 string host, UInt16 port, params string[] txt)
213 if (txt != null) {
214 foreach (string item in txt) {
223 string host, UInt16 port, params byte[][] txt)
196 AddService(string name, string type, string domain, UInt16 port, params string[] txt) argument
202 AddService(PublishFlags flags, string name, string type, string domain, UInt16 port, params string[] txt) argument
208 AddService(int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, string host, UInt16 port, params string[] txt) argument
222 AddService(int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, string host, UInt16 port, params byte[][] txt) argument
256 UpdateService(string name, string type, string domain, params string[] txt) argument
261 UpdateService(int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, params string[] txt) argument
275 UpdateService(int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, params byte[][] txt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js108 var txt;
109 txt = "Usage:\n";
110 txt += " cscript " + WScript.ScriptName + " <options>\n";
111 txt += " cscript " + WScript.ScriptName + " help\n\n";
112 txt += "Options can be specified in the form <option>=<value>, where the value is\n";
113 txt += "either 'yes' or 'no', if not stated otherwise.\n\n";
114 txt += "\nXML processor options, default value given in parentheses:\n\n";
115 txt += " trio: Enable TRIO string manipulator (" + (withTrio? "yes" : "no") + ")\n";
116 txt += " threads: Enable thread safety [no|ctls|native|posix] (" + (withThreads) + ") \n";
117 txt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A DMakefile19 ./minizip test readme.txt
21 mv readme.txt readme.old
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A DMakefile19 ./minizip test readme.txt
21 mv readme.txt readme.old
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dcio_debug.h11 #define CIO_TRACE_EVENT(imp, txt) do { \
12 debug_text_event(cio_debug_trace_id, imp, txt); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/bootfloppy/
H A Dmksyslinux.sh41 mcopy syslinux.cfg display.txt a:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A DMakefile.am35 noinst_PROGRAMS = txt-test null-test
41 txt.c \
49 txt.c \
50 txt-test.c \
H A DMakefile58 ###noinst_PROGRAMS = txt-test$(EXEEXT) \
105 am__libdns_sd_la_SOURCES_DIST = dns_sd.h compat.c txt.c unsupported.c \
108 ## libdns_sd_la-txt.lo \
132 am__txt_test_SOURCES_DIST = dns_sd.h txt.c txt-test.c warn.c warn.h
133 ##am_txt_test_OBJECTS = txt_test-txt.$(OBJEXT) \
134 ## txt_test-txt-test.$(OBJEXT) \
380 ## txt.c \
388 ## txt.c \
389 ## txt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-ui-sharp/
H A Dbssh.cs22 string txt = System.Text.Encoding.UTF8.GetString (txtBytes);
23 string[] splitTxt = txt.Split(new char[] { '=' }, 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtest.sh13 $VER -cipher $CIPHER 1> tc1.txt 2> tc2.txt &
17 $VER -cipher $CIPHER 1> ts1.txt 2> ts2.txt &

Completed in 141 milliseconds

12345678