Home
last modified time | relevance | path

Searched refs:gErrorBuffer (Results 1 – 1 of 1) sorted by relevance

/external/libcups/backend/
Dusb-darwin.c2309 static char gErrorBuffer[1024] = ""; in parse_pserror() local
2310 static char *gErrorBufferPtr = gErrorBuffer; in parse_pserror()
2311 static char *gErrorBufferEndPtr = gErrorBuffer + sizeof(gErrorBuffer); in parse_pserror()
2319 gErrorBufferPtr = gErrorBuffer; in parse_pserror()
2320 if (len > sizeof(gErrorBuffer) - 1) in parse_pserror()
2321 len = sizeof(gErrorBuffer) - 1; in parse_pserror()
2327 pLineEnd = (char *)next_line((const char *)gErrorBuffer); in parse_pserror()
2332 pCommentBegin = strstr(gErrorBuffer,"%%["); in parse_pserror()
2333 pCommentEnd = strstr(gErrorBuffer, "]%%"); in parse_pserror()
2334 if (pCommentBegin != gErrorBuffer && pCommentEnd != NULL) in parse_pserror()
[all …]