HomeSort by: relevance | last modified time | path
    Searched refs:lastout (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/grep/dist/src/
grep.c 471 static char const *lastout; /* Pointer after last character output; variable
568 lastout = lim;
601 lastout = lim;
624 lastout = lim;
634 if (!lastout)
635 lastout = bufbeg;
636 while (pending > 0 && lastout < lim)
638 char const *nl = memchr (lastout, eolbyte, lim - lastout);
642 || (((*execute) (lastout, nl - lastout, &match_size, 0) == (size_t) -1
    [all...]
  /src/usr.sbin/mtrace/
mtrace.c 1154 u_int32_t lastout = 0; local
1483 (recvlen = send_recv(lastout, IGMP_MTRACE_QUERY, hops, 1, &base)))
1484 tdst = lastout;
1505 (hops == 1 || (base.resps+nexthop-2)->tr_outaddr == lastout)) {
1545 lastout = r->tr_outaddr;

Completed in 34 milliseconds