OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remque
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
remque.c
1
/* $OpenBSD:
remque
.c,v 1.3 2014/08/15 04:14:36 guenther Exp $ */
40
remque
(void *element)
function
/bionic/tests/headers/posix/
search_h.c
59
FUNCTION(
remque
, void (*f)(void*));
/bionic/tests/
search_test.cpp
173
remque
(&one);
178
remque
(&two);
182
remque
(&zero);
199
remque
(&one);
205
remque
(&two);
209
remque
(&zero);
/bionic/libc/include/
search.h
41
void
remque
(void* __element) __INTRODUCED_IN(21);
/external/ipsec-tools/src/include-glibc/sys/
queue.h
412
* XXX insque() and
remque
() are an old way of handling certain queues.
436
remque
(void *a)
function
448
void
remque
__P((void *a));
/external/python/cpython2/Lib/plat-unixware7/
IN.py
162
def
remque
(a): return
REMQUE
(a)
Completed in 286 milliseconds