Lines Matching defs:bufsize
91 size_t bufsize, pos, i;
105 bufsize = (64 * 3) * __arraycount(rl);
106 buffer = malloc(bufsize, M_TEMP, M_WAITOK);
109 pos += snprintf(buffer + pos, bufsize - pos, "%20.20s ",
111 pos += prl(buffer + pos, bufsize - pos, rl[i].rlim_cur, ' ');
112 pos += prl(buffer + pos, bufsize - pos, rl[i].rlim_max, '\n');
134 size_t bufsize, pos;
148 bufsize = (64 * 3) * __arraycount(linux_rlimits_ident);
149 buffer = malloc(bufsize, M_TEMP, M_WAITOK);
150 pos = snprintf(buffer, bufsize, "%-26s%-21s%-21s%-21s\n",
174 pos += snprintf(buffer + pos, bufsize - pos,
178 pos += snprintf(buffer + pos, bufsize - pos,