Lines Matching refs:maxentries
571 int maxentries = MAXTOKENS; in get_all_sect() local
582 if ((manp->secv = malloc(maxentries * sizeof (char *))) == NULL) in get_all_sect()
610 if (entries == maxentries) { in get_all_sect()
611 maxentries += MAXTOKENS; in get_all_sect()
613 sizeof (char *) * maxentries)) == NULL) in get_all_sect()
652 int maxentries = MAXDIRS; in getdirs() local
660 maxentries)) == NULL) in getdirs()
673 if ((dv - *dirv) == maxentries) { in getdirs()
674 int entries = maxentries; in getdirs()
676 maxentries += MAXTOKENS; in getdirs()
678 sizeof (char *) * maxentries)) == NULL) in getdirs()
779 int maxentries = MAXTOKENS; in split() local
782 if ((tokv = vp = malloc(maxentries * sizeof (char *))) == NULL) in split()
808 if (entries == maxentries) { in split()
809 maxentries += MAXTOKENS; in split()
811 maxentries * sizeof (char *))) == NULL) in split()
1079 int maxentries = MAXDIRS; in sortdir() local
1083 maxentries)) == NULL) in sortdir()
1098 if (entries == maxentries) { in sortdir()
1099 maxentries += MAXDIRS; in sortdir()
1101 sizeof (char *) * maxentries)) == NULL) in sortdir()