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