Home
last modified time | relevance | path

Searched refs:dp (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-netbsd/libc/regex/
Dengine.c187 const char *dp; in matcher() local
214 for (dp = start; dp < stop; dp++) in matcher()
215 if (*dp == g->must[0] && (size_t)(stop - dp) >= g->mlen && in matcher()
216 memcmp(dp, g->must, g->mlen) == 0) in matcher()
218 if (dp == stop) /* we didn't find g->must */ in matcher()
272 dp = dissect(m, m->coldp, endp, gf, gl); in matcher()
282 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
284 if (dp != NULL) in matcher()
291 if (dp != NULL || endp <= m->coldp) in matcher()
305 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
[all …]
/bionic/libc/bionic/
Dfts.c545 struct dirent *dp; in fts_build() local
648 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) { in fts_build()
649 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()
652 if (!(p = fts_alloc(sp, dp->d_name, strlen(dp->d_name)))) in fts_build()
654 if (strlen(dp->d_name) >= maxlen) { /* include space for NUL */ in fts_build()
656 if (fts_palloc(sp, strlen(dp->d_name) +len + 1)) { in fts_build()
683 p->fts_pathlen = len + strlen(dp->d_name); in fts_build()
709 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
/bionic/libc/kernel/common/linux/
Dcoda.h120 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3)… argument
/bionic/linker/
Dlinker.cpp1562 r_debug** dp = (r_debug**) *d; in soinfo_link_image() local
1563 *dp = &_r_debug; in soinfo_link_image()