Searched refs:minbuf (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | files_common.c | 164 be->minbuf = grlen; 165 if ((be->buf = malloc(be->minbuf)) == 0) 169 buflen = be->minbuf; 222 if (be->buf == 0 || (be->minbuf < args->buf.buflen)) { 223 if (be->minbuf < args->buf.buflen) { 225 be->minbuf = args->buf.buflen; 229 be->minbuf = args->buf.buflen; 233 (be->buf = malloc(be->minbuf)) == 0) 251 be->minbuf)) < 0) { 316 &linelen, be->minbuf, 2); [all …]
|
H A D | bootparams_getbyname.c | 91 (be->buf = (char *)malloc(be->minbuf)) == 0) { 112 be->minbuf)) < 0) {
|
H A D | getprinter.c | 83 (be->buf = malloc(be->minbuf)) == 0) { 101 be->minbuf)) < 0) {
|
H A D | getexecattr.c | 129 ((be->buf = (char *)calloc(1, be->minbuf)) == NULL)) || in _exec_files_XY_all() 208 linelen = _readbufline(exec_f_buf, f_size, instr, be->minbuf, in _exec_files_XY_all()
|
H A D | files_common.h | 81 int minbuf; member
|
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/user/common/ |
H A D | getprinter.c | 112 (be->buf = (char *)malloc(be->minbuf)) == 0) { 135 be->minbuf)) < 0) { 183 (be->buf = (char *)malloc(be->minbuf)) == 0) { 201 be->minbuf)) < 0) {
|
H A D | user_common.c | 160 (be->buf = malloc(be->minbuf)) == 0) { 178 be->minbuf)) < 0) { 289 be->minbuf = min_bufsize;
|
H A D | user_common.h | 52 int minbuf; member
|
/illumos-gate/usr/src/lib/nsswitch/compat/common/ |
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;
|
H A D | compat_common.h | 67 int minbuf; member
|