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

1234567891011>>

/netbsd-current/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
20 evpciph_aes_ccm_cavs.txt \
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D30-test_evp.t40 evpciph_aes_ccm_cavs.txt
41 evpciph_aes_common.txt
42 evpciph_aes_cts.txt
43 evpciph_aes_wrap.txt
44 evpciph_aes_stitched.txt
45 evpciph_des3_common.txt
46 evpkdf_hkdf.txt
47 evpkdf_pbkdf1.txt
48 evpkdf_pbkdf2.txt
49 evpkdf_ss.txt
[all...]
H A D10-test_bn.t19 my @files = qw( bnexp.txt bnmod.txt bnmul.txt bnshift.txt bnsum.txt bngcd.txt );
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Dtest-names.sh2 exec ./test-names $top_srcdir/libuniname/UnicodeDataNames.txt
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D10-test_bn.t19 my @files = qw( bnexp.txt bnmod.txt bnmul.txt bnshift.txt bnsum.txt bngcd.txt );
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dtxt_16.c139 dns_rdata_txt_t *txt = source; local
143 REQUIRE(txt != NULL);
144 REQUIRE(txt->common.rdtype == type);
145 REQUIRE(txt->common.rdclass == rdclass);
146 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
151 region.base = txt->txt;
152 region.length = txt
167 dns_rdata_txt_t *txt = target; local
189 dns_rdata_txt_t *txt = source; local
212 dns_rdata_txt_t *txt = target; local
226 dns_rdata_txt_t *txt = source; local
285 generic_txt_first(dns_rdata_txt_t *txt) argument
298 generic_txt_next(dns_rdata_txt_t *txt) argument
318 generic_txt_current(dns_rdata_txt_t *txt, dns_rdata_txt_string_t *string) argument
339 dns_rdata_txt_first(dns_rdata_txt_t *txt) argument
347 dns_rdata_txt_next(dns_rdata_txt_t *txt) argument
355 dns_rdata_txt_current(dns_rdata_txt_t *txt, dns_rdata_txt_string_t *string) argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dtxt_16.c139 dns_rdata_txt_t *txt = source; local
143 REQUIRE(txt != NULL);
144 REQUIRE(txt->common.rdtype == type);
145 REQUIRE(txt->common.rdclass == rdclass);
146 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
151 region.base = txt->txt;
152 region.length = txt
167 dns_rdata_txt_t *txt = target; local
189 dns_rdata_txt_t *txt = source; local
212 dns_rdata_txt_t *txt = target; local
226 dns_rdata_txt_t *txt = source; local
286 generic_txt_first(dns_rdata_txt_t *txt) argument
299 generic_txt_next(dns_rdata_txt_t *txt) argument
319 generic_txt_current(dns_rdata_txt_t *txt, dns_rdata_txt_string_t *string) argument
340 dns_rdata_txt_first(dns_rdata_txt_t *txt) argument
348 dns_rdata_txt_next(dns_rdata_txt_t *txt) argument
356 dns_rdata_txt_current(dns_rdata_txt_t *txt, dns_rdata_txt_string_t *string) argument
[all...]
/netbsd-current/external/gpl2/xcvs/dist/maint-aux/
H A DMakefile.am19 gnulib-filelist.txt \
22 srclist.txt
/netbsd-current/tests/usr.bin/sort/
H A DMakefile10 FILES= d_any_char_dflag_out.txt
11 FILES+= d_any_char_fflag_out.txt
12 FILES+= d_any_char_iflag_out.txt
13 FILES+= d_any_char_in.txt
/netbsd-current/external/bsd/libc++/
H A Dprepare-import.sh11 rm -rf .git CMakeLists.txt */CMakeLists.txt src/doxygen_config
/netbsd-current/external/bsd/atf/
H A DMakefile.inc8 # Depend on the atf-version.txt target to generate a file that contains
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 at
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/ABITest/
H A Dbuild-and-summarize.sh12 ../summarize.sh $1 &> fails-x.txt
13 cat fails-x.txt
14 wc -l fails-x.txt
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dcli.h19 char *txt; member in struct:cli_txt_entry
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,
H A Dcli.c54 os_free(e->txt);
69 const char *txt)
74 if (os_strcmp(e->txt, txt) == 0)
81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) argument
85 e = cli_txt_list_get(txt_list, txt);
91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) argument
96 if (hwaddr_aton(txt, addr) < 0)
103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, argument
109 end = os_strchr(txt, separato
68 cli_txt_list_get(struct dl_list *txt_list, const char *txt) argument
120 cli_txt_list_add(struct dl_list *txt_list, const char *txt) argument
140 cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt) argument
152 cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, int separator) argument
[all...]
/netbsd-current/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; \
[all...]
/netbsd-current/external/bsd/unbound/dist/testdata/speed_cache.tdir/
H A Dmakeqs.sh26 ./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
32 #./makeqs 1000000 > q1000000.txt
33 #./makeqs 10000000 > q10000000.txt
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dconfigfile.c38 handle_comment(char * txt);
41 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir);
44 handle_directive(tOptions * opts, char * txt);
47 aoflags_directive(tOptions * opts, char * txt);
50 program_directive(tOptions * opts, char * txt);
53 handle_section(tOptions * opts, char * txt);
65 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir);
68 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ);
71 parse_set_mem(tOptions * opts, char const * txt, tOptionValue * typ);
74 parse_value(char const * txt, tOptionValu
83 skip_unkn(char const * txt) argument
128 char * txt = text_mmap(fname, PROT_READ, MAP_PRIVATE, &cfgfile); local
503 handle_comment(char * txt) argument
518 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir) argument
602 handle_directive(tOptions * opts, char * txt) argument
654 aoflags_directive(tOptions * opts, char * txt) argument
684 program_directive(tOptions * opts, char * txt) argument
730 handle_section(tOptions * opts, char * txt) argument
920 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir) argument
1204 parse_attrs(tOptions * opts, char const * txt, tOptionLoadMode * pMode, tOptionValue * pType) argument
1285 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ) argument
1304 parse_set_mem(tOptions * opts, char const * txt, tOptionValue * typ) argument
1321 parse_value(char const * txt, tOptionValue * typ) argument
[all...]
/netbsd-current/external/bsd/tre/dist/tests/
H A Dbuild-tests.sh30 ../configure $opts > build-log.txt 2>&1
31 $make >> build-log.txt 2>&1
32 $make check >> build-log.txt 2>&1
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dbinary_test.cc23 // This program is linked with a small text file named binary.txt
41 const char* const txt = "This file is used for the binary test.\n"; local
42 assert(strncmp(txt, _binary_binary_txt_start, size) == 0);
43 assert(static_cast<size_t>(size) == strlen(txt));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsignals-state-child.exp33 set gdb_txt [standard_output_file gdb.txt]
34 set standalone_txt [standard_output_file standalone.txt]
37 set gdb_txt gdb.txt
38 set standalone_txt standalone.txt
60 # mask in "standalone.txt".
78 # and mask in "gdb.txt".
91 remote_download host [remote_upload target gdb.txt] gdb.txt
92 remote_download host [remote_upload target standalone.txt] standalone.txt
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsignals-state-child.exp33 set gdb_txt [standard_output_file gdb.txt]
34 set standalone_txt [standard_output_file standalone.txt]
37 set gdb_txt gdb.txt
38 set standalone_txt standalone.txt
60 # mask in "standalone.txt".
80 # and mask in "gdb.txt".
98 remote_download host [remote_upload target gdb.txt] gdb.txt
99 remote_download host [remote_upload target standalone.txt] standalone.txt
[all...]
/netbsd-current/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
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
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpas_glue.h21 const char **txt);
26 const char *field_name, const char *txt);
/netbsd-current/external/bsd/compiler_rt/lib/clang/share/
H A DMakefile7 INCS+= asan_blacklist.txt
10 INCS+= msan_blacklist.txt
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Drgn-over.s1 .section .txt, "ax", "progbits"

Completed in 198 milliseconds

1234567891011>>