Searched refs:lastq (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dformat.c444 char *lastq; local
451 lastq = nbuf;
462 lastq = q;
471 *lastq = '\0';
879 char *lastq; local
886 lastq = nbuf;
896 lastq = q;
902 if (lastq == nbuf)
904 *lastq = '\0'; /* NULL termination */
916 lastq
[all...]
H A Dmime_decode.c147 char *lastq; local
153 lastq = dst;
164 lastq = cp2-1;
183 while (cp2 > lastq && is_WSP(cp2[-1]))
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dsnmp.c768 static int lastq = -1; local
770 if (quantum!=lastq || v_req->vifi != ifnum) {
771 lastq = quantum;
H A Dprune.c468 static int lastq = -1; local
470 if (quantum != lastq || sg->src.s_addr!=st->st_origin
472 lastq = quantum;
/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dfwohci.c1717 struct fwohcidb_tr *db_tr, *lastq, *tmpq; local
1788 lastq = NULL;
1790 lastq = tmpq;
1791 lastq->link.stqe_next = STAILQ_FIRST(&dbch->db_trq);

Completed in 145 milliseconds