/netbsd-src/tests/crypto/libcrypto/evp/ |
H A D | Makefile | 9 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 20 evpciph_aes_ccm_cavs.txt \ [all …]
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
H A D | txt_16.c | 139 dns_rdata_txt_t *txt = source; in generic_fromstruct_txt() local 143 REQUIRE(txt != NULL); in generic_fromstruct_txt() 144 REQUIRE(txt->common.rdtype == type); in generic_fromstruct_txt() 145 REQUIRE(txt->common.rdclass == rdclass); in generic_fromstruct_txt() 146 REQUIRE(txt->txt != NULL && txt->txt_len != 0); in generic_fromstruct_txt() 151 region.base = txt->txt; in generic_fromstruct_txt() 152 region.length = txt->txt_len; in generic_fromstruct_txt() 162 return (mem_tobuffer(target, txt->txt, txt->txt_len)); in generic_fromstruct_txt() 167 dns_rdata_txt_t *txt = target; in generic_tostruct_txt() local 170 REQUIRE(txt != NULL); in generic_tostruct_txt() [all …]
|
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
H A D | txt_16.c | 138 dns_rdata_txt_t *txt = source; in generic_fromstruct_txt() 142 REQUIRE(txt != NULL); in generic_fromstruct_txt() 143 REQUIRE(txt->common.rdtype == type); in generic_fromstruct_txt() 144 REQUIRE(txt->common.rdclass == rdclass); in generic_fromstruct_txt() 145 REQUIRE(txt->txt != NULL && txt->txt_len != 0); in generic_fromstruct_txt() 150 region.base = txt->txt; in generic_fromstruct_txt() 151 region.length = txt in generic_fromstruct_txt() 139 dns_rdata_txt_t *txt = source; generic_fromstruct_txt() local 167 dns_rdata_txt_t *txt = target; generic_tostruct_txt() local 189 dns_rdata_txt_t *txt = source; generic_freestruct_txt() local 212 dns_rdata_txt_t *txt = target; tostruct_txt() local 226 dns_rdata_txt_t *txt = source; freestruct_txt() local 286 generic_txt_first(dns_rdata_txt_t * txt) generic_txt_first() argument 299 generic_txt_next(dns_rdata_txt_t * txt) generic_txt_next() argument 319 generic_txt_current(dns_rdata_txt_t * txt,dns_rdata_txt_string_t * string) generic_txt_current() argument 340 dns_rdata_txt_first(dns_rdata_txt_t * txt) dns_rdata_txt_first() argument 348 dns_rdata_txt_next(dns_rdata_txt_t * txt) dns_rdata_txt_next() argument 356 dns_rdata_txt_current(dns_rdata_txt_t * txt,dns_rdata_txt_string_t * string) dns_rdata_txt_current() argument [all...] |
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | INDEX | 3 rfc2079.txt X.500 Attribute Type and an Object Class to Hold URIs (PS) 4 rfc2247.txt Using Domains in LDAP DNs (PS) 5 rfc2293.txt Tables and Subtrees in the X.500 Directory (PS) 6 rfc2294.txt O/R Address hierarchy in the X.500 DIT (PS) 7 rfc2307.txt LDAP Network Information Services Schema (E) 8 rfc2377.txt LDAP Naming Plan (I) 9 rfc2589.txt LDAPv3: Dynamic Directory Services Extensions (PS) 10 rfc2649.txt LDAPv3 Operational Signatures (E) 11 rfc2696.txt LDAP Simple Paged Result Control (I) 12 rfc2713.txt LDAP Java schema (I) [all …]
|
/netbsd-src/tests/usr.bin/nbperf/ |
H A D | t_nbperf.sh | 30 rm -f reference.txt input.txt hash.c hash.map testprog 43 seq 0 $(($n - 1)) > reference.txt 44 atf_check -o file:reference.txt \ 65 seq 0 11 > reference.txt 66 seq 1 12 > input.txt 68 atf_check -o file:reference.txt \ 69 $(atf_get_srcdir)/h_nbperf input.txt "chm -p" cat \ 73 atf_check -o file:reference.txt \ 74 $(atf_get_srcdir)/h_nbperf input.txt "chm -f -p" cat \ 93 seq 0 $(($n - 1)) > reference.txt [all …]
|
/netbsd-src/external/bsd/unbound/dist/testdata/speed_cache.tdir/ |
H A D | speed_cache.test | 21 ./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 27 #./makeqs 1000000 > q1000000.txt 28 #./makeqs 10000000 > q10000000.txt 39 echo -n "cache-size-1 " >> ../.perfstats.txt 40 grep "average qps" outfile >> ../.perfstats.txt [all …]
|
H A D | makeqs.sh | 26 ./makeqs 10 > q10.txt 27 cat q10.txt 28 ./makeqs 100 > q100.txt 29 ./makeqs 1000 > q1000.txt 30 ./makeqs 10000 > q10000.txt 31 ./makeqs 100000 > q100000.txt
|
/netbsd-src/external/bsd/wpa/dist/src/common/ |
H A D | cli.c | 54 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() 81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) in cli_txt_list_del() argument 85 e = cli_txt_list_get(txt_list, txt); in cli_txt_list_del() 91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_del_addr() argument 96 if (hwaddr_aton(txt, addr) < 0) in cli_txt_list_del_addr() 103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_del_word() argument 109 end = os_strchr(txt, separator); in cli_txt_list_del_word() 111 end = txt + os_strlen(txt); in cli_txt_list_del_word() [all …]
|
H A D | cli.h | 19 char *txt; member 26 cli_txt_list_get(struct dl_list *txt_list, const char *txt); 28 void cli_txt_list_del(struct dl_list *txt_list, const char *txt); 29 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt); 30 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, 33 int cli_txt_list_add(struct dl_list *txt_list, const char *txt); 34 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt); 35 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt,
|
/netbsd-src/external/bsd/am-utils/dist/doc/ |
H A D | Makefile.am | 58 install-NEWS: $(AMU_HTML_TOP)/NEWS.txt 59 $(AMU_HTML_TOP)/NEWS.txt: $(top_srcdir)/NEWS 62 install-INSTALL: $(AMU_HTML_TOP)/INSTALL.txt 63 $(AMU_HTML_TOP)/INSTALL.txt: $(top_srcdir)/INSTALL 66 install-ChangeLog: $(AMU_HTML_TOP)/ChangeLog.txt 67 $(AMU_HTML_TOP)/ChangeLog.txt: $(top_srcdir)/ChangeLog 71 install-AUTHORS: $(AMU_HTML_TOP)/AUTHORS.txt 72 $(AMU_HTML_TOP)/AUTHORS.txt: $(top_srcdir)/AUTHORS 75 install-tasks: $(AMU_HTML_TOP)/tasks.txt 76 $(AMU_HTML_TOP)/tasks.txt: $(top_srcdir)/tasks [all …]
|
/netbsd-src/external/bsd/flex/dist/tests/ |
H A D | Makefile.am | 38 AM_REJECT_LOG_FLAGS = -d $(srcdir) -i $(srcdir)/reject.txt -r 41 AM_TABLE_LOG_FLAGS = -d $(builddir) -i $(srcdir)/reject.txt -t 50 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… 274 alloc_extra.txt \ 275 array_nr.txt \ 276 array_r.txt \ 277 basic_nr.txt \ 278 basic_r.txt \ 279 bison_nr.txt \ [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | Makefile.am | 96 map_table.h map_table.c: rfc3454.txt gen-map.py stringprep.py 97 $(skip_python) $(PYTHON) $(srcdir)/gen-map.py $(srcdir)/rfc3454.txt $(builddir) 99 errorlist_table.h errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py 100 $(skip_python) $(PYTHON) $(srcdir)/gen-errorlist.py $(srcdir)/rfc3454.txt $(builddir) 102 normalize_table.h normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.… 103 …HON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions-3.2.0.tx… 105 combining_table.h combining_table.c: UnicodeData.txt gen-combining.py 106 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir) 108 bidi_table.h bidi_table.c: rfc3454.txt gen-bidi.py 109 $(skip_python) $(PYTHON) $(srcdir)/gen-bidi.py $(srcdir)/rfc3454.txt $(builddir) [all …]
|
/netbsd-src/games/monop/ |
H A D | execute.c | 68 static int restore_parseline(char *txt); 69 static int restore_toplevel_attr(const char *attribute, char *txt); 70 static int restore_player_attr(const char *attribute, char *txt); 71 static int restore_deck_attr(const char *attribute, char *txt); 72 static int restore_square_attr(const char *attribute, char *txt); 73 static int getnum(const char *what, char *txt, int min, int max, int *ret); 74 static int getnum_withbrace(const char *what, char *txt, int min, int max, 459 restore_parseline(char *txt) in restore_parseline() argument 466 if (!strncmp(txt, "NetBSD monop format v", 21)) { in restore_parseline() 467 return getnum("format version", txt+21, in restore_parseline() [all …]
|
/netbsd-src/external/bsd/unbound/dist/testdata/ede.tdir/ |
H A D | ede.test | 9 dig @127.0.0.1 -p $UNBOUND_PORT servfail.nl > servfail.txt 12 …27.0.0.1 -p $UNBOUND_PORT notyetincepted.dnssec-failures.test. TXT +dnssec > sig_notyetincepted.txt 14 if ! grep -q -e "OPT=15: 00 08" -e "EDE: 8" sig_notyetincepted.txt 17 cat sig_notyetincepted.txt 22 dig @127.0.0.1 -p $UNBOUND_PORT expired.dnssec-failures.test. TXT +dnssec > sig_expired.txt 24 if ! grep -q -e "OPT=15: 00 07" -e "EDE: 7" sig_expired.txt 27 cat sig_expired.txt 32 dig @127.0.0.1 -p $UNBOUND_PORT missingrrsigs.dnssec-failures.test. TXT +dnssec > missingrrsigs.txt 34 if ! grep -q -e "OPT=15: 00 0a" -e "EDE: 10" missingrrsigs.txt 37 cat missingrrsigs.txt [all …]
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | z80-dis.c | 104 prt (struct buffer *buf, disassemble_info * info, const char *txt) in prt() argument 106 info->fprintf_func (info->stream, "%s", txt); in prt() 112 prt_e (struct buffer *buf, disassemble_info * info, const char *txt) in prt_e() argument 122 info->fprintf_func (info->stream, "%s0x%04x", txt, target_addr); in prt_e() 131 jr_cc (struct buffer *buf, disassemble_info * info, const char *txt) in jr_cc() argument 135 snprintf (mytxt, TXTSIZ, txt, cc_str[(buf->data[0] >> 3) & 3]); in jr_cc() 140 prt_nn (struct buffer *buf, disassemble_info * info, const char *txt) in prt_nn() argument 153 info->fprintf_func (info->stream, txt, nn); in prt_nn() 162 prt_rr_nn (struct buffer *buf, disassemble_info * info, const char *txt) in prt_rr_nn() argument 168 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]); in prt_rr_nn() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | z80-dis.c | 104 prt (struct buffer *buf, disassemble_info * info, const char *txt) in prt() argument 106 info->fprintf_func (info->stream, "%s", txt); in prt() 112 prt_e (struct buffer *buf, disassemble_info * info, const char *txt) in prt_e() argument 122 info->fprintf_func (info->stream, "%s0x%04x", txt, target_addr); in prt_e() 131 jr_cc (struct buffer *buf, disassemble_info * info, const char *txt) in jr_cc() argument 135 snprintf (mytxt, TXTSIZ, txt, cc_str[(buf->data[0] >> 3) & 3]); in jr_cc() 140 prt_nn (struct buffer *buf, disassemble_info * info, const char *txt) in prt_nn() argument 153 info->fprintf_func (info->stream, txt, nn); in prt_nn() 162 prt_rr_nn (struct buffer *buf, disassemble_info * info, const char *txt) in prt_rr_nn() argument 168 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]); in prt_rr_nn() [all …]
|
/netbsd-src/external/mpl/dhcp/dist/client/tests/ |
H A D | Makefile.am | 9 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-src/bin/ed/ |
H A D | sub.c | 126 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 187 if ((txt = get_sbuf_line(lp)) == NULL) in substitute_matching_text() 190 NUL_TO_NEWLINE(txt, lp->len); in substitute_matching_text() 191 eot = txt + lp->len; in substitute_matching_text() 192 if (!regexec(pat, txt, SE_MAX, rm, 0)) { in substitute_matching_text() 199 NEWLINE_TO_NUL(txt, rm[0].rm_eo); in substitute_matching_text() [all …]
|
/netbsd-src/external/broadcom/bwfm/ |
H A D | Makefile | 59 FILES+= dist/brcmfmac43362-sdio.cubietech,cubietruck.txt 60 FILES+= dist/brcmfmac43362-sdio.lemaker,bananapro.txt 61 FILES+= dist/brcmfmac43430-sdio.raspberrypi,3-model-b.txt 62 FILES+= dist/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt 63 FILES+= dist/brcmfmac43455-sdio.raspberrypi,4-model-b.txt 64 FILES+= dist/brcmfmac43456-sdio.pine64,pinebook-pro.txt 68 LINKS+= ${FILESDIR}/brcmfmac43430-sdio.raspberrypi,3-model-b.txt \ 69 ${FILESDIR}/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt 72 FILES+= dist/brcmfmac43430-sdio.AP6212.txt 73 LINKS+= ${FILESDIR}/brcmfmac43430-sdio.AP6212.txt \ [all …]
|
/netbsd-src/external/bsd/atf/ |
H A D | Makefile.inc | 11 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-src/external/bsd/ntp/html/ |
H A D | Makefile | 59 drivers/scripts/footer.txt \ 90 scripts/accopt.txt \ 91 scripts/audio.txt \ 92 scripts/authopt.txt \ 93 scripts/clockopt.txt \ 94 scripts/command.txt \ 95 scripts/config.txt \ 96 scripts/confopt.txt \ 97 scripts/external.txt \ 98 scripts/footer.txt \ [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/generate/lint/ |
H A D | lint.bat | 1 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
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | err_prn.c | 60 void ERR_add_error_txt(const char *separator, const char *txt) in ERR_add_error_txt() argument 76 const char *curr = txt, *next = txt; in ERR_add_error_txt() 107 while (*next != '\0' && (size_t)(next - txt) <= available_len) { in ERR_add_error_txt() 117 if ((size_t)(next - txt) <= available_len) in ERR_add_error_txt() 122 if (curr != txt) { in ERR_add_error_txt() 123 tmp = OPENSSL_strndup(txt, curr - txt); in ERR_add_error_txt() 130 txt = curr; in ERR_add_error_txt() 133 tmp = OPENSSL_strndup(txt, next - strlen(separator) - txt); in ERR_add_error_txt() 140 ERR_add_error_data(2, leading_separator, txt); in ERR_add_error_txt() 142 txt = next; /* finished */ in ERR_add_error_txt() [all …]
|
/netbsd-src/external/mpl/bind/dist/tests/dns/testdata/dbiterator/ |
H A D | zone1.data | 22 a in txt "test" 23 b in txt "test" 24 c in txt "test" 25 d.e.f in txt "test" 26 e in txt "test" 27 f.g.h in txt "test" 28 f.g.i in txt "test" 29 f.g.j in txt "test" 30 k in txt "test"
|
/netbsd-src/external/gpl2/xcvs/dist/doc/ |
H A D | Makefile.am | 35 cvs.txt \ 36 cvsclient.txt 66 txt: $(TXTS) target 67 .PHONY: txt 75 cvs.txt: cvs.texinfo $(srcdir)/version.texi 76 cvsclient.txt: cvsclient.texi $(srcdir)/version-client.texi 110 cvs.dvi cvs.html $(srcdir)/cvs.info cvs.pdf cvs.ps cvs.txt: $(srcdir)/getdate-cvs.texi 137 SUFFIXES = .txt 138 .texinfo.txt: 141 .txi.txt: [all …]
|