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

1234567891011>>

/seL4-camkes-master/projects/musllibc/src/time/
H A Dstrftime.c221 char buf[100]; local
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dev_loop.c19 static int pico_loop_send(struct pico_device *dev, void *buf, int len) argument
H A Dpico_dev_null.c20 static int pico_null_send(struct pico_device *dev, void *buf, int len) argument
H A Dpico_dev_ipc.c23 static int pico_ipc_send(struct pico_device *dev, void *buf, int len) argument
33 unsigned char buf[IPC_MTU]; local
H A Dpico_dev_tun.c26 static int pico_tun_send(struct pico_device *dev, void *buf, int len) argument
36 unsigned char buf[TUN_MTU]; local
H A Dpico_strings.c55 static inline int num2string_validate(int32_t num, char *buf, int len) argument
69 static inline int revert_and_shift(char *buf, int len, int pos) argument
79 int num2string(int32_t num, char *buf, int len) argument
[all...]
/seL4-camkes-master/tools/seL4/elfloader-tool/src/utils/
H A Dcrypt_md5.c52 static void processblock(md5_t *s, const uint8_t *buf) argument
[all...]
/seL4-camkes-master/projects/camkes-tool/libsel4camkes/src/
H A Dvirtqueue_template.c19 camkes_virtqueue_channel_register(int virtqueue_id, const char *interface_name, unsigned queue_len, size_t size, volatile void *buf, void (*notify)(void), seL4_CPtr recv_notification, seL4_Word recv_badge, virtqueue_role_t role) argument
/seL4-camkes-master/projects/lwip/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
151 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) argument
196 netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len) argument
222 netbuf_next(struct netbuf *buf) argument
244 netbuf_first(struct netbuf *buf) argument
[all...]
/seL4-camkes-master/projects/lwip/src/apps/snmp/
H A Dsnmp_netconn.c52 struct netbuf *buf; local
85 struct netbuf buf; local
[all...]
H A Dsnmp_pbuf_stream.c80 snmp_pbuf_stream_writebuf(struct snmp_pbuf_stream *pbuf_stream, const void *buf, u16_t buf_len) argument
/seL4-camkes-master/projects/lwip/src/core/
H A Dip.c101 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) argument
/seL4-camkes-master/projects/lwip/test/unit/core/
H A Dtest_def.c22 def_check_range_untouched(const char *buf, size_t len) argument
33 char buf[TEST_BUFSIZE]; local
[all...]
/seL4-camkes-master/tools/cogent/cogent/examples/brutal/
H A Dbrutal.c74 char buf[80]; local
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/example/boost/
H A Dmsgpack_variant_capitalize.cpp50 void print(std::string const& buf) { argument
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/example/cpp03/
H A Dclass_intrusive.cpp62 void print(std::string const& buf) { argument
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dsbuffer.h59 static inline int msgpack_sbuffer_write(void* data, const char* buf, size_t len) argument
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/test/
H A Dmsgpack_c.cpp380 char const buf[] = { 2 }; local
404 char const buf[] = { 2, 3 }; local
428 char const buf[] = { 2, 3, 4, 5 }; local
452 char const buf [] = { 2, 3, 4, 5, 6, 7, 8, 9 }; local
476 char const buf [] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 }; local
523 char buf[size]; local
550 char buf[size]; local
577 char buf[size]; local
604 char buf[size]; local
1102 const char buf[] = { local
1122 const char buf[] = { local
1142 const char buf[] = { local
1162 const char buf[] = { local
1182 const char buf[] = { local
1202 const char buf[] = { local
1222 const char buf[] = { local
1241 const char buf[] = { local
[all...]
/seL4-camkes-master/projects/musllibc/src/passwd/
H A Dgetgrouplist.c22 char *buf = 0; local
/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dfmemopen.c8 unsigned char *buf; member in struct:cookie
26 static size_t mread(FILE *f, unsigned char *buf, size_t len) argument
46 static size_t mwrite(FILE *f, const unsigned char *buf, size_t len) argument
73 fmemopen(void *restrict buf, size_t size, const char *restrict mode) argument
[all...]
H A Dopen_wmemstream.c11 wchar_t *buf; member in struct:cookie
32 static size_t wms_write(FILE *f, const unsigned char *buf, size_t len) argument
64 wchar_t *buf; local
[all...]
/seL4-camkes-master/projects/picotcp/include/
H A Dpico_constants.h45 static inline uint32_t pico_hash(const void *buf, uint32_t size) argument
/seL4-camkes-master/projects/picotcp/test/examples/
H A Dudpnat.c14 char buf[1400] = { }; local
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_dev_loop.c29 uint8_t buf[LOOP_MTU + 1] = {}; local
43 uint8_t buf[LOOP_MTU + 1] = {}; local
H A Dunit_mocks.c7 int mock_print_protocol(uint8_t *buf) argument
21 int printbuf(uint8_t *buf, uint32_t len, const char *str, uint8_t printbufactive) argument

Completed in 148 milliseconds

1234567891011>>