Searched refs:func (Results 276 - 300 of 1516) sorted by relevance

<<11121314151617181920>>

/openbsd-current/regress/sys/net/pf_divert/
H A Dargs-icmp-reply-to.pl15 func => sub {
/openbsd-current/regress/usr.sbin/relayd/
H A Dargs-http-callback.pl11 func => sub {
46 func => \&http_server,
H A Dargs-http-filter-method.pl8 func => \&http_client,
H A Dargs-http-headline-callback.pl11 func => sub {
46 func => \&http_server,
H A Dargs-http-host.pl6 func => sub {
31 func => \&http_server,
H A Dargs-http-host3.pl6 func => sub {
31 func => \&http_server,
H A Dargs-http-host4.pl6 func => sub {
31 func => \&http_server,
H A Dargs-https-chunked-callback.pl11 func => sub {
51 func => \&http_server,
H A Dargs-https-headline-close.pl10 func => sub {
H A Dargs-timein.pl8 func => sub {
H A Dargs-timeout.pl8 func => sub {
H A Dargs-timeput-ssl.pl8 func => \&write_char,
H A Dargs-http-chunked-invalid.pl13 func => sub {
46 func => \&http_server,
H A Dargs-http-invalid-header2.pl8 func => sub {
32 func => \&http_server,
/openbsd-current/usr.sbin/tcpdump/
H A Dsetsignal.c32 setsignal(int sig, void (*func)(int)) argument
37 sa.sa_handler = func;
/openbsd-current/usr.bin/make/
H A Dgarray.h77 #define Array_Find(l, func, v) \
81 if ((func)((l)->a[i], (v)) == 0)\
85 #define Array_FindP(l, func, v) \
89 if ((func)(&((l)->a[i]), (v)) == 0) \
93 #define Array_ForEach(l, func, v) \
97 (func)((l)->a[i], (v)); \
100 #define Array_Every(l, func) \
104 (func)((l)->a[i]); \
/openbsd-current/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/
H A Dmain.cpp7 void func(int *ptr) { function
34 func(a); // Break 1.
/openbsd-current/lib/csu/alpha/
H A Dmd_init.h35 #define MD_SECT_CALL_FUNC(section, func) \
37 " jsr $26," #func " \n" \
/openbsd-current/lib/csu/sh/
H A Dmd_init.h60 #define MD_SECT_CALL_FUNC(section, func) \
67 "1: .long " #func " - 0b \n" \
/openbsd-current/lib/csu/sparc64/
H A Dmd_init.h36 #define MD_SECT_CALL_FUNC(section, func) \
38 " call " #func ", 0 \n" \
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py111 def expectedFailure(func):
112 return unittest2.expectedFailure(func)
115 def expectedFailure_impl(func):
116 if isinstance(func, type) and issubclass(func, unittest2.TestCase):
120 @wraps(func)
124 xfail_func = unittest2.expectedFailure(func)
127 func(*args, **kwargs)
141 def skipTestIfFn_impl(func):
142 if isinstance(func, typ
[all...]
/openbsd-current/regress/lib/csu/callbacks/atexit/
H A Datexit_test.c44 void (*func)(void) = dlsym(libaa, "aa");
45 if (func == NULL)
47 func();
53 void (*func)(void) = dlsym(libab, "ab");
54 if (func == NULL)
56 func();
/openbsd-current/regress/sys/kern/sosplice/tcp/
H A Dargs-unsplice-forked.pl9 func => sub { errignore(@_); write_stream(@_); },
14 func => sub {
17 or die "relay func: fork failed: $!";
46 func => sub { sleep 3; read_stream(@_); },
/openbsd-current/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp47 size_t ArchitecturePPC64::GetBytesToSkip(Symbol &func, argument
50 func.GetFileAddress() + GetLocalEntryOffset(func))
51 return func.GetPrologueByteSize();
55 void ArchitecturePPC64::AdjustBreakpointAddress(const Symbol &func, argument
57 int32_t loffs = GetLocalEntryOffset(func);
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Digt_live_test.c17 const char *func,
27 t->func = func;
35 func, name, err);
63 t->func, t->name,
75 t->func, t->name, engine->name,
15 igt_live_test_begin(struct igt_live_test *t, struct drm_i915_private *i915, const char *func, const char *name) argument

Completed in 119 milliseconds

<<11121314151617181920>>