Home | History | Annotate | Download | only in program

Lines Matching full:strz

2690    GLubyte *strz;
2701 strz = (GLubyte *) malloc(len + 1);
2702 if (strz == NULL) {
2706 memcpy (strz, str, len);
2707 strz[len] = '\0';
2709 state->prog->String = strz;