| /src/bin/dd/ |
| misc.c | 68 static void buffer_write(const char *, size_t, int); 163 buffer_write(const char *str, size_t size, int flush) function 204 #define ADDC(c) do { if (enable != 0) buffer_write(&c, 1, 0); } \ 206 #define ADDS(p) do { if (enable != 0) buffer_write(p, strlen(p), 0); } \ 306 buffer_write(NULL, 0, 1);
|
| misc.c | 68 static void buffer_write(const char *, size_t, int); 163 buffer_write(const char *str, size_t size, int flush) function 204 #define ADDC(c) do { if (enable != 0) buffer_write(&c, 1, 0); } \ 206 #define ADDS(p) do { if (enable != 0) buffer_write(p, strlen(p), 0); } \ 306 buffer_write(NULL, 0, 1);
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bf_buff.c | 15 static int buffer_write(BIO *h, const char *buf, int num); 29 buffer_write, 158 static int buffer_write(BIO *b, const char *in, int inl) function 467 return buffer_write(b, str, strlen(str));
|
| bf_buff.c | 15 static int buffer_write(BIO *h, const char *buf, int num); 29 buffer_write, 158 static int buffer_write(BIO *b, const char *in, int inl) function 467 return buffer_write(b, str, strlen(str));
|
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bf_buff.c | 15 static int buffer_write(BIO *h, const char *buf, int num); 29 buffer_write, 158 static int buffer_write(BIO *b, const char *in, int inl) function 469 return buffer_write(b, str, strlen(str));
|
| bf_buff.c | 15 static int buffer_write(BIO *h, const char *buf, int num); 29 buffer_write, 158 static int buffer_write(BIO *b, const char *in, int inl) function 469 return buffer_write(b, str, strlen(str));
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| bf_buff.c | 15 static int buffer_write(BIO *h, const char *buf, int num); 30 buffer_write, 160 static int buffer_write(BIO *b, const char *in, int inl) function 474 return buffer_write(b, str, strlen(str));
|
| bf_buff.c | 15 static int buffer_write(BIO *h, const char *buf, int num); 30 buffer_write, 160 static int buffer_write(BIO *b, const char *in, int inl) function 474 return buffer_write(b, str, strlen(str));
|
| /src/external/bsd/nsd/dist/ |
| buffer.h | 257 buffer_write(buffer_type *buffer, const void *data, size_t count) function 290 buffer_write(buffer, str, strlen(str));
|
| buffer.h | 257 buffer_write(buffer_type *buffer, const void *data, size_t count) function 290 buffer_write(buffer, str, strlen(str));
|