OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:q_forw
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/upstream-netbsd/lib/libc/stdlib/
insque.c
38
struct qelem *
q_forw
;
member in struct:qelem
52
e->
q_forw
= p->
q_forw
;
53
if (p->
q_forw
)
54
p->
q_forw
->q_back = e;
55
p->
q_forw
= e;
57
e->
q_forw
= 0;
remque.c
38
struct qelem *
q_forw
;
member in struct:qelem
49
if (e->
q_forw
)
50
e->
q_forw
->q_back = e->q_back;
52
e->q_back->
q_forw
= e->
q_forw
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
search.h
37
struct qelem *
q_forw
;
member in struct:qelem
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
search.h
37
struct qelem *
q_forw
;
member in struct:qelem
Completed in 3256 milliseconds