Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c431 const char *strl; in glxLogExtensions() local
439 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 …]
/OK3568_Linux_fs/kernel/arch/s390/tools/
H A Dopcodes.txt685 c4f strl RIL_RP
/OK3568_Linux_fs/external/xserver/
H A DChangeLog82930 As long as we're carrying around a compatibility copy in os/strl*.c,