Searched refs:sbuf_new (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsbuf.h59 struct sbuf *sbuf_new(struct sbuf *, char *, int, int);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_sbuf.c163 sbuf_new(struct sbuf *s, char *buf, int length, int flags) function
211 s = sbuf_new(s, NULL, uio->uio_resid + 1, 0);
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1193 sbuf_new(&sb, outbuf, outbuflen, SBUF_FIXEDLEN);

Completed in 71 milliseconds