Searched refs:strl (Results 1 – 3 of 3) sorted by relevance
431 const char *strl; in glxLogExtensions() local439 strl = strtok(str, " "); in glxLogExtensions()440 if (strl == NULL) in glxLogExtensions()441 strl = ""; in glxLogExtensions()442 ErrorF("%s%s", prefix, strl); in glxLogExtensions()443 length = strlen(prefix) + strlen(strl); in glxLogExtensions()446 strl = strtok(NULL, " "); in glxLogExtensions()447 if (strl == NULL) in glxLogExtensions()450 if (length + strlen(strl) + 1 > 120) { in glxLogExtensions()460 ErrorF("%s", strl); in glxLogExtensions()[all …]
685 c4f strl RIL_RP
82930 As long as we're carrying around a compatibility copy in os/strl*.c,