Home
last modified time | relevance | path

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

/titanic_44/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) { 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()