Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 2075) sorted by relevance

12345678910>>...83

/netbsd/tests/crypto/libcrypto/evp/
H A DMakefile9 evpcase.txt \
10 evpciph.txt \
11 evpdigest.txt \
12 evpencod.txt \
13 evpkdf.txt \
14 evpmac.txt \
15 evppbe.txt \
16 evppkey.txt \
17 evppkey_ecc.txt
42 evpencod.txt \
[all …]
/netbsd/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dtxt_16.c146 REQUIRE(txt->txt != NULL && txt->txt_len != 0); in generic_fromstruct_txt()
151 region.base = txt->txt; in generic_fromstruct_txt()
162 return (mem_tobuffer(target, txt->txt, txt->txt_len)); in generic_fromstruct_txt()
178 if (txt->txt == NULL) { in generic_tostruct_txt()
197 if (txt->txt != NULL) { in generic_freestruct_txt()
198 isc_mem_free(txt->mctx, txt->txt); in generic_freestruct_txt()
287 REQUIRE(txt->txt != NULL || txt->txt_len == 0); in generic_txt_first()
303 REQUIRE(txt->txt != NULL && txt->txt_len != 0); in generic_txt_next()
306 r.base = txt->txt + txt->offset; in generic_txt_next()
323 REQUIRE(txt->txt != NULL); in generic_txt_current()
[all …]
/netbsd/external/bsd/ntp/dist/sntp/libopts/
H A Dconfigfile.c85 txt = BRK_END_XML_TOKEN_CHARS(txt); in skip_unkn()
86 return (*txt == NUL) ? NULL : txt; in skip_unkn()
524 return txt + strlen(txt); in handle_cfg()
526 txt = SPN_VALUE_NAME_CHARS(txt); in handle_cfg()
527 txt = SPN_WHITESPACE_CHARS(txt); in handle_cfg()
639 txt = strchr(txt+2, '>'); in handle_directive()
703 txt = strstr(txt, ttl); in program_directive()
743 txt = strstr(txt, z); in handle_section()
747 txt = strchr(txt, NL); in handle_section()
929 txt = SPN_VALUE_NAME_CHARS(txt); in handle_struct()
[all …]
/netbsd/external/bsd/openldap/dist/doc/rfc/
H A DINDEX8 rfc2377.txt LDAP Naming Plan (I)
12 rfc2713.txt LDAP Java schema (I)
13 rfc2714.txt LDAP CORBA schema (I)
15 rfc2849.txt LDIFv1 (PS)
25 rfc3672.txt Subentries in LDAP (PS)
37 rfc4013.txt SASLprep (PS)
39 rfc4373.txt LBURP (I)
45 rfc4514.txt LDAP: DN (PS)
47 rfc4516.txt LDAP: URL (PS)
61 rfc4530.txt LDAP: entryUUID (PS)
[all …]
/netbsd/tests/usr.bin/nbperf/
H A Dt_nbperf.sh30 rm -f reference.txt input.txt hash.c hash.map testprog
65 seq 0 11 > reference.txt
66 seq 1 12 > input.txt
115 seq 0 9 > reference.txt
116 seq 1 10 > input.txt
166 seq 0 11 > reference.txt
167 seq 1 12 > input.txt
193 seq 0 9 > reference.txt
194 echo 0 >> reference.txt
196 nbperf -a chm < reference.txt
[all …]
/netbsd/external/bsd/unbound/dist/testdata/speed_cache.tdir/
H A Dspeed_cache.test21 ./makeqs 10 > q10.txt
22 cat q10.txt
23 ./makeqs 100 > q100.txt
24 ./makeqs 1000 > q1000.txt
25 ./makeqs 10000 > q10000.txt
26 #./makeqs 100000 > q100000.txt
59 #perfnum 10 "" q10.txt
61 #perfnum 1000 "" q1000.txt
67 #perftns 10 "10" q10.txt
68 #perftns 100 "100" q100.txt
[all …]
/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl_ocsp.c229 char *txt; in mem_bio_to_str() local
235 if (!txt) { in mem_bio_to_str()
248 return txt; in mem_bio_to_str()
403 char *txt; in issuer_match() local
424 if (txt) { in issuer_match()
426 txt); in issuer_match()
444 if (txt) { in issuer_match()
446 txt); in issuer_match()
498 char *txt; in check_ocsp_resp() local
513 if (txt) { in check_ocsp_resp()
[all …]
/netbsd/external/bsd/wpa/dist/src/common/
H A Dcli.c54 os_free(e->txt); in cli_txt_list_free()
69 const char *txt) in cli_txt_list_get() argument
74 if (os_strcmp(e->txt, txt) == 0) in cli_txt_list_get()
96 if (hwaddr_aton(txt, addr) < 0) in cli_txt_list_del_addr()
111 end = txt + os_strlen(txt); in cli_txt_list_del_word()
112 buf = dup_binstr(txt, end - txt); in cli_txt_list_del_word()
130 e->txt = os_strdup(txt); in cli_txt_list_add()
131 if (e->txt == NULL) { in cli_txt_list_add()
161 end = txt + os_strlen(txt); in cli_txt_list_add_word()
162 buf = dup_binstr(txt, end - txt); in cli_txt_list_add_word()
[all …]
/netbsd/external/bsd/am-utils/dist/doc/
H A DMakefile.am58 install-NEWS: $(AMU_HTML_TOP)/NEWS.txt
59 $(AMU_HTML_TOP)/NEWS.txt: $(top_srcdir)/NEWS
75 install-tasks: $(AMU_HTML_TOP)/tasks.txt
79 install-autofs: $(AMU_HTML_TOP)/autofs.txt
83 install-y2k: $(AMU_HTML_TOP)/y2k.txt
95 install-ldap: $(AMU_HTML_TOP)/ldap.txt
99 install-osx: $(AMU_HTML_TOP)/osx.txt
103 install-BUGS: $(AMU_HTML_TOP)/BUGS.txt
107 install-FAQ: $(AMU_HTML_TOP)/FAQ.txt
108 $(AMU_HTML_TOP)/FAQ.txt: $(top_srcdir)/FAQ
[all …]
/netbsd/external/bsd/flex/dist/tests/
H A DMakefile.am50 AM_I3_LOG_FLAGS = -i $(srcdir)/cxx_yywrap.txt -i $(srcdir)/cxx_yywrap.txt -i $(srcdir)/cxx_yywrap.t…
53 … $(srcdir)/pthread_1.txt -i $(srcdir)/pthread_2.txt -i $(srcdir)/pthread_3.txt -i $(srcdir)/pthrea…
276 array_r.txt \
278 basic_r.txt \
283 c_cxx_r.txt \
284 ccl.txt \
306 mem_nr.txt \
307 mem_r.txt \
315 reject.txt \
319 quotes.txt \
[all …]
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dz80-dis.c161 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]); in prt_rr_nn()
201 snprintf (mytxt, TXTSIZ, txt, r_str[r]); in prt_r_n()
217 info->fprintf_func (info->stream, txt, in prt_r()
226 info->fprintf_func (info->stream, txt, in ld_r_r()
272 info->fprintf_func (info->stream, txt, in arit_r()
388 for (i = 0; txt[i]; ++i) in dump()
528 info->fprintf_func (info->stream, "add %s,%s", txt, txt); in addvv()
538 snprintf (mytxt, TXTSIZ, "ld %s%%s,%s%%s", txt, txt); in ld_v_v()
554 snprintf (mytxt, TXTSIZ, txt, d); in prt_d_n()
610 snprintf (mytxt, TXTSIZ, txt, ii[p]); in ld_ii_ii()
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/wind/
H A DMakefile.am117 CompositionExclusions-3.2.0.txt \
118 DerivedNormalizationProps.txt \
119 NormalizationCorrections.txt \
120 NormalizationTest.txt \
122 UnicodeData.txt \
131 rfc3454.txt \
132 rfc3490.txt \
133 rfc3491.txt \
134 rfc3492.txt \
135 rfc4013.txt \
[all …]
/netbsd/games/monop/
H A Dexecute.c68 static int restore_parseline(char *txt);
459 restore_parseline(char *txt) in restore_parseline() argument
477 if (!strcmp(txt, "}")) { in restore_parseline()
488 s = txt; in restore_parseline()
502 txt = s; in restore_parseline()
599 if (strlen(txt) > 256) { in restore_player_attr()
600 txt[256] = 0; in restore_player_attr()
602 pp->name = strdup(txt); in restore_player_attr()
663 s = txt; in restore_deck_attr()
728 l = strtol(txt, &s, 10); in getnum()
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dz80-dis.c211 snprintf (mytxt, TXTSIZ, txt, n); in prt_n_n()
227 snprintf (mytxt, TXTSIZ, txt, r_str[r]); in prt_r_n()
243 info->fprintf_func (info->stream, txt, in prt_r()
252 info->fprintf_func (info->stream, txt, in ld_r_r()
305 info->fprintf_func (info->stream, txt, in arit_r()
409 for (i = 0; txt[i]; ++i) in dump()
585 info->fprintf_func (info->stream, "add %s,%s", txt, txt); in addvv()
595 snprintf (mytxt, TXTSIZ, "ld %s%%s,%s%%s", txt, txt); in ld_v_v()
611 snprintf (mytxt, TXTSIZ, txt, d); in prt_d_n()
667 snprintf (mytxt, TXTSIZ, txt, ii[p]); in ld_ii_ii()
[all …]
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dz80-dis.c213 snprintf (mytxt, TXTSIZ, txt, n); in prt_n_n()
229 snprintf (mytxt, TXTSIZ, txt, r_str[r]); in prt_r_n()
245 info->fprintf_func (info->stream, txt, in prt_r()
254 info->fprintf_func (info->stream, txt, in ld_r_r()
307 info->fprintf_func (info->stream, txt, in arit_r()
411 for (i = 0; txt[i]; ++i) in dump()
587 info->fprintf_func (info->stream, "add %s,%s", txt, txt); in addvv()
597 snprintf (mytxt, TXTSIZ, "ld %s%%s,%s%%s", txt, txt); in ld_v_v()
613 snprintf (mytxt, TXTSIZ, txt, d); in prt_d_n()
669 snprintf (mytxt, TXTSIZ, txt, ii[p]); in ld_ii_ii()
[all …]
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dz80-dis.c211 snprintf (mytxt, TXTSIZ, txt, n); in prt_n_n()
227 snprintf (mytxt, TXTSIZ, txt, r_str[r]); in prt_r_n()
243 info->fprintf_func (info->stream, txt, in prt_r()
252 info->fprintf_func (info->stream, txt, in ld_r_r()
305 info->fprintf_func (info->stream, txt, in arit_r()
409 for (i = 0; txt[i]; ++i) in dump()
585 info->fprintf_func (info->stream, "add %s,%s", txt, txt); in addvv()
595 snprintf (mytxt, TXTSIZ, "ld %s%%s,%s%%s", txt, txt); in ld_v_v()
611 snprintf (mytxt, TXTSIZ, txt, d); in prt_d_n()
667 snprintf (mytxt, TXTSIZ, txt, ii[p]); in ld_ii_ii()
[all …]
/netbsd/external/mpl/dhcp/dist/client/tests/
H A DMakefile.am9 EXTRA_DIST += duid0_test.txt duid1_test.txt duid2_test.txt duid3_test.txt
42 cp $(top_srcdir)/client/tests/duid0_test.txt duid0_test.txt; \
43 cp $(top_srcdir)/client/tests/duid1_test.txt duid1_test.txt; \
44 cp $(top_srcdir)/client/tests/duid2_test.txt duid2_test.txt; \
45 cp $(top_srcdir)/client/tests/duid3_test.txt duid3_test.txt; \
52 rm -f duid0_test.txt duid1_test.txt; \
53 rm -f duid2_test.txt duid3_test.txt; \
/netbsd/external/mpl/bind/dist/bin/tests/system/cacheclean/
H A Dtests.sh31 txt top1.flushtest.example
32 txt second1.top1.flushtest.example
33 txt third1.second1.top1.flushtest.example
35 txt second2.top1.flushtest.example
36 txt second3.top1.flushtest.example
37 txt second1.top2.flushtest.example
38 txt second2.top2.flushtest.example
39 txt second3.top2.flushtest.example
40 txt top3.flushtest.example
41 txt second1.top3.flushtest.example
[all …]
/netbsd/external/bsd/unbound/dist/testdata/ede.tdir/
H A Dede.test9 dig @127.0.0.1 -p $UNBOUND_PORT servfail.nl > servfail.txt
17 cat sig_notyetincepted.txt
24 if ! grep -q -e "OPT=15: 00 07" -e "EDE: 7" sig_expired.txt
27 cat sig_expired.txt
34 if ! grep -q -e "OPT=15: 00 0a" -e "EDE: 10" missingrrsigs.txt
37 cat missingrrsigs.txt
44 if ! grep -q -e "OPT=15: 00 09" -e "EDE: 9" dnskey-failure.txt
47 cat dnskey-failure.txt
57 cat rrsig-failure.txt
64 if ! grep -q -e "OPT=15: 00 0c" -e "EDE: 12" nsec-failure.txt
[all …]
/netbsd/bin/ed/
H A Dsub.c126 char *txt; in search_and_replace() local
143 txt = rbuf; in search_and_replace()
147 if ((txt = put_sbuf_line(txt)) == NULL) { in search_and_replace()
157 } while (txt != eot); in search_and_replace()
184 char *txt; in substitute_matching_text() local
191 eot = txt + lp->len; in substitute_matching_text()
209 NEWLINE_TO_NUL(txt, i); in substitute_matching_text()
213 txt += rm[0].rm_eo; in substitute_matching_text()
216 i = eot - txt; in substitute_matching_text()
223 NEWLINE_TO_NUL(txt, i); in substitute_matching_text()
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/forward/
H A Dtests.sh42 dig_with_opts +noadd +noauth txt.example1. txt @$f1 > dig.out.$n.f1 || ret=1
50 dig_with_opts +noadd +noauth txt.example2. txt @$root > dig.out.$n.root || ret=1
51 dig_with_opts +noadd +noauth txt.example2. txt @$f1 > dig.out.$n.f1 || ret=1
59 dig_with_opts +noadd +noauth txt.example2. txt @$root > dig.out.$n.root || ret=1
60 dig_with_opts +noadd +noauth txt.example2. txt @$f1 > dig.out.$n.f1 || ret=1
69 dig_with_opts +noadd +noauth txt.example4. txt @$f1 > dig.out.$n.f1 || ret=1
78 dig_with_opts +noadd +noauth txt.example1. txt @$f2 > dig.out.$n.f2 || ret=1
87 dig_with_opts +noadd +noauth txt.example2. txt @$f2 > dig.out.$n.f2 || ret=1
96 dig_with_opts +noadd +noauth txt.example3. txt @$f2 > dig.out.$n.f2 || ret=1
104 dig_with_opts txt.example5. txt @$f2 > dig.out.$n.f2 || ret=1
[all …]
/netbsd/external/bsd/atf/
H A DMakefile.inc11 atf-version.txt: atf-version-real.txt
12 @cmp -s atf-version.txt atf-version-real.txt \
13 || cp atf-version-real.txt atf-version.txt
14 atf-version-real.txt: .PHONY
16 | cut -d '"' -f 2 >atf-version-real.txt
17 CLEANFILES+= atf-version.txt atf-version-real.txt
/netbsd/external/bsd/ntp/html/
H A DMakefile90 scripts/accopt.txt \
91 scripts/audio.txt \
92 scripts/authopt.txt \
94 scripts/command.txt \
95 scripts/config.txt \
96 scripts/confopt.txt \
98 scripts/footer.txt \
99 scripts/install.txt \
100 scripts/manual.txt \
101 scripts/misc.txt \
[all …]
/netbsd/external/broadcom/bwfm/
H A DMakefile58 FILES+= dist/brcmfmac43362-sdio.cubietech,cubietruck.txt
59 FILES+= dist/brcmfmac43362-sdio.lemaker,bananapro.txt
60 FILES+= dist/brcmfmac43430-sdio.raspberrypi,3-model-b.txt
61 FILES+= dist/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
62 FILES+= dist/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
63 FILES+= dist/brcmfmac43456-sdio.pine64,pinebook-pro.txt
68 ${FILESDIR}/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt
71 FILES+= dist/brcmfmac43430-sdio.AP6212.txt
72 LINKS+= ${FILESDIR}/brcmfmac43430-sdio.AP6212.txt \
73 ${FILESDIR}/brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt
[all …]
/netbsd/sys/external/bsd/acpica/dist/generate/lint/
H A Dlint.bat1 del LintOut.txt
2 echo Begin 64-bit lint >> LintOut.txt
4 "C:\Program Files\Lint\Lint-nt" +v std64.lnt +os(LintOut.txt) files.lnt
6 echo 64-bit lint completed >> LintOut.txt
7 echo -------------------------------------------- >> LintOut.txt
8 echo Begin 32-bit lint >> LintOut.txt
10 "C:\Program Files\Lint\Lint-nt" +v std32.lnt +os(LintOut.txt) files.lnt
12 echo 32-bit lint completed >> LintOut.txt
15 echo Output placed in LintOut.txt

12345678910>>...83