Searched refs:PKGINFO_RD_LEN (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c73 #define PKGINFO_RD_LEN 128 macro
157 if ((start = (char *)malloc(PKGINFO_RD_LEN)) == NULL) {
163 while ((p = fgets(inp, PKGINFO_RD_LEN, fp)) != NULL) {
176 char_cnt += PKGINFO_RD_LEN - 1;
178 if ((p = realloc(start, char_cnt + PKGINFO_RD_LEN)) == NULL) {

Completed in 21 milliseconds