HomeSort by: relevance | last modified time | path
    Searched defs:lastq (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/mrouted/
snmp.c 768 static int lastq = -1; variable in typeref:typename:int
770 if (quantum!=lastq || v_req->vifi != ifnum) {
771 lastq = quantum;
prune.c 468 static int lastq = -1; local in function:refresh_sg
470 if (quantum != lastq || sg->src.s_addr!=st->st_origin
472 lastq = quantum;
  /src/usr.bin/mail/
format.c 437 char *lastq; local in function:get_comments
444 lastq = nbuf;
455 lastq = q;
464 *lastq = '\0';
872 char *lastq; local in function:get_display_name
879 lastq = nbuf;
889 lastq = q;
895 if (lastq == nbuf)
897 *lastq = '\0'; /* NULL termination */
909 lastq = q
    [all...]
mime_decode.c 147 char *lastq; local in function:get_param
153 lastq = dst;
164 lastq = cp2-1;
183 while (cp2 > lastq && is_WSP(cp2[-1]))
  /src/sys/dev/ieee1394/
fwohci.c 1728 struct fwohcidb_tr *db_tr, *lastq, *tmpq; local in function:fwohci_db_init
1799 lastq = NULL;
1801 lastq = tmpq;
1802 lastq->link.stqe_next = STAILQ_FIRST(&dbch->db_trq);

Completed in 44 milliseconds