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.c482 char *pat, *rrep; in expand() local
500 rrep = d ? evalstr(p, in expand()
570 d = shf_smprintf("%s%s%s", end, rrep, p); in expand()
572 sbeg = d + (sbeg - s) + strlen(rrep); in expand()
582 if (rrep != null) in expand()
583 afree(rrep, ATEMP); in expand()