Searched defs:b_tmp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_mod.c192 struct proto_handler *b, *b_tmp;; local
195 LIST_FOREACH_SAFE(b, &handler_chain, entries, b_tmp) {
325 struct dll *b = NULL, *b_tmp; local
328 SLIST_FOREACH_SAFE(b, &dll_chain, next, b_tmp)

Completed in 283 milliseconds