OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastq
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/mail/
format.c
437
char *
lastq
;
local
444
lastq
= nbuf;
455
lastq
= q;
464
*
lastq
= '\0';
872
char *
lastq
;
local
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
153
lastq
= dst;
164
lastq
= cp2-1;
183
while (cp2 >
lastq
&& is_WSP(cp2[-1]))
/src/usr.sbin/mrouted/
snmp.c
768
static int
lastq
= -1;
local
770
if (quantum!=
lastq
|| v_req->vifi != ifnum) {
771
lastq
= quantum;
prune.c
468
static int
lastq
= -1;
local
470
if (quantum !=
lastq
|| sg->src.s_addr!=st->st_origin
472
lastq
= quantum;
/src/sys/dev/ieee1394/
fwohci.c
1728
struct fwohcidb_tr *db_tr, *
lastq
, *tmpq;
local
1799
lastq
= NULL;
1801
lastq
= tmpq;
1802
lastq
->link.stqe_next = STAILQ_FIRST(&dbch->db_trq);
Completed in 84 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026