OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qlist
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/edquota/
edquota.c
248
struct quotalist *
qlist
;
local
250
qlist
= malloc(sizeof(*
qlist
));
251
if (
qlist
== NULL) {
255
qlist
->head = NULL;
256
qlist
->tail = NULL;
257
qlist
->idtypename = NULL;
259
return
qlist
;
266
quotalist_destroy(struct quotalist *
qlist
)
270
for (qup =
qlist
->head; qup; qup = nextqup)
561
struct quotalist *
qlist
;
local
[
all
...]
/src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Parser.py
162
qlist
= []
168
qlist
.append(val)
179
return
qlist
182
qlist
= []
188
qlist
.append(val)
195
qlist
.append(val)
207
return
qlist
282
qlist
= self.quad_list_with_keys(val, tokens, self.named)
283
self.named.options.setAllowTransfer(
qlist
)
286
qlist
= self.quad_list(val, tokens
[
all
...]
/src/games/quiz/
quiz.c
63
static QE
qlist
;
variable
134
qp = &
qlist
;
174
for (qp =
qlist
.q_next; qp; qp = qp->q_next) {
199
for (qp =
qlist
.q_next; qp; qp = qp->q_next) {
239
qp =
qlist
.q_next;
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
15258
const DNSQuestion *const
qlist
= localOnlyOrP2P ? m->LocalOnlyQuestions : m->Questions;
15259
if (IsQuestionInList(
qlist
, question))
Completed in 38 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026