Searched defs:buf (Results 126 - 150 of 791) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/libc/tests/string/
H A Dstpncpy_test.c42 char *buf; local
H A Dwcsnlen_test.c43 char *buf; local
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dnetbuf.c58 struct netbuf *buf; local
76 void netbuf_delete(struct netbuf *buf) argument
95 netbuf_alloc(struct netbuf *buf, u16_t size) argument
118 netbuf_free(struct netbuf *buf) argument
137 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) argument
181 netbuf_data(struct netbuf * buf, void **dataptr, u16_t * len) argument
209 netbuf_next(struct netbuf * buf) argument
230 netbuf_first(struct netbuf *buf) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dnetbuf.c65 struct netbuf *buf; local
81 netbuf_delete(struct netbuf *buf) argument
102 netbuf_alloc(struct netbuf *buf, u16_t size) argument
127 netbuf_free(struct netbuf *buf) argument
147 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) argument
192 netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len) argument
218 netbuf_next(struct netbuf *buf) argument
240 netbuf_first(struct netbuf *buf) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpserver/
H A Dhttpserver-netconn.c22 char *buf; local
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmp_netconn.c51 struct netbuf *buf; local
84 struct netbuf buf; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dmd4.c105 static unsigned char buf[BUFSIZE]; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_enum.c73 unsigned char buf[sizeof(long)+1]; local
H A Devp_asn1.c103 unsigned char buf[32]; /* when they have 256bit longs, local
H A Df_enum.c70 char buf[2]; local
99 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) argument
[all...]
H A Df_int.c68 char buf[2]; local
103 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) argument
[all...]
H A Df_string.c68 char buf[2]; local
97 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Dfcrypt.c61 char *DES_crypt(const char *buf, const char *salt) argument
99 char *DES_fcrypt(const char *buf, const char *salt, char *ret) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec_print.c66 unsigned char *buf; local
95 unsigned char *buf; local
142 unsigned char *buf, *pbuf; local
179 EC_POINT_hex2point(const EC_GROUP *group, const char *buf, EC_POINT *point, BN_CTX *ctx) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/engine/
H A Denginetest.c98 char buf[256]; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/hmac/
H A Dhmactest.c168 static char buf[80]; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md2/
H A Dmd2.c103 static unsigned char buf[BUFSIZE]; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md4/
H A Dmd4.c105 static unsigned char buf[BUFSIZE]; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md5/
H A Dmd5.c105 static unsigned char buf[BUFSIZE]; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/
H A Drc4.c79 char buf[BUFSIZ]; local
H A Drc4test.c200 { unsigned char buf[513]; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ripemd/
H A Drmd160.c105 static unsigned char buf[BUFSIZE]; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/
H A Dsha.c102 unsigned char buf[BUFSIZE]; local
H A Dsha1.c105 unsigned char buf[BUFSIZE]; local
H A Dsha1test.c110 static unsigned char buf[1000]; local
172 static char buf[80]; local

Completed in 163 milliseconds

1234567891011>>