Home
last modified time | relevance | path

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

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