Searched refs:tail (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
D | list.h | 24 #define LIST(type) struct { type *head, *tail; } 26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0) 40 #define TAIL(list) ((list).tail) 49 (list).tail = (elt); \ 58 if ((list).tail != NULL) \ 59 (list).tail->link.next = (elt); \ 62 (elt)->link.prev = (list).tail; \ 64 (list).tail = (elt); \ 73 INSIST((list).tail == (elt)); \ 74 (list).tail = (elt)->link.prev; \
|
/bionic/libc/bionic/ |
D | fts.c | 550 FTSENT *cur, *tail; in fts_build() local 651 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) { in fts_build() 738 head = tail = p; in fts_build() 740 tail->fts_link = p; in fts_build() 741 tail = p; in fts_build()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 366 const char *tail; /* string unmatched by rest of RE */ in dissect() local 426 tail = slow(m, rest, stop, es, stopst); in dissect() 427 if (tail == stop) in dissect() 455 tail = slow(m, rest, stop, es, stopst); in dissect() 456 if (tail == stop) in dissect() 496 tail = slow(m, rest, stop, es, stopst); in dissect() 497 if (tail == stop) in dissect()
|
/bionic/libc/arch-mips64/bionic/ |
D | setjmp.S | 283 b setjmp_common # tail call
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 283 b setjmp_common # tail call
|