Lines Matching defs:stor
1961 int indx, stor, i;
1977 stor = mib[2];
1982 mib[2] = stor;
1983 for (stor = 0, i = 0; i < size; i++)
1985 stor++;
1986 lp.list = calloc(stor + 2, sizeof(struct ctlname));
1989 lp.size = stor + 2;
2007 stor = mib[2];
2012 mib[2] = stor;
2014 for (stor = 0, i = 0; i < size; i++)
2016 stor++;
2017 lp.list = calloc(stor + 2, sizeof(struct ctlname));
2020 lp.size = stor + 2;
2049 for (i = 0, stor = 0; buf + i < ptr; i++)
2051 stor++;
2052 mib[3] = stor;