Searched refs:looking_at (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/com32/menu/ |
D | readconfig.c | 129 static char *looking_at(char *line, const char *kwd) in looking_at() function 608 if ((q = looking_at(cmdstr, *p))) { in is_kernel_type() 623 if ((q = looking_at(cmdstr, messages[i].name))) { in is_message_name() 669 if (looking_at(p, "menu")) { in parse_config_file() 672 if (looking_at(p, "label")) { in parse_config_file() 686 } else if (looking_at(p, "title")) { in parse_config_file() 696 } else if (looking_at(p, "default")) { in parse_config_file() 702 } else if (looking_at(p, "hide")) { in parse_config_file() 704 } else if (looking_at(p, "passwd")) { in parse_config_file() 712 } else if (looking_at(p, "shiftkey")) { in parse_config_file() [all …]
|
/external/syslinux/com32/elflink/ldlinux/ |
D | readconfig.c | 174 static char *looking_at(char *line, const char *kwd) in looking_at() function 652 if ((q = looking_at(cmdstr, *p))) { in is_kernel_type() 667 if ((q = looking_at(cmdstr, messages[i].name))) { in is_message_name() 894 if (looking_at(p, "menu")) { in parse_config_file() 898 if (looking_at(p, "label")) { in parse_config_file() 912 } else if (looking_at(p, "title")) { in parse_config_file() 922 } else if (looking_at(p, "default")) { in parse_config_file() 928 } else if (looking_at(p, "hide")) { in parse_config_file() 930 } else if (looking_at(p, "passwd")) { in parse_config_file() 938 } else if (looking_at(p, "shiftkey")) { in parse_config_file() [all …]
|
/external/syslinux/com32/modules/ |
D | ethersel.c | 46 static int looking_at(const char *line, const char *kwd) in looking_at() function 126 if (!looking_at(p, "#")) in parse_config() 130 if (!looking_at(p, "dev")) in parse_config() 144 if (looking_at(p, "did")) { in parse_config() 146 } else if (looking_at(p, "sid")) { in parse_config() 148 } else if (looking_at(p, "rid")) { in parse_config()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | remote-utils.c | 559 const int looking_at = shared->written_by_vgdb; in remote_desc_activity() local 560 if (shared->seen_by_valgrind == looking_at) in remote_desc_activity() 585 msg, remote_desc, last_looked_cntr, looking_at, in remote_desc_activity() 590 last_looked_cntr = looking_at; in remote_desc_activity()
|