Home
last modified time | relevance | path

Searched refs:parse_bytes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/easyframes/
H A D0002-Fix-different-compiling-issues.patch49 @@ -212,7 +213,9 @@ buf_t *parse_bytes(const char *s, int bytes) {
60 @@ -313,6 +316,7 @@ buf_t *parse_bytes(const char *s, int bytes) {
68 @@ -334,7 +338,7 @@ buf_t *parse_bytes(const char *s, int bytes) {
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dmap.c316 static char **parse_bytes(char **argv, const char *name, unsigned char *val, in parse_bytes() function
378 argv = parse_bytes(argv + 1, "key", key, key_size); in parse_elem()
437 argv = parse_bytes(argv, "value", value, value_size); in parse_elem()