Home
last modified time | relevance | path

Searched defs:prune (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/usr.sbin/dvmrpd/
H A Dprune.c40 struct prune_hdr prune; in send_prune() local
85 struct prune_hdr *prune; in recv_prune() local
H A Ddvmrpd.h159 struct prune { struct
160 struct in_addr origin;
161 struct in_addr netmask;
162 struct in_addr group;
163 struct in_addr nexthop;
164 u_short ifindex;
165 u_int32_t lifetime;
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Derase_fn_imps.hpp117 prune(Pred pred) in prune() function in PB_DS_CLASS_C_DEC
/openbsd-src/gnu/llvm/llvm/utils/
H A Dpipeline.py122 def prune(srcPipeObj): function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp267 void prune(LinkGraph &G) { in prune() function
/openbsd-src/usr.bin/diff/
H A Ddiffreg.c524 prune(void) in prune() function
/openbsd-src/usr.bin/rcs/
H A Ddiff.c457 prune(void) in prune() function
/openbsd-src/usr.bin/cvs/
H A Ddiff_internals.c475 prune(void) in prune() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp701 auto prune = [](MDNode *Parent, MDNode *Child) { in traverse() local