Searched defs:tail (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dfts.c549 FTSENT *cur, *tail; local
650 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
736 head = tail = p;
738 tail->fts_link = p;
739 tail = p;
H A Dmalloc_debug_check.cpp114 static hdr_t* tail; variable
173 static inline void add_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head) { argument
179 *tail = hdr;
183 static inline int del_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head) { argument
192 *tail = hdr->prev;
204 add_locked(hdr, &tail, &head);
213 del_locked(hdr, &tail, &head);
296 hdr_t** tail, hdr_t** head, unsigned* cnt,
301 del_locked(hdr, tail, head);
321 return del_and_check_locked(hdr, &tail,
295 del_and_check_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head, unsigned* cnt, int* safe) argument
[all...]
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c366 const char *tail; /* string unmatched by rest of RE */ local
426 tail = slow(m, rest, stop, es, stopst);
427 if (tail == stop)
455 tail = slow(m, rest, stop, es, stopst);
456 if (tail == stop)
496 tail = slow(m, rest, stop, es, stopst);
497 if (tail == stop)

Completed in 112 milliseconds