Home
last modified time | relevance | path

Searched refs:wpfx (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-bgp.c2386 int wpfx; in bgp_update_print() local
2426 wpfx = decode_prefix4(ndo, p, withdrawn_routes_len, buf, sizeof(buf)); in bgp_update_print()
2427 if (wpfx == -1) { in bgp_update_print()
2430 } else if (wpfx == -2) in bgp_update_print()
2432 else if (wpfx == -3) in bgp_update_print()
2436 p += wpfx; in bgp_update_print()
2437 length -= wpfx; in bgp_update_print()
2438 withdrawn_routes_len -= wpfx; in bgp_update_print()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c1273 HChar* wpfx = VG_(getenv)("WINEPREFIX"); in VG_() local
1274 if (is_quald && wpfx) { in VG_()
1278 Int mashedSzB = VG_(strlen)(pdbname) + VG_(strlen)(wpfx) + 50/*misc*/; in VG_()
1281 wpfx, pdbname[0], &pdbname[2]); in VG_()
1286 else if (is_quald && home && !wpfx) { in VG_()