Searched defs:pline (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/utils/
H A Dsystem.c142 win32_strsep(char** pline, const char* delim) argument
144 char* line = *pline;
168 *pline = p;
/external/chromium_org/third_party/libxml/src/
H A DgenUnicode.py315 pline = "static const xmlChSRange xml%sS[] = {" % name
318 pline += ", "
323 output.write(pline + " };\n")
324 pline = "static const xmlChLRange xml%sL[] = {" % name
327 pline += ", "
329 if len(pline) > 60:
330 output.write(pline + "\n")
331 pline = " " variable
332 pline += "{%s, %s}" % (hex(low), hex(high))
333 output.write(pline
[all...]

Completed in 268 milliseconds