Home
last modified time | relevance | path

Searched full:__call (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/heimdal/lib/kadm5/
H A Dcommon_glue.c38 #define __CALL(F, P) (*((kadm5_common_context*)server_handle)->funcs.F)P; macro
45 return __CALL(chpass_principal, (server_handle, princ, password)); in kadm5_chpass_principal()
54 return __CALL(chpass_principal_with_key, in kadm5_chpass_principal_with_key()
64 return __CALL(create_principal, (server_handle, princ, mask, password)); in kadm5_create_principal()
71 return __CALL(delete_principal, (server_handle, princ)); in kadm5_delete_principal()
77 return __CALL(destroy, (server_handle)); in kadm5_destroy()
83 return __CALL(flush, (server_handle)); in kadm5_flush()
92 return __CALL(get_principal, (server_handle, princ, out, mask)); in kadm5_get_principal()
100 return __CALL(modify_principal, (server_handle, princ, mask)); in kadm5_modify_principal()
109 return __CALL(randkey_principal, (server_handle, princ, new_keys, n_keys)); in kadm5_randkey_principal()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dany197 __other.__call(_Action::_Copy, this);
202 __other.__call(_Action::_Move, this);
260 this->__call(_Action::_Destroy);
271 return *static_cast<type_info const*>(this->__call(_Action::_TypeInfo));
289__call(_Action __a, any* __other = nullptr, type_info const* __info = nullptr, const void* __fallb…
294 _LIBCPP_HIDE_FROM_ABI void* __call(
494 __rhs.__call(_Action::_Move, &__tmp);
495 this->__call(_Action::_Move, &__rhs);
496 __tmp.__call(_Action::_Move, this);
498 this->__call(_Action::_Move, &__rhs);
[all …]
/freebsd/contrib/lyaml/spec/
H A Dlib_lyaml_functional_spec.yaml26 setmetatable({}, {__call=nop})
98 expect(f(setmetatable({}, {__call=f}))).to_be(f)
107 expect(f(setmetatable({}, {__call=42}))).to_be(nil)
H A Dspec_helper.lua99 return type(x) == 'function' or type((getmetatable(x) or {}).__call) == 'function'
188 __call = function(self, ...) function
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dpointer_traits.h215 _LIBCPP_CONSTEXPR __decay_t<decltype(__to_address_helper<_Pointer>::__call(std::declval<const _Poin…
217 return __to_address_helper<_Pointer>::__call(__p);
224 __call(const _Pointer& __p) _NOEXCEPT {
234 __call(const _Pointer& __p) _NOEXCEPT {
/freebsd/contrib/lyaml/lib/lyaml/
H A Dfunctional.lua43 -- @treturn bool `true` if *x* is a function has a __call metamethod
47 x =(getmetatable(x) or {}).__call
/freebsd/sys/i386/include/xen/
H A Dhypercall.h123 long __res, __ign1, __ign2, __ign3, __ign4, __ign5, __call; in privcmd_hypercall() local
128 __call = (long)&hypercall_page + (op * 32); in privcmd_hypercall()
135 "5" ((long)(a5)), [call] "a" (__call) in privcmd_hypercall()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dltm.c37 "__concat", "__call" in luaT_init()
/freebsd/sys/amd64/include/xen/
H A Dhypercall.h144 long __call = (long)&hypercall_page + (op * 32); in privcmd_hypercall() local
154 "3" ((long)(a3)), [call] "a" (__call) in privcmd_hypercall()
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h171 return _Invoker::__call(__f_.first(), std::forward<_ArgTypes>(__arg)...);
210 return _Invoker::__call(__f_, std::forward<_ArgTypes>(__arg)...);
587 typedef _Rp (*__Call)(const __policy_storage*, __fast_forward<_ArgTypes>...);
589 __Call __call_;
601 _LIBCPP_HIDE_FROM_ABI explicit __policy_invoker(__Call __c) : __call_(__c) {}
H A Dbind.h261 return _Invoker::__call(static_cast<base&>(*this), std::forward<_Args>(__args)...);
271 return _Invoker::__call(static_cast<base const&>(*this), std::forward<_Args>(__args)...);
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Diota_view.h53 consteval static auto __call() { in __call() function
67 using type = typename decltype(__call())::type;
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dinvoke.h216 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 static _Ret __call(_Args&&... __args) {
224 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 static void __call(_Args&&... __args) {
/freebsd/contrib/lua/src/
H A Dldo.c415 ** Check whether 'func' has a '__call' metafield. If so, put it in the
417 ** an error if there is no '__call' metafield.
578 func = tryfuncTM(L, func); /* try to get '__call' metamethod */ in luaD_pretailcall()
619 func = tryfuncTM(L, func); /* try to get '__call' metamethod */ in luaD_precall()
H A Dltm.c46 "__concat", "__call", "__close" in luaT_init()
/freebsd/contrib/lyaml/doc/modules/
H A Dlyaml.functional.html140 <code>true</code> if <em>x</em> is a function has a __call metamethod
/freebsd/contrib/lyaml/build-aux/
H A Dluke237 …_struct_member_compile(L,env,config,structname,member,extra_hdrs))end}),{__call=function(self,L,en…
309 local weighting=setmetatable(copy(configure),{__call=function(self,config)local t=config.t[config.k…
550 …ointeger)local function iscallable(x)return type(x)=='function'and x or(getmetatable(x)or{}).__call
617 …pack(seq,int(i)or 1,int(j)or int(seq.n)or len(seq))end,write=io.write,},{__call=function(self,env,…
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua114 t.__call = f
324 __call = function (t, ...) function
/freebsd/contrib/lua/doc/
H A Dcontents.html341 <A HREF="manual.html#2.4">__call</A><BR>
H A Dmanual.html457 which is either a function or a value with a <code>__call</code> metamethod.
671 <li><b><code>__call</code>: </b>
2530 the prefixexp <code>__call</code> metamethod is called:
3660 <code>lua_call</code> respects the <code>__call</code> metamethod.
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1877 SWIG_Lua_add_boolean(L, "__call", 1); in SWIG_Lua_populate_inheritable_metamethods()
2335 SWIG_Lua_add_function(L,"__call", clss->constructor); in SWIG_Lua_class_register_static()