Home
last modified time | relevance | path

Searched defs:len (Results 1 – 11 of 11) sorted by relevance

/bootloader/lib/
A Dstring.c39 size_t len = 0; in strlen() local
46 size_t len = 0; in strnlen() local
65 char* strncpy(char* dst, const char* src, size_t len) { in strncpy()
80 int strncmp(const char* s1, const char* s2, size_t len) { in strncmp()
A Dprintf.c26 int snprintf(char *str, size_t len, const char *fmt, ...) in snprintf()
54 __NO_INLINE static char *longlong_to_string(char *buf, unsigned long long n, size_t len, unsigned i… in longlong_to_string()
91 __NO_INLINE static char *longlong_to_hexstring(char *buf, unsigned long long u, size_t len, unsigne… in longlong_to_hexstring()
114 size_t len; member
118 static int _vsnprintf_output(const char *str, size_t len, void *state) in _vsnprintf_output()
135 int vsnprintf(char *str, size_t len, const char *fmt, va_list ap) in vsnprintf()
167 #define OUTPUT_STRING(str, len) do { err = out(str, len, state); if (err < 0) { goto exit; } else {… in _printf_engine() argument
A Dstrings.c19 int strncasecmp(const char* s1, const char* s2, size_t len) { in strncasecmp()
A Dconsole-printf.c17 static int _printf_console_out(const char* str, size_t len, void* _state) { in _printf_console_out()
A Dxefi.c177 size_t len = 0; in strlen_16() local
/bootloader/src/
A Dnetboot.c74 void netboot_recv(void* data, size_t len, const ip6_addr* saddr, uint16_t sport) { in netboot_recv()
206 static tftp_status buffer_write(const void* data, size_t* len, off_t offset, void* cookie) { in buffer_write()
232 static tftp_status udp_send(void* data, size_t len, void* cookie) { in udp_send()
252 void tftp_recv(void* data, size_t len, const ip6_addr* daddr, uint16_t dport, in tftp_recv()
A Dinet6.c140 static uint16_t checksum(const void* _data, size_t len, uint16_t _sum) { in checksum()
268 void udp6_recv(ip6_hdr* ip, void* _data, size_t len) { in udp6_recv()
310 void icmp6_recv(ip6_hdr* ip, void* _data, size_t len) { in icmp6_recv()
361 void eth_recv(void* _data, size_t len) { in eth_recv()
A Dcmdline.c109 void cmdline_append(const char* ptr, size_t len) { in cmdline_append()
A Dnetifc.c104 int eth_send(void* data, size_t len) { in eth_send()
A Dpci.c13 uint16_t len; member
A Dzircon.c59 size_t len = ZBI_ALIGN(bd->length); in add_bootdata() local

Completed in 16 milliseconds