Searched refs:tempstr (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | gimpgrad.cpp | 141 char tempstr[1024]; local 142 if (fgets(tempstr, 1024, gradient) == 0) { 146 if (!streq(tempstr, "GIMP Gradient\n")) { 152 if (fgets(tempstr, 1024, gradient) == 0) { 156 if (!strneq(tempstr, "Name: ", 6)) { 160 while (memchr(tempstr, '\n', sizeof(tempstr) - 1) == NULL) { 161 if (fgets(tempstr, sizeof(tempstr), gradient) == 0) { 167 if (fgets(tempstr, 102 [all...] |
Completed in 12 milliseconds