Searched refs:parse_line (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2022-28734-net-http-Error-out-on-headers-with-LF-without-CR.patch | 6 In a similar vein to the previous patch, parse_line() would write 40 @@ -68,7 +68,15 @@ parse_line (grub_file_t file, http_data_t data, char *ptr, grub_size_t len)
|
| H A D | CVE-2022-28734-net-http-Fix-OOB-write-for-split-http-headers.patch | 13 one greater, which breaks an assumption in parse_line(), leading to
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | debug.c | 54 static int parse_line(char *s, int *ps, int *n); 275 cmd = parse_line(s, ps, &ntok); in x86emu_single_step() 353 parse_line(char *s, int *ps, int *n) in parse_line() function
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | debugfs.c | 81 static bool parse_line(char **line, u32 *offs, u32 *val, int short_fmt_len, in parse_line() function 147 while (parse_line(&line, &offset, &val, 2, 5)) { in regs_write() 236 while (parse_line(&line, &offset, &val, 1, 4)) { in counters_write()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/ |
| H A D | ctrlmondata.c | 188 static int parse_line(char *line, struct rdt_resource *r, in parse_line() function 291 return parse_line(tok, r, rdtgrp); in rdtgroup_parse_resource()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/makedevs/makedevs/ |
| H A D | makedevs.c | 127 static struct name_id* parse_line(char *line) in parse_line() function 172 node = parse_line(line); in get_list_from_file()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/gconf/ |
| H A D | python3.patch | 21 self.parse_line(line)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 85 -static int parse_line (char *s, int *ps, int *n); 89 +static int parse_line(char *s, int *ps, int *n); 389 cmd = parse_line(s, ps, &ntok); 516 -static int parse_line (char *s, int *ps, int *n) 518 +parse_line(char *s, int *ps, int *n)
|