Lines Matching defs:q
260 const char *q = memchr(path, '/', end - p);262 if (!q)263 q = end;265 p = fdt_get_alias_namelen(fdt, p, q - p);270 p = q;274 const char *q;281 q = memchr(p, '/', end - p);282 if (! q)283 q = end;285 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p);289 p = q;