Searched refs:MAX_XBM_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance
30 #define MAX_XBM_LINE_SIZE 255 macro35 char fline[MAX_XBM_LINE_SIZE]; in gdImageCreateFromXbm()36 char iname[MAX_XBM_LINE_SIZE]; in gdImageCreateFromXbm()51 while (fgets(fline, MAX_XBM_LINE_SIZE, fd)) { in gdImageCreateFromXbm()52 fline[MAX_XBM_LINE_SIZE-1] = '\0'; in gdImageCreateFromXbm()53 if (strlen(fline) == MAX_XBM_LINE_SIZE-1) { in gdImageCreateFromXbm()
Completed in 8 milliseconds