Searched refs:null_write (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bss_null.c | 15 static int null_write(BIO *h, const char *buf, int num); 24 null_write, 45 static int null_write(BIO *b, const char *in, int inl) in null_write() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | bss_null.c | 15 static int null_write(BIO *h, const char *buf, int num); 25 null_write, 47 static int null_write(BIO *b, const char *in, int inl) in null_write() function
|
/netbsd-src/sys/arch/rs6000/stand/boot/ |
H A D | filesystem.c | 35 { null_open, null_close, null_read, null_write, null_seek, null_stat },
|
/netbsd-src/sys/arch/ia64/stand/ia64/ski/ |
H A D | conf.c | 56 #define skifs_write null_write
|
/netbsd-src/sys/lib/libsa/ |
H A D | nullfs.c | 94 null_write(struct open_file *f, void *buf, size_t size, size_t *resid) in null_write() function
|