Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_check.cpp114 static hdr_t* tail; variable
173 static inline void add_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head) { in add_locked()
183 static inline int del_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head) { in del_locked()
296 hdr_t** tail, hdr_t** head, unsigned* cnt, in del_and_check_locked()
Dfts.c549 FTSENT *cur, *tail; in fts_build() local
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c366 const char *tail; /* string unmatched by rest of RE */ in dissect() local