Home
last modified time | relevance | path

Searched refs:to_remove (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dhook.c59 hook_remove_locked(seq_hooks_t *to_remove) { in hook_remove_locked() argument
61 bool success = seq_try_load_hooks(&hooks_internal, to_remove); in hook_remove_locked()
67 seq_store_hooks(to_remove, &hooks_internal); in hook_remove_locked()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h432 extent_list_replace(extent_list_t *list, extent_t *to_remove, in extent_list_replace() argument
434 ql_after_insert(to_remove, to_insert, ql_link); in extent_list_replace()
435 ql_remove(list, to_remove, ql_link); in extent_list_replace()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp772 StringRef to_remove = cmd; in dropUnrelatedFrontTokens() local
773 while (!to_remove.empty() && !IsTokenSeparator(to_remove.back())) { in dropUnrelatedFrontTokens()
774 to_remove = to_remove.drop_back(); in dropUnrelatedFrontTokens()
776 cmd = cmd.drop_front(to_remove.size()); in dropUnrelatedFrontTokens()
/freebsd/contrib/ncurses/progs/
H A Dtic.c65 static const char *to_remove; variable
125 if (to_remove != 0) { in cleanup()
129 rc = remove(to_remove); in cleanup()
131 rc = unlink(to_remove); in cleanup()
134 perror(to_remove); in cleanup()
447 to_remove = strdup(alt_file); in copy_input()
936 to_remove = source_file; in main()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1528 int to_remove; in SWIG_Lua_iterate_bases() local
1578 to_remove = subcall_last_arg - last_arg; in SWIG_Lua_iterate_bases()
1579 for(j=0;j<to_remove;j++) in SWIG_Lua_iterate_bases()