Searched refs:fstate (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/usr.bin/indent/ |
| D | indent_globs.h | 211 struct fstate { struct 217 struct fstate argument 230 struct fstate cfont; /* Current font */ 341 char *chfont(struct fstate *, struct fstate *, char *); 342 void parsefont(struct fstate *, char *); 343 void writefdef(struct fstate *, int);
|
| D | io.c | 555 writefdef(struct fstate *f, int nm) in writefdef() 562 chfont(struct fstate *of, struct fstate *nf, char *s) in chfont() 592 parsefont(struct fstate *f, char *s0) in parsefont()
|
| D | args.c | 314 parsefont((struct fstate *) p->p_obj, param_start); in set_option()
|
| /mirbsd/src/sys/crypto/ |
| D | criov.c | 133 int (*f)(caddr_t, caddr_t, unsigned int), caddr_t fstate) in cuio_apply() argument 160 rval = f(fstate, uio->uio_iov[ind].iov_base + off, count); in cuio_apply()
|
| /mirbsd/src/sys/kern/ |
| D | uipc_mbuf.c | 962 m_apply(m, off, len, f, fstate) in m_apply() argument 968 caddr_t fstate; 990 rval = f(fstate, mtod(m, caddr_t) + off, count);
|
| /mirbsd/src/sys/netinet/ |
| D | tcp_subr.c | 1084 tcp_signature_apply(fstate, data, len) in tcp_signature_apply() argument 1085 caddr_t fstate; in tcp_signature_apply() 1089 MD5Update((MD5_CTX *)fstate, (char *)data, len);
|