| /src/external/gpl3/gdb/dist/gdb/ |
| gdb-code-style.el | 34 (defun gdb-fun-name-hook () 38 (add-hook 'c-mode-common-hook 'gdb-fun-name-hook) 41 (defun gdb-include-hook () 46 (add-hook 'c-mode-common-hook 'gdb-include-hook) 51 (defun gdb-markup-hook () 56 (add-hook 'c-mode-common-hook 'gdb-markup-hook [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdb-code-style.el | 34 (defun gdb-fun-name-hook () 38 (add-hook 'c-mode-common-hook 'gdb-fun-name-hook) 41 (defun gdb-include-hook () 46 (add-hook 'c-mode-common-hook 'gdb-include-hook) 51 (defun gdb-markup-hook () 56 (add-hook 'c-mode-common-hook 'gdb-markup-hook [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| test_hooks.c | 6 hook() { function 21 expect_false(hook_called, "Nulling out hook didn't take."); 26 test_hooks_libc_hook = &hook; 29 expect_true(hook_called, "Hook should have executed.");
|
| prof_hook.c | 22 expect_u_gt(*len, 0, "Default backtrace hook returned empty backtrace"); 24 "Default backtrace hook returned too large backtrace"); 47 "Incorrect file name passed to the dump hook"); 59 expect_false(mock_bt_hook_called, "Called mock hook before it's set"); 64 EINVAL, "Incorrectly allowed NULL backtrace hook"); 67 prof_backtrace_hook_t hook = &mock_bt_hook; local 69 (void *)&default_hook, &default_hook_sz, (void *)&hook, 70 sizeof(hook)), 0, "Unexpected mallctl failure setting hook"); 75 expect_true(mock_bt_hook_called, "Didn't call mock hook"); 104 prof_backtrace_hook_t hook = &mock_bt_augmenting_hook; local 141 prof_dump_hook_t hook = &mock_dump_hook; local [all...] |
| arena_reset.c | 267 extent_hooks_t *hook = &new_hooks; local 270 (void *)&hook, sizeof(void *)), 0, 289 "Wrong hook function");
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| hooks.c | 6 hook() { function 21 assert_false(hook_called, "Nulling out hook didn't take."); 26 hooks_libc_hook = &hook; 29 assert_true(hook_called, "Hook should have executed.");
|
| /src/share/misc/ |
| NetBSD.el | 95 (defun netbsd-knf-write-contents-hook () 104 (remove-hook 'write-contents-hook 'netbsd-knf-write-contents-hook)) 107 (defun netbsd-knf-c-mode-hook () 120 (add-hook 'write-contents-hooks 'netbsd-knf-write-contents-hook)) 122 (add-hook 'c-mode-hook 'netbsd-knf-c-mode-hook) [all...] |
| /src/external/bsd/kyua-cli/dist/bootstrap/ |
| plain_helpers.cpp | 97 int (*hook)(int, char**); member in struct:__anon6930::helper 145 return iter->hook(argc, argv);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| list-aux.cc | 55 hook(_List_node_base * const __position) throw (); 127 _List_node_base::hook(_List_node_base* const __position) throw () function in class:_List_node_base
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| list-aux.cc | 55 hook(_List_node_base * const __position) throw (); 127 _List_node_base::hook(_List_node_base* const __position) throw () function in class:_List_node_base
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_quirks.c | 65 void (*hook)(struct drm_i915_private *i915); member in struct:intel_quirk 70 void (*hook)(struct drm_i915_private *i915); member in struct:intel_dmi_quirk 92 .hook = quirk_invert_brightness, 169 q->hook(i915); 173 intel_dmi_quirks[i].hook(i915);
|
| /src/external/apache2/llvm/dist/llvm/utils/emacs/ |
| tablegen-mode.el | 89 (defvar tablegen-mode-hook nil) 103 Runs `tablegen-mode-hook' on startup." 120 (run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to 121 ; customize the mode with a hook.
|
| /src/external/bsd/jemalloc/dist/src/ |
| hook.c | 3 #include "jemalloc/internal/hook.h" 77 char *hook = (char *)opaque; local 78 assert(hooks_begin <= hook && hook < hooks_end 79 && (hook - hooks_begin) % sizeof(seq_hooks_t) == 0); 110 * - Right now, we turn on reentrancy during things like extent hook 114 * - If a hook allocates, we may want it to be relatively fast (after 158 hooks_internal_t hook; local 159 FOR_EACH_HOOK_BEGIN(&hook) 160 hook_alloc h = hook.hooks.alloc_hook 172 hooks_internal_t hook; local 186 hooks_internal_t hook; local [all...] |
| /src/external/bsd/libpcap/dist/pcap/ |
| nflog.h | 60 uint8_t hook; /* netfilter hook */ member in struct:nflog_packet_hdr
|
| /src/external/mpl/bind/dist/lib/ns/ |
| hooks.c | 285 ns_hook_t *hook = NULL, *next = NULL; local 294 for (hook = ISC_LIST_HEAD((*table)[i]); hook != NULL; 295 hook = next) 297 next = ISC_LIST_NEXT(hook, link); 298 ISC_LIST_UNLINK((*table)[i], hook, link); 299 if (hook->mctx != NULL) { 300 isc_mem_putanddetach(&hook->mctx, hook, 301 sizeof(*hook)); [all...] |
| /src/sys/arch/hpc/stand/hpcboot/menu/ |
| menu.cpp | 480 struct HpcMenuInterface::cons_hook_args *hook = 0; local 516 hook = &menu._cons_hook[id - IDC_CONS_BTN_]; 517 if (hook->func) 518 hook->func(hook->arg, menu._cons_parameter);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common.cc | 298 auto hook = MFHooks[i].malloc_hook; local 299 if (!hook) return; 300 hook(ptr, size); 306 auto hook = MFHooks[i].free_hook; local 307 if (!hook) return; 308 hook(ptr);
|
| /src/external/bsd/tcpdump/dist/ |
| print-nflog.c | 73 nd_uint8_t hook; /* netfilter hook */ member in struct:nflog_packet_hdr
|
| /src/external/gpl3/gcc/dist/gcc/ |
| varpool.cc | 46 varpool_node_hook hook; member in struct:varpool_node_hook_list 51 /* Register HOOK to be called with DATA on each removed node. */ 53 symbol_table::add_varpool_removal_hook (varpool_node_hook hook, void *data) 59 entry->hook = hook; 87 entry->hook (node, entry->data); 92 /* Register HOOK to be called with DATA on each inserted node. */ 94 symbol_table::add_varpool_insertion_hook (varpool_node_hook hook, void *data) 100 entry->hook = hook; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| varpool.cc | 46 varpool_node_hook hook; member in struct:varpool_node_hook_list 51 /* Register HOOK to be called with DATA on each removed node. */ 53 symbol_table::add_varpool_removal_hook (varpool_node_hook hook, void *data) 59 entry->hook = hook; 87 entry->hook (node, entry->data); 92 /* Register HOOK to be called with DATA on each inserted node. */ 94 symbol_table::add_varpool_insertion_hook (varpool_node_hook hook, void *data) 100 entry->hook = hook; [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common.cpp | 306 auto hook = MFHooks[i].malloc_hook; local 307 if (!hook) return; 308 hook(ptr, size); 314 auto hook = MFHooks[i].free_hook; local 315 if (!hook) return; 316 hook(ptr);
|
| /src/external/lgpl3/gmp/dist/mpn/lisp/ |
| gmpasm-mode.el | 81 (defcustom gmpasm-mode-hook nil 82 "*Hook called by `gmpasm-mode'." 83 :type 'hook 245 `gmpasm-mode-hook' is run after initializations are complete." 367 (run-hooks 'gmpasm-mode-hook))
|
| /src/external/mit/lua/dist/src/ |
| ldblib.c | 28 ** The hook table at registry[HOOKKEY] maps threads to their current 29 ** hook function. 324 ** Call hook function registered at hook table for the current 332 if (lua_rawget(L, -2) == LUA_TFUNCTION) { /* is there a hook function? */ 338 lua_call(L, 2, 0); /* call hook function */ 373 if (lua_isnoneornil(L, arg+1)) { /* no hook? */ 392 lua_pushvalue(L, arg + 1); /* value (hook function) */ 393 lua_rawset(L, -3); /* hooktable[L1] = new Lua hook */ 404 lua_Hook hook = lua_gethook(L1) local [all...] |
| /src/external/mpl/bind/dist/tests/libtest/ |
| ns.c | 343 * A hook action which stores the query context pointed to by "arg" at 344 * "data". Causes execution to be interrupted at hook insertion 381 const ns_hook_t hook = { local 392 * client, but first hook into query_setup() so that we can just 399 ns_hook_add(query_hooks, mctx, NS_QUERY_SETUP, &hook); 457 * set in ns_client_request(), i.e. earlier than the unit tests hook
|
| /src/sys/kern/ |
| sysv_sem.c | 91 void *hook; /* cookie from exithook_establish() */ variable 155 hook = exithook_establish(semexit, NULL); 172 /* Remove the exit hook */ 173 if (hook) 174 exithook_disestablish(hook);
|