Home
last modified time | relevance | path

Searched refs:util (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/freebsd/contrib/unbound/
H A DMakefile.in119 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/sys/tools/syscalls/tools/
H A Dutil.lua9 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/contrib/unbound/contrib/
H A Dunbound-fuzzme.patch77 @@ -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 Ddrop-tld.diff21 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 Dredirect-bogus.patch117 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/sys/tools/syscalls/
H A Dconfig.lua17 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/usr.sbin/moused/moused/
H A DMakefile8 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/sys/tools/syscalls/core/
H A Dscarg.lua11 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)
74 util.is64bitType(self.type))
79 if util.isPtrType(self.type) then
89 if util.isPtrArrayType(self.type) and
124 if config.abiChanges("pair_64bit") and util.is64bitType(self.type) then
H A Dfreebsd-syscall.lua10 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)
H A Dsyscall.lua12 local util = require("tools.util")
18 syscall.known_flags = util.set {
54 local stripped = util.stripAbiPrefix(self.name, self.prefix)
67 util.abort(1, "Bad type: " .. k)
79 self.noproto = not util.isEmpty(config.abi_flags) and
83 if util.isPtrType(v.type, config.abi_intptr_t) then
199 local words = util.split(line, "%S+")
202 self.type = util.setFromString(words[3], "[^|]+")
219 local words = util.split(line, "%S+")
222 util.abort(1, "Malformed line " .. line)
[all …]
/freebsd/usr.bin/bmake/tests/variables/modifier_M/
H A Dexpected.stdout.11 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/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.cppm
H A Dmemory.inc136 // [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/contrib/pam-krb5/
H A DMakefile.am35 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/crypto/krb5/src/
H A DMakefile.in9 SUBDIRS=util include lib \
35 WINSUBDIRS=include util lib ccapi windows clients appl plugins\preauth\spake \
162 util\Makefile \
163 util\et\Makefile util\profile\Makefile util\profile\testmod\Makefile \
164 util\support\Makefile \
165 util\windows\Makefile \
313 AH = util/et/et_h.awk
314 AC = util/et/et_c.awk
319 PR = util/profile/
320 CE = util/et/
[all …]
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py30 import zfs.util
33 _ = zfs.util._
44 __repr__ = zfs.util.default_repr
98 __repr__ = zfs.util.default_repr
122 e = zfs.util.ZFSError(errno.EINVAL,
216 raise zfs.util.ZFSError(errno.EINVAL,
222 except zfs.util.ZFSError, e:
232 except zfs.util.ZFSError, e:
/freebsd/krb5/lib/kadmin_common/
H A DMakefile28 -I${KRB5_DIR}/util \
29 -I${KRB5_OBJTOP}/util \
30 -I${KRB5_OBJTOP}/util/profile \
47 ${KRB5_DIR}/util/ss \
48 ${KRB5_OBJTOP}/util/ss
/freebsd/krb5/util/ss/
H A DMakefile18 .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 sh mk_cmds ${KRB5_DIR}/util/ss/std_rqs.ct
/freebsd/tools/test/stress2/misc/
H A Dsendfile6.sh88 cat > util.c <<EOF
210 cat > util.h <<EOF
230 mycc -c -Wall -Wextra -O2 util.c
231 mycc -o sendfile6_server -Wall -Wextra -O2 sendfile6_server.c util.o
232 mycc -o sendfile6_client -Wall -Wextra -O2 sendfile6_client.c util.o
233 rm -f sendfile6_server.c sendfile6_client.c util.c util.o util.h mysocket
H A Dtmpfs7.sh88 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/krb5/src/lib/gssapi/generic/
H A DMakefile.in111 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/share/examples/libusb20/
H A DMakefile8 bulk: bulk.o util.o
9 $(CC) $(CFLAGS) -o bulk bulk.o util.o -lusb
11 control: control.o util.o
12 $(CC) $(CFLAGS) -o control control.o util.o -lusb
/freebsd/tests/sys/netinet/libalias/
H A DMakefile14 SRCS.1_instance=1_instance.c util.c
15 SRCS.2_natout= 2_natout.c util.c
16 SRCS.3_natin= 3_natin.c util.c
17 SRCS.perf= perf.c util.c
/freebsd/tests/sys/netgraph/
H A DMakefile20 SRCS.basic= basic.c util.c
21 SRCS.bridge= bridge.c util.c
22 SRCS.hub= hub.c util.c
24 SRCS.vlan_rotate=vlan_rotate.c util.c
/freebsd/sys/contrib/zstd/programs/
H A DBUCK3 headers=glob(['*.h'], excludes=['datagen.h', 'platform.h', 'util.h']),
7 ':util',
39 name='util',
42 exported_headers=['util.h', 'platform.h'],

12345678910>>...22