Searched refs:null_write (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/lib/libcrypto/bio/ |
| H A D | bss_null.c | 67 static int null_write(BIO *h, const char *buf, int num); 78 .bwrite = null_write, 118 null_write(BIO *b, const char *in, int inl) in null_write() function
|
| /openbsd-src/sys/lib/libsa/ |
| H A D | nullfs.c | 88 null_write(struct open_file *f, void *buf, size_t size, size_t *resid) in null_write() function
|
| H A D | stand.h | 184 ssize_t null_write(struct open_file *f, void *buf, size_t size, size_t *resid);
|
| /openbsd-src/sbin/savecore/ |
| H A D | compress.h | 82 extern int null_write(void *, const char *, int);
|
| /openbsd-src/usr.bin/compress/ |
| H A D | compress.h | 82 extern int null_write(void *, const char *, int);
|
| H A D | nullopen.c | 152 null_write(void *cookie, const char *buf, int len) in null_write() function
|
| H A D | main.c | 125 null_write,
|