Lines Matching defs:bufsz
145 * of the buffer provided via *bufsz.
147 * if ok return 0 and *bufsz is updated to contain the actual length of
149 * EOVERFLOW; results do not fit in the buffer, *bufsz will be updated
154 size_t *bufsz)
159 (bufsz == NULL))
164 svc_type, svc_data, *bufsz);
173 return (ops->rpo_deref(svc_type, svc_data, buf, bufsz));
219 size_t bufsz;
225 bufsz = SYMLINK_MAX; /* no need to mess around */
226 if ((buf = malloc(bufsz)) == NULL)
231 err = ops->rpo_form(svc_type, svc_data, buf, &bufsz);