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