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

/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Dgetprinter.c113 (be->buf = (char *)malloc(be->minbuf)) == 0) {
136 be->minbuf)) < 0) {
184 (be->buf = (char *)malloc(be->minbuf)) == 0) {
202 be->minbuf)) < 0) {
H A Duser_common.c162 (be->buf = malloc(be->minbuf)) == 0) {
180 be->minbuf)) < 0) {
291 be->minbuf = min_bufsize;
H A Duser_common.h54 int minbuf; member in struct:user_backend
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dbootparams_getbyname.c93 (be->buf = (char *)malloc(be->minbuf)) == 0) {
114 be->minbuf)) < 0) {
H A Dfiles_common.c163 be->minbuf = grlen;
164 if ((be->buf = malloc(be->minbuf)) == 0)
168 buflen = be->minbuf;
221 if (be->buf == 0 || (be->minbuf < args->buf.buflen)) {
222 if (be->minbuf < args->buf.buflen) {
224 be->minbuf = args->buf.buflen;
228 be->minbuf = args->buf.buflen;
232 (be->buf = malloc(be->minbuf)) == 0)
250 be->minbuf)) < 0) {
315 &linelen, be->minbuf,
[all...]
H A Dgetprinter.c85 (be->buf = malloc(be->minbuf)) == 0) {
103 be->minbuf)) < 0) {
H A Dfiles_common.h78 int minbuf; member in struct:files_backend
H A Dgetexecattr.c117 ((be->buf = (char *)calloc(1, be->minbuf)) == NULL)) ||
193 linelen = _readbufline(f_buf, f_size, instr, be->minbuf,
H A Dgethostent.c358 if (be->buf == 0 && (be->buf = malloc(be->minbuf)) == 0) {
392 instr, be->minbuf)) < 0) {
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.h67 int minbuf; member in struct:compat_backend
H A Dcompat_common.c533 (be->buf = malloc(be->minbuf)) == 0) {
575 if ((linelen = read_line(be->f, instr, be->minbuf)) < 0) {
743 (be->buf = malloc(be->minbuf)) == 0) {
779 linelen = read_line(be->f, instr, be->minbuf);
801 instr, &linelen, be->minbuf, 1);
995 (be->buf = malloc(be->minbuf)) == 0) {
1044 linelen = read_line(be->f, instr, be->minbuf);
1245 be->minbuf = min_bufsize;

Completed in 91 milliseconds