Searched refs:minbuf (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/user/common/ |
H A D | getprinter.c | 113 (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 D | user_common.c | 162 (be->buf = malloc(be->minbuf)) == 0) { 180 be->minbuf)) < 0) { 291 be->minbuf = min_bufsize;
|
H A D | user_common.h | 54 int minbuf; member in struct:user_backend
|
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | bootparams_getbyname.c | 93 (be->buf = (char *)malloc(be->minbuf)) == 0) { 114 be->minbuf)) < 0) {
|
H A D | files_common.c | 163 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 D | getprinter.c | 85 (be->buf = malloc(be->minbuf)) == 0) { 103 be->minbuf)) < 0) {
|
H A D | files_common.h | 78 int minbuf; member in struct:files_backend
|
H A D | getexecattr.c | 117 ((be->buf = (char *)calloc(1, be->minbuf)) == NULL)) || 193 linelen = _readbufline(f_buf, f_size, instr, be->minbuf,
|
H A D | gethostent.c | 358 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 D | compat_common.h | 67 int minbuf; member in struct:compat_backend
|
H A D | compat_common.c | 533 (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