/ndk/sources/host-tools/make-3.81/w32/ |
pathstuff.c | 131 char *pathp; /* pointer to nutc_path used to build it */ local 165 pathp = nutc_path; 166 *pathp = '\0'; 194 if (_NutPathToNutc(p, pathp, 0) == FALSE) { 200 *pathp++ = '/'; 201 *pathp++ = p[0]; 202 *pathp++ = '='; 203 *pathp++ = '/'; 204 strcpy(pathp, &p[2]); 207 pathp += strlen(pathp) [all...] |
/external/jemalloc/include/jemalloc/internal/ |
rb.h | 467 } path[sizeof(void *) << 4], *pathp; \ 471 for (pathp = path; pathp->node != NULL; pathp++) { \ 472 int cmp = pathp->cmp = a_cmp(node, pathp->node); \ 475 pathp[1].node = rbtn_left_get(a_type, a_field, \ 476 pathp->node); \ 478 pathp[1].node = rbtn_right_get(a_type, a_field, \ 479 pathp->node); [all...] |
/external/elfutils/src/ |
ld.c | 265 static void add_rxxpath (struct pathelement **pathp, const char *str); [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
archive.c | 1419 const char *pathp; local [all...] |
/external/valgrind/memcheck/tests/solaris/ |
scalar.stderr.exp | [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-solaris.c | [all...] |