Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c164 be->minbuf = grlen;
165 if ((be->buf = malloc(be->minbuf)) == 0)
169 buflen = be->minbuf;
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);
319 &linelen, be->minbuf, 2, check);
[all …]
H A Dbootparams_getbyname.c91 (be->buf = (char *)malloc(be->minbuf)) == 0) {
112 be->minbuf)) < 0) {
H A Dgetprinter.c83 (be->buf = malloc(be->minbuf)) == 0) {
101 be->minbuf)) < 0) {
H A Dgetexecattr.c129 ((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 Dfiles_common.h81 int minbuf; member
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/user/common/
H A Dgetprinter.c112 (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 Duser_common.c160 (be->buf = malloc(be->minbuf)) == 0) {
178 be->minbuf)) < 0) {
289 be->minbuf = min_bufsize;
H A Duser_common.h52 int minbuf; member
/illumos-gate/usr/src/lib/nsswitch/compat/common/
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;
H A Dcompat_common.h67 int minbuf; member