Searched defs:pathp (Results 1 - 2 of 2) sorted by path

/external/dtc/
H A Dfdtget.c155 const char *pathp; local
162 pathp = fdt_get_name(blob, node, NULL);
164 if (pathp == NULL)
165 pathp = "/* NULL pointer error */";
166 if (*pathp == '\0')
167 pathp = "/"; /* root is nameless */
169 puts(pathp);
/external/elfutils/src/
H A Dld.c265 static void add_rxxpath (struct pathelement **pathp, const char *str);
1267 add_rxxpath (struct pathelement **pathp, const char *str) argument
1281 CSNGL_LIST_ADD_REAR (*pathp, newp);
1288 normalize_dirlist (struct pathelement **pathp) argument
1290 struct pathelement *firstp = *pathp;
1294 const char *pname = (*pathp)->pname;
1299 struct pathelement *lastp = *pathp;
1323 pathp = &lastp->next;
1326 pathp = &(*pathp)
[all...]

Completed in 399 milliseconds