/openbsd/usr.sbin/unbound/ |
H A D | Makefile.in | 119 util/as112.c util/data/dname.c util/data/msgencode.c util/data/msgparse.c \ 127 util/config_file.c util/configlexer.c util/configparser.c \ 129 util/fptr_wlist.c util/locks.c util/log.c util/mini_event.c util/module.c \ 130 util/netevent.c util/net_help.c util/random.c util/rbtree.c util/regional.c \ 131 util/rtt.c util/siphash.c util/edns.c util/storage/dnstree.c util/storage/lookup3.c \ 132 util/storage/lruhash.c util/storage/slabhash.c util/tcp_conn_limit.c \ 133 util/timehist.c util/tube.c util/proxy_protocol.c util/timeval_func.c \ 134 util/ub_event.c util/ub_event_pluggable.c util/winsock_event.c \ 525 rm -f util/configlexer.c util/configparser.c util/configparser.h 889 $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rtt.h \ [all …]
|
/openbsd/lib/libssl/test/ |
H A D | testtsa | 48 ../../util/shlib_wrap.sh ../../apps/openssl req -new -x509 -nodes \ 61 ../../util/shlib_wrap.sh ../../apps/openssl req -new \ 65 ../../util/shlib_wrap.sh ../../apps/openssl x509 -req \ 74 ../../util/shlib_wrap.sh ../../apps/openssl ts -query -in $1 -text 98 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -in $1 -text 104 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -section $3 -queryfile $1 -out $2 112 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -in $2 -out $TOKEN_DER -token_out 118 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -in $2 -text -token_out 122 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -queryfile $1 -text -token_out 139 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -in $2 -out $2.token -token_out [all …]
|
H A D | testssl | 15 if ../util/shlib_wrap.sh ../apps/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev… 125 for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do 141 if ../util/shlib_wrap.sh ../apps/openssl no-dh; then 148 if ../util/shlib_wrap.sh ../apps/openssl no-rsa; then 152 …../util/shlib_wrap.sh ./ssltest -v -bio_pair -tls1 -cert ../apps/server2.pem -no_dhe -no_ecdhe -nu… 154 if ../util/shlib_wrap.sh ../apps/openssl no-dh; then 158 …../util/shlib_wrap.sh ./ssltest -v -bio_pair -tls1 -cert ../apps/server2.pem -dhe1024dsa -num 10 -… 168 if ../util/shlib_wrap.sh ../apps/openssl no-srp; then
|
H A D | testgen | 20 if ../util/shlib_wrap.sh ../apps/openssl no-rsa; then 32 ../util/shlib_wrap.sh ../apps/openssl req -config test.cnf $req_new -out testreq.pem 38 ../util/shlib_wrap.sh ../apps/openssl req -config test.cnf -verify -in testreq.pem -noout
|
/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | util | 1 util.c AOK 26 # util.c 34 # util.c 42 # util.c 50 # util.c 58 # util.c 66 # util.c 74 # util.c 86 # util.c 98 # util.c [all …]
|
/openbsd/usr.sbin/nsd/ |
H A D | Makefile.in | 363 $(srcdir)/util.h $(srcdir)/options.h $(srcdir)/rbtree.h \ 368 $(srcdir)/util.h $(srcdir)/nsd.h $(srcdir)/region-allocator.h \ 417 proxy_protocol.o: $(srcdir)/util/proxy_protocol.c config.h $(srcdir)/util/proxy_protocol.h 428 $(srcdir)/util.h 458 $(srcdir)/util.h 470 $(srcdir)/util.h 508 $(srcdir)/region-allocator.h $(srcdir)/util.h 520 $(srcdir)/ixfr.h $(srcdir)/verify.h $(srcdir)/util/proxy_protocol.h config.h 528 util.o: $(srcdir)/util.c config.h $(srcdir)/util.h $(srcdir)/region-allocator.h $(srcdir)/dname.h \ 587 $(srcdir)/region-allocator.h $(srcdir)/util.h [all …]
|
/openbsd/gnu/llvm/llvm/utils/lit/lit/ |
H A D | LitConfig.py | 10 import lit.util 90 return lit.util.killProcessAndChildrenIsSupported() 125 self.bashPath = lit.util.which('bash', os.pathsep.join(self.path)) 127 self.bashPath = lit.util.which('bash') 139 _, _, exitCode = lit.util.executeCommand(command) 152 if not lit.util.checkToolsPath(dir, tools): 155 dir = lit.util.whichTools(tools, paths) 158 self.bashPath = lit.util.which('bash', dir)
|
H A D | ShUtil.py | 4 import lit.util 80 lit.util.warning( 114 lit.util.warning( 126 lit.util.warning("missing quote character in %r" % self.data)
|
/openbsd/gnu/llvm/libcxx/utils/ |
H A D | sym_diff.py | 15 from libcxx.sym_check import diff, util 50 old_syms_list = util.extract_or_load(args.old_syms) 51 new_syms_list = util.extract_or_load(args.new_syms) 54 old_syms_list, _ = util.filter_stdlib_symbols(old_syms_list) 55 new_syms_list, _ = util.filter_stdlib_symbols(new_syms_list)
|
H A D | generate_abi_list.py | 13 import libcxx.sym_check.util 34 symbols, _ = libcxx.sym_check.util.filter_stdlib_symbols(symbols)
|
/openbsd/gnu/llvm/libcxx/utils/libcxx/test/ |
H A D | googlebenchmark.py | 8 import lit.util 51 ln = lit.util.to_string(ln) 79 for fn in lit.util.listdir_files(dir_path, 103 out, err, exitCode = lit.util.executeCommand( 106 except lit.util.ExecuteCommandTimeoutException:
|
/openbsd/gnu/usr.bin/texinfo/doc/ |
H A D | Makefile.am | 23 INSTALL_INFO = $(top_builddir)/$(native_tools)/util/install-info 67 install-info.1: $(top_srcdir)/util/install-info.c $(common_mandeps) 71 texi2dvi.1: $(top_srcdir)/util/texi2dvi $(common_mandeps) 73 texindex.1: $(top_srcdir)/util/texindex.c $(common_mandeps)
|
/openbsd/gnu/usr.bin/cvs/diff/ |
H A D | ChangeLog | 45 Remove separate rule for util.c. 75 * util.c (printf_output): Fix type clashes. 136 * util.c: Use __STDC__ consistently with ./system.h. 148 * util.c (printf_output): Make msg static; avoids auto 161 * util.c (printf_output): Rewrite to parse format string 167 * util.c (flush_output): Don't prototype. 174 * util.c: Include <stdarg.h> or <varargs.h>. 287 Namespace munging. util.c defines both fatal() and 337 * Makefile.in (util.o): Change util.c to $<, needed for srcdir. 402 * util.c (fatal): Use DIFF_ABORT instead of exit. [all …]
|
H A D | build_diff.com | 8 $ CC util.c 17 dir.obj,io.obj,util.obj,context.obj,ed.obj,ifdef.obj,normal.obj,-
|
/openbsd/gnu/llvm/libcxx/utils/gdb/libcxx/ |
H A D | printers.py | 641 self.util = RBTreeUtils(cast_type, root) 649 current = self.util.root 653 current = self.util.left_child(current) 662 while self.util.is_right_child(current): 663 current = self.util.parent(current) 664 if self.util.is_left_child(current): 665 current = self.util.parent(current) 726 self.util = RBTreeUtils(cast_type, None) 731 if not self.util.parent(self.addr): 733 return self.util.is_left_child(self.addr) or \ [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/ |
H A D | Utils.pm | 28 my $util = shift; 29 $util = shift if eval { $util->isa(__PACKAGE__) }; 34 ? grep { exists $utilities{$_}{ $util } && 35 $utilities{$_}{ $util } ge $version } keys %utilities 36 : grep { exists $utilities{$_}{ $util } } keys %utilities; 64 my $util = shift; 65 $util = shift if eval { $util->isa(__PACKAGE__) }; 66 return unless my @perls = sort { $a cmp $b } first_release_raw($util);
|
/openbsd/regress/usr.sbin/bgpd/unittests/ |
H A D | Makefile | 22 SRCS_rde_trie_test= rde_trie_test.c rde_trie.c util.c rde_sets.c timer.c log.c 41 SRCS_rde_decide_test= rde_decide_test.c rde_decide.c rde_attr.c util.c 43 SRCS_rde_flowspec_test= rde_flowspec_test.c flowspec.c util.c
|
/openbsd/gnu/llvm/llvm/utils/lit/lit/llvm/ |
H A D | config.py | 9 import lit.util 124 if lit.util.pythonize_bool(long_tests): 149 if lit.util.pythonize_bool(use_gmalloc): 177 if not lit.util.checkToolsPath( 182 return lit.util.to_string(candidate_path) 193 if lit.util.is_string(paths_to_add): 222 if lit.util.is_string(variables): 240 stdout = lit.util.to_string(stdout) 241 stderr = lit.util.to_string(stderr) 352 if lit.util.is_string(search_dirs): [all …]
|
/openbsd/gnu/llvm/llvm/utils/lit/lit/formats/ |
H A D | googletest.py | 11 import lit.util 42 map(lambda line: lit.util.to_string(line).startswith(' '), 48 core_count = lit.util.usable_core_count() 54 for fn in lit.util.listdir_files(dir_path, 142 out, _, exitCode = lit.util.executeCommand( 145 except lit.util.ExecuteCommandTimeoutException as e:
|
/openbsd/regress/sys/kern/flock/ |
H A D | Makefile | 4 SRCS_flock= flock.c util.c 8 SRCS_lockf= lockf.c util.c
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | Makefile.am | 27 SUBDIRS = lib info makeinfo util subdir 33 SUBDIRS = $(native_tools) intl m4 lib info makeinfo po util doc subdir
|
/openbsd/gnu/llvm/clang/bindings/python/tests/cindex/ |
H A D | test_access_specifiers.py | 10 from .util import get_cursor 11 from .util import get_tu
|
H A D | test_linkage.py | 10 from .util import get_cursor 11 from .util import get_tu
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | Makefile.inc | 3 .PATH: ${.CURDIR}/libunbound/util 12 ln -s ${.CURDIR}/libunbound/util/log.c $@
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
H A D | suite.py | 5 from unittest2 import case, util 19 return "<%s tests=%s>" % (util.strclass(self.__class__), list(self)) 145 className = util.strclass(currentClass) 229 className = util.strclass(previousClass)
|