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

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

Completed in 95 milliseconds