Searched refs:pathp (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | rb.h | 471 } path[sizeof(void *) << 4], *pathp; \ 475 for (pathp = path; pathp->node != NULL; pathp++) { \ 476 int cmp = pathp->cmp = a_cmp(node, pathp->node); \ 479 pathp[1].node = rbtn_left_get(a_type, a_field, \ 480 pathp->node); \ 482 pathp[1].node = rbtn_right_get(a_type, a_field, \ 483 pathp->node); \ 486 pathp->node = node; \ 488 for (pathp--; (uintptr_t)pathp >= (uintptr_t)path; pathp--) { \ 489 a_type *cnode = pathp->node; \ [all …]
|
/external/dtc/ |
D | fdtget.c | 169 const char *pathp; in list_subnodes() local 176 pathp = fdt_get_name(blob, node, NULL); in list_subnodes() 178 if (pathp == NULL) in list_subnodes() 179 pathp = "/* NULL pointer error */"; in list_subnodes() 180 if (*pathp == '\0') in list_subnodes() 181 pathp = "/"; /* root is nameless */ in list_subnodes() 183 puts(pathp); in list_subnodes()
|
/external/curl/src/ |
D | tool_parsecfg.c | 50 static FILE *execpath(const char *filename, char **pathp) in execpath() argument 69 *pathp = filebuffer; in execpath()
|
/external/dtc/libfdt/ |
D | fdt_overlay.c | 44 int fragment_offset, char const **pathp) in fdt_overlay_target_offset() argument 81 if (pathp) in fdt_overlay_target_offset() 82 *pathp = path ? path : NULL; in fdt_overlay_target_offset()
|
D | libfdt.h | 2135 int fragment_offset, char const **pathp);
|
/external/libpcap/ |
D | pcap.c | 1722 char **hostp, char **portp, char **pathp, char *ebuf) argument 1740 *pathp = NULL; 1769 *pathp = strdup(source); 1770 if (*pathp == NULL) { 1794 *pathp = strdup(source); 1795 if (*pathp == NULL) { 1826 *pathp = strdup(colonp + 3); 1827 if (*pathp == NULL) { 1855 *pathp = strdup(colonp + 3); 1856 if (*pathp == NULL) { [all …]
|