Home | History | Annotate | Download | only in man3

Lines Matching refs:queue

13 	makedev.3 offsetof.3 param.3 paths.3 queue.3 rbtree.3 sigevent.3 \
19 USETBL= # used by queue.3
142 MLINKS+=queue.3 LIST.3 \
143 queue.3 LIST_EMPTY.3 \
144 queue.3 LIST_ENTRY.3 \
145 queue.3 LIST_FIRST.3 \
146 queue.3 LIST_FOREACH.3 \
147 queue.3 LIST_FOREACH_SAFE.3 \
148 queue.3 LIST_HEAD.3 \
149 queue.3 LIST_HEAD_INITIALIZER.3 \
150 queue.3 LIST_INIT.3 \
151 queue.3 LIST_INSERT_AFTER.3 \
152 queue.3 LIST_INSERT_BEFORE.3 \
153 queue.3 LIST_INSERT_HEAD.3 \
154 queue.3 LIST_NEXT.3 \
155 queue.3 LIST_REMOVE.3 \
156 queue.3 LIST_REPLACE.3
158 MLINKS+=queue.3 SIMPLEQ.3 \
159 queue.3 SIMPLEQ_CONCAT.3 \
160 queue.3 SIMPLEQ_EMPTY.3 \
161 queue.3 SIMPLEQ_ENTRY.3 \
162 queue.3 SIMPLEQ_FIRST.3 \
163 queue.3 SIMPLEQ_FOREACH.3 \
164 queue.3 SIMPLEQ_FOREACH_SAFE.3 \
165 queue.3 SIMPLEQ_HEAD.3 \
166 queue.3 SIMPLEQ_HEAD_INITIALIZER.3 \
167 queue.3 SIMPLEQ_INIT.3 \
168 queue.3 SIMPLEQ_INSERT_AFTER.3 \
169 queue.3 SIMPLEQ_INSERT_HEAD.3 \
170 queue.3 SIMPLEQ_INSERT_TAIL.3 \
171 queue.3 SIMPLEQ_LAST.3 \
172 queue.3 SIMPLEQ_NEXT.3 \
173 queue.3 SIMPLEQ_REMOVE.3 \
174 queue.3 SIMPLEQ_REMOVE_AFTER.3 \
175 queue.3 SIMPLEQ_REMOVE_HEAD.3 \
176 queue.3 SIMPLEQ_REMOVE.3
178 MLINKS+=queue.3 SLIST.3 \
179 queue.3 SLIST_EMPTY.3 \
180 queue.3 SLIST_ENTRY.3 \
181 queue.3 SLIST_FIRST.3 \
182 queue.3 SLIST_FOREACH.3 \
183 queue.3 SLIST_FOREACH_SAFE.3 \
184 queue.3 SLIST_HEAD.3 \
185 queue.3 SLIST_HEAD_INITIALIZER.3 \
186 queue.3 SLIST_INIT.3 \
187 queue.3 SLIST_INSERT_AFTER.3 \
188 queue.3 SLIST_INSERT_HEAD.3 \
189 queue.3 SLIST_NEXT.3 \
190 queue.3 SLIST_REMOVE.3 \
191 queue.3 SLIST_REMOVE_AFTER.3 \
192 queue.3 SLIST_REMOVE_HEAD.3
194 MLINKS+=queue.3 STAILQ.3 \
195 queue.3 STAILQ_CONCAT.3 \
196 queue.3 STAILQ_EMPTY.3 \
197 queue.3 STAILQ_ENTRY.3 \
198 queue.3 STAILQ_FIRST.3 \
199 queue.3 STAILQ_FOREACH.3 \
200 queue.3 STAILQ_FOREACH_SAFE.3 \
201 queue.3 STAILQ_HEAD.3 \
202 queue.3 STAILQ_HEAD_INITIALIZER.3 \
203 queue.3 STAILQ_INIT.3 \
204 queue.3 STAILQ_INSERT_AFTER.3 \
205 queue.3 STAILQ_INSERT_HEAD.3 \
206 queue.3 STAILQ_INSERT_TAIL.3 \
207 queue.3 STAILQ_LAST.3 \
208 queue.3 STAILQ_NEXT.3 \
209 queue.3 STAILQ_REMOVE.3 \
210 queue.3 STAILQ_REMOVE_HEAD.3
212 MLINKS+=queue.3 TAILQ.3 \
213 queue.3 TAILQ_CONCAT.3 \
214 queue.3 TAILQ_EMPTY.3 \
215 queue.3 TAILQ_ENTRY.3 \
216 queue.3 TAILQ_FIRST.3 \
217 queue.3 TAILQ_FOREACH.3 \
218 queue.3 TAILQ_FOREACH_SAFE.3 \
219 queue.3 TAILQ_FOREACH_REVERSE.3 \
220 queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \
221 queue.3 TAILQ_HEAD.3 \
222 queue.3 TAILQ_HEAD_INITIALIZER.3 \
223 queue.3 TAILQ_INIT.3 \
224 queue.3 TAILQ_INSERT_AFTER.3 \
225 queue.3 TAILQ_INSERT_BEFORE.3 \
226 queue.3 TAILQ_INSERT_HEAD.3 \
227 queue.3 TAILQ_INSERT_TAIL.3 \
228 queue.3 TAILQ_LAST.3 \
229 queue.3 TAILQ_NEXT.3 \
230 queue.3 TAILQ_PREV.3 \
231 queue.3 TAILQ_REMOVE.3 \
232 queue.3 TAILQ_REPLACE.3