Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-wb.c349 const struct pkt_rrep *rrep, u_int len) in wb_rrep() argument
351 const struct pkt_dop *dop = &rrep->pr_dop; in wb_rrep()
354 if (len < sizeof(*rrep) || !ND_TTEST(*rrep)) in wb_rrep()
356 len -= sizeof(*rrep); in wb_rrep()
359 ipaddr_string(ndo, &rrep->pr_id), in wb_rrep()
/external/mksh/src/
Deval.c484 char *pat = NULL, *rrep = null; in expand() local
504 rrep = wrep ? evalstr(wrep, in expand()
580 if (rrep != null) in expand()
581 afree(rrep, ATEMP); in expand()
582 rrep = wrep ? evalstr(wrep, in expand()
587 d = shf_smprintf(Tf_sss, end, rrep, p); in expand()
589 sbeg = d + (sbeg - s) + strlen(rrep); in expand()
603 if (rrep != null) in expand()
604 afree(rrep, ATEMP); in expand()