Searched refs:PKGINFO_RD_LEN (Results 1 – 1 of 1) sorted by relevance
73 #define PKGINFO_RD_LEN 128 macro157 if ((start = (char *)malloc(PKGINFO_RD_LEN)) == NULL) { in read_pkg_data()163 while ((p = fgets(inp, PKGINFO_RD_LEN, fp)) != NULL) { in read_pkg_data()176 char_cnt += PKGINFO_RD_LEN - 1; in read_pkg_data()178 if ((p = realloc(start, char_cnt + PKGINFO_RD_LEN)) == NULL) { in read_pkg_data()