HomeSort by relevance Sort by last modified time
    Searched refs:pathp (Results 1 - 3 of 3) sorted by null

  /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 453 } path[sizeof(void *) << 4], *pathp; \
457 for (pathp = path; pathp->node != &rbtree->rbt_nil; pathp++) { \
458 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
461 pathp[1].node = rbtn_left_get(a_type, a_field, \
462 pathp->node); \
464 pathp[1].node = rbtn_right_get(a_type, a_field, \
465 pathp->node);
    [all...]
  /external/elfutils/0.153/src/
ld.c 274 static void add_rxxpath (struct pathelement **pathp, const char *str);
    [all...]

Completed in 453 milliseconds