Searched refs:fstate (Results 1 – 4 of 4) sorted by relevance
| /minix3/usr.bin/indent/ |
| H A D | indent_globs.h | 230 struct fstate { struct 236 EXTERN struct fstate argument 248 struct fstate cfont; /* Current font */ 358 char *chfont(struct fstate *, struct fstate *, char *); 359 void parsefont(struct fstate *, const char *); 360 void writefdef(struct fstate *, int);
|
| H A D | io.c | 611 writefdef(struct fstate *f, int nm) in writefdef() 618 chfont(struct fstate *of, struct fstate *nf, char *s) in chfont() 647 parsefont(struct fstate *f, const char *s0) in parsefont()
|
| H A D | args.c | 459 parsefont((struct fstate *) p->p_obj, param_start); in set_option()
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/engine/ |
| H A D | eng_cryptodev.c | 850 struct dev_crypto_state *fstate = from->md_data; in cryptodev_digest_copy() local 855 if (dstate == NULL || fstate == NULL) in cryptodev_digest_copy() 858 memcpy(dstate, fstate, sizeof(struct dev_crypto_state)); in cryptodev_digest_copy() 877 if (fstate->mac_len != 0) { in cryptodev_digest_copy() 878 if (fstate->mac_data != NULL) { in cryptodev_digest_copy() 879 dstate->mac_data = OPENSSL_malloc(fstate->mac_len); in cryptodev_digest_copy() 880 memcpy(dstate->mac_data, fstate->mac_data, fstate->mac_len); in cryptodev_digest_copy() 881 dstate->mac_len = fstate->mac_len; in cryptodev_digest_copy()
|