Home
last modified time | relevance | path

Searched refs:psz_looking_for (Results 1 – 1 of 1) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dwb.c2139 char *psz_looking_for="%TGWB begin packing - "; local
2140 int len=strlen(psz_looking_for);
2143 if (strncmp(buf, psz_looking_for, len) == 0) {
2163 char *psz_looking_for="%TGWB begin - "; local
2164 int len=strlen(psz_looking_for);
2177 } else if (strncmp(buf, psz_looking_for, len) == 0) {
2207 char *psz_looking_for="%TGWB end - "; local
2208 int len=strlen(psz_looking_for);
2211 if (strncmp(buf, psz_looking_for, len) == 0) {