| /freebsd/contrib/unbound/ |
| H A D | Makefile.in | 119 util/as112.c util/data/dname.c util/data/msgencode.c util/data/msgparse.c \ 120 util/data/msgreply.c util/data/packed_rrset.c iterator/iterator.c \ 125 services/rpz.c util/rfc_1982.c \ 126 services/outbound_list.c services/outside_network.c util/alloc.c \ 127 util/config_file.c util/configlexer.c util/configparser.c \ 128 util/shm_side/shm_main.c services/authzone.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 \ [all …]
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 15-test_dsaparam.t | 29 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:1024 -pkeyopt qbi… 30 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi… 31 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi… 32 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:3072 -pkeyopt qbi… 34 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:1024 -pkeyopt qbi… 35 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi… 36 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi… 37 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:3072 -pkeyopt qbi… 39 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:1024 -pkeyopt qbi… 40 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:1024 -pkeyopt qbi… [all …]
|
| H A D | 20-test_dhparam_check.t | 31 ./util/opensslwrap.sh genpkey -genparam -algorithm DH -pkeyopt dh_rfc5114:1 -out $TESTDIR/dh_5114_1… 32 ./util/opensslwrap.sh genpkey -genparam -algorithm DH -pkeyopt dh_rfc5114:2 -out $TESTDIR/dh_5114_2… 33 ./util/opensslwrap.sh genpkey -genparam -algorithm DH -pkeyopt dh_rfc5114:3 -out $TESTDIR/dh_5114_3… 34 ./util/opensslwrap.sh genpkey -genparam -algorithm DHX -pkeyopt dh_rfc5114:2 -out $TESTDIR/dhx_5114… 36 ./util/opensslwrap.sh genpkey -genparam -algorithm DHX -pkeyopt pbits:1024 -pkeyopt qbits:160 -pkey… 37 ./util/opensslwrap.sh genpkey -genparam -algorithm DHX -pkeyopt pbits:1024 -pkeyopt qbits:224 -pkey… 38 ./util/opensslwrap.sh genpkey -genparam -algorithm DHX -pkeyopt pbits:1024 -pkeyopt qbits:256 -pkey… 40 ./util/opensslwrap.sh genpkey -genparam -algorithm DHX -pkeyopt pbits:1024 -pkeyopt qbits:160 -pkey… 42 ./util/opensslwrap.sh genpkey -genparam -algorithm DHX -pkeyopt pbits:2048 -pkeyopt qbits:160 -pkey… 43 ./util/opensslwrap.sh genpkey -genparam -algorithm DHX -pkeyopt pbits:2048 -pkeyopt qbits:224 -pkey… [all …]
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | unbound-fuzzme.patch | 77 @@ -447,7 +456,7 @@ util/configparser.c util/configparser.h: $(srcdir)/util/configparser.y 87 …$(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstree.… 88 $(srcdir)/util/rtt.h $(srcdir)/services/authzone.h $(srcdir)/validator/val_kcache.h \ 91 + $(srcdir)/util/locks.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h \ 92 + $(srcdir)/daemon/remote.h $(srcdir)/util/config_file.h \ 93 + $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h $(srcdir)/services/listen_dnsp… 94 + $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/services/cache/rrset.h \ 95 + $(srcdir)/util/data/packed_rrset.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstre… 96 + $(srcdir)/util/rbtree.h $(srcdir)/util/rtt.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/fptr_w… 97 + $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/r… [all …]
|
| H A D | drop-tld.diff | 21 diff --git a/util/config_file.h b/util/config_file.h 23 --- a/util/config_file.h 24 +++ b/util/config_file.h 34 diff --git a/util/configlexer.lex b/util/configlexer.lex 36 --- a/util/configlexer.lex 37 +++ b/util/configlexer.lex 46 diff --git a/util/configparser.y b/util/configparser.y 48 --- a/util/configparser.y 49 +++ b/util/configparser.y
|
| H A D | redirect-bogus.patch | 117 Index: util/config_file.c 119 --- util/config_file.c (revision 4191) 120 +++ util/config_file.c (working copy) 154 Index: util/config_file.h 156 --- util/config_file.h (revision 4191) 157 +++ util/config_file.h (working copy) 168 Index: util/configlexer.lex 170 --- util/configlexer.lex (revision 4191) 171 +++ util/configlexer.lex (working copy) 181 Index: util/configparser.y [all …]
|
| /freebsd/contrib/unbound/util/ |
| H A D | configparser.c | 70 #line 38 "util/configparser.y" 80 #include "util/configyyrename.h" 81 #include "util/config_file.h" 82 #include "util/net_help.h" 101 #line 102 "util/configparser.c" 3032 #line 231 "util/configparser.y" in yyparse() 3037 #line 3038 "util/configparser.c" in yyparse() 3041 #line 238 "util/configparser.y" in yyparse() 3046 #line 3047 "util/configparser.c" in yyparse() 3050 #line 363 "util/configparser.y" in yyparse() [all …]
|
| H A D | configlexer.c | 2 #include "util/configyyrename.h" 4415 #line 1 "util/configlexer.lex" 4416 #line 2 "util/configlexer.lex" 4437 #include "util/config_file.h" 4438 #include "util/configparser.h" 4604 #line 191 "util/configlexer.lex" 4835 #line 211 "util/configlexer.lex" 4902 #line 212 "util/configlexer.lex" 4908 #line 214 "util/configlexer.lex" 4915 #line 217 "util/configlexer.lex" [all …]
|
| /freebsd/sys/tools/syscalls/tools/ |
| H A D | util.lua | 9 local util = {} 18 function util.trim(s, char) 29 function util.split(s, re) 39 function util.warn(msg) 44 function util.abort(status, msg) 57 function util.set(t) 72 function util.setFromString(str, re) 81 function util.isEmpty(tbl) 98 function util.pairsByKeys(t, f) 121 function util.isPtrType(type, abi) [all …]
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | Makefile | 8 util.c \ 9 util.h \ 10 util-evdev.c \ 11 util-evdev.h \ 12 util-list.c \ 13 util-list.h 21 CWARNFLAGS.util.c+= -Wno-shadow 22 LIBADD= m util
|
| /freebsd/contrib/pam-krb5/ |
| H A D | Makefile.am | 35 noinst_LTLIBRARIES = pam-util/libpamutil.la portable/libportable.la 40 pam_util_libpamutil_la_SOURCES = pam-util/args.c pam-util/args.h \ 41 pam-util/logging.c pam-util/logging.h pam-util/options.c \ 42 pam-util/options.h pam-util/vector.c pam-util/vector.h 59 module_pam_krb5_la_LIBADD = pam-util/libpamutil.la portable/libportable.la \ 94 tests/module/stacked-t tests/module/trace-t tests/pam-util/args-t \ 95 tests/pam-util/fakepam-t tests/pam-util/logging-t \ 96 tests/pam-util/options-t tests/pam-util/vector-t \ 118 module/setcred.lo module/support.lo pam-util/libpamutil.la \ 155 tests_pam_util_args_t_LDADD = pam-util/libpamutil.la \ [all …]
|
| /freebsd/sys/tools/syscalls/core/ |
| H A D | scarg.lua | 11 local util = require("tools.util") 37 return util.trim(arg) 44 line = util.trim(line) -- This provides a clearer abort error. 45 self.scarg = util.trim(line, ',') 55 return util.trim(self.scarg:gsub(self.name .. "$", ""), nil) 58 util.abort(1, "Malformed argument line: " .. line) 70 -- util.is64bitType() needs a bare type so check it after 74 util.is64bitType(self.type)) 79 if util.isPtrType(self.type) then 89 if util.isPtrArrayType(self.type) and [all …]
|
| H A D | freebsd-syscall.lua | 10 local util = require("tools.util") 71 util.abort(1, 87 util.warn("use of non-include cpp " .. 108 util.abort(1, 125 util.abort(1, "Dangling system call at the end") 133 util.warn("non-include pre-processor directives in the " .. 145 local name = util.structName(v.type)
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | memory.cppm | |
| H A D | memory.inc | 136 // [util.smartptr.weak.bad], class bad_weak_ptr 139 // [util.smartptr.shared], class template shared_ptr 142 // [util.smartptr.shared.create], shared_ptr creation 148 // [util.smartptr.shared.spec], shared_ptr specialized algorithms 151 // [util.smartptr.shared.cast], shared_ptr casts 161 // [util.smartptr.shared.io], shared_ptr I/O 163 // [util.smartptr.weak], class template weak_ptr 166 // [util.smartptr.weak.spec], weak_ptr specialized algorithms 168 // [util.smartptr.ownerless], class template owner_less 171 // [util.smartptr.enab], class template enable_shared_from_this [all …]
|
| /freebsd/usr.bin/bmake/tests/variables/modifier_M/ |
| H A D | expected.stdout.1 | 1 all files: main.c globals.h util.c util.h map.c map.h parser.y lexer.l cmdman.1 format.5 2 cfiles: main.c util.c map.c 3 hfiles: globals.h util.h map.h 6 utility files: util.c util.h
|
| /freebsd/crypto/krb5/src/ |
| H A D | Makefile.in | 9 SUBDIRS=util include lib \ 35 WINSUBDIRS=include util lib ccapi windows clients appl plugins\preauth\spake \ 46 # needs autoconf.h, but building "all" in include requires that util/et 162 util\Makefile \ 163 util\et\Makefile util\profile\Makefile util\profile\testmod\Makefile \ 164 util\support\Makefile \ 165 util\windows\Makefile \ 265 ##DOS##util\Makefile: util\Makefile.in $(MKFDEP) 267 ##DOS##util\et\Makefile: util\et\Makefile.in $(MKFDEP) 269 ##DOS##util\profile\Makefile: util\profile\Makefile.in $(MKFDEP) [all …]
|
| /freebsd/sys/tools/syscalls/ |
| H A D | config.lua | 17 local util = require("tools.util") 164 key = util.trim(key) 165 value = util.trim(value) 176 trailing_context = util.trim(trailing_context) 179 util.abort(1, 183 value = util.trim(value, delim) 188 value = util.trim(value) 190 util.abort(1, 200 util.abort(1, "Malformed config line: " .. nextline) 223 config[k] = util.setFromString(v, "[^|]+") [all …]
|
| /freebsd/crypto/openssl/Configurations/ |
| H A D | windows-makefile.tmpl | 7 use OpenSSL::Util; 286 ECHO="$(PERL)" "$(SRCDIR)\util\echo.pl" 496 @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "{- $target{makedep_scheme} -}" 512 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(MODULESDIR)" 513 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)" 516 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(INSTALL_FIPSMODULE)" "$(MODULESDIR)" 519 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(INSTALL_FIPSMODULECONF)" "$(OPENSSLDIR)" 535 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)\certs" 536 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)\private" 537 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)\misc" [all …]
|
| /freebsd/crypto/krb5/src/lib/gssapi/generic/ |
| H A D | Makefile.in | 111 errmap.h: $(top_srcdir)/util/gen.pl $(top_srcdir)/util/t_array.pm \ 112 $(top_srcdir)/util/t_bimap.pm 113 $(PERL) -w -I$(top_srcdir)/util $(top_srcdir)/util/gen.pl bimap \ 119 maptest.h: $(top_srcdir)/util/gen.pl $(top_srcdir)/util/t_array.pm \ 120 $(top_srcdir)/util/t_bimap.pm 121 $(PERL) -w -I$(top_srcdir)/util $(top_srcdir)/util/gen.pl bimap \
|
| /freebsd/krb5/util/ss/ |
| H A D | Makefile | 18 .PATH: ${KRB5_DIR}/util/ss 40 CFLAGS+=-I${KRB5_DIR}/util/ss \ 41 -I${KRB5_DIR}/util/et \ 42 -I${KRB5_DIR}/util \ 60 sh ${KRB5_DIR}/util/ss/config_script ${KRB5_DIR}/util/ss/mk_cmds.sh \ 88 ./mk_cmds ${KRB5_DIR}/util/ss/std_rqs.ct
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | tmpfs7.sh | 46 #include "util.h" 72 #include "util.h" 88 cat > util.c <<EOF 210 cat > util.h <<EOF 230 mycc -c -Wall -Wextra -O2 util.c 231 mycc -o server -Wall -Wextra -O2 server.c util.o 232 mycc -o client -Wall -Wextra -O2 client.c util.o 233 rm -f server.c client.c util.c util.o util.h mysocket
|
| /freebsd/crypto/openssl/engines/ |
| H A D | build.info | 39 GENERATE[padlock.ld]=../util/engines.num 49 GENERATE[capi.ld]=../util/engines.num 59 GENERATE[afalg.ld]=../util/engines.num 69 GENERATE[devcrypto.ld]=../util/engines.num 80 GENERATE[loader_attic.ld]=../util/engines.num 90 GENERATE[dasync.ld]=../util/engines.num 98 GENERATE[ossltest.ld]=../util/engines.num
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | 311 util/invoke-ntp-keygen.texi@1.530 +2 -2 314 util/ntp-keygen-opts.c@1.551 +174 -174 317 util/ntp-keygen-opts.h@1.549 +3 -3 320 util/ntp-keygen.1ntp-keygenman@1.358 +2 -2 323 util/ntp-keygen.1ntp-keygenmdoc@1.358 +2 -2 326 util/ntp-keygen.html@1.203 +2 -2 329 util/ntp-keygen.man.in@1.358 +2 -2 332 util/ntp-keygen.mdoc.in@1.358 +2 -2 651 util/invoke-ntp-keygen.texi@1.529 +2 -2 654 util/nt [all...] |
| /freebsd/contrib/pam-krb5/tests/ |
| H A D | TESTS | 37 pam-util/args valgrind 38 pam-util/fakepam valgrind 39 pam-util/logging valgrind 40 pam-util/options valgrind 41 pam-util/vector valgrind
|