HomeSort by relevance Sort by last modified time
    Searched refs:looking_at (Results 1 - 4 of 4) sorted by null

  /external/syslinux/com32/menu/
readconfig.c 129 static char *looking_at(char *line, const char *kwd) function
608 if ((q = looking_at(cmdstr, *p))) {
623 if ((q = looking_at(cmdstr, messages[i].name))) {
669 if (looking_at(p, "menu")) {
672 if (looking_at(p, "label")) {
686 } else if (looking_at(p, "title")) {
696 } else if (looking_at(p, "default")) {
702 } else if (looking_at(p, "hide")) {
704 } else if (looking_at(p, "passwd")) {
712 } else if (looking_at(p, "shiftkey"))
    [all...]
  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 174 static char *looking_at(char *line, const char *kwd) function
652 if ((q = looking_at(cmdstr, *p))) {
667 if ((q = looking_at(cmdstr, messages[i].name))) {
894 if (looking_at(p, "menu")) {
898 if (looking_at(p, "label")) {
912 } else if (looking_at(p, "title")) {
922 } else if (looking_at(p, "default")) {
928 } else if (looking_at(p, "hide")) {
930 } else if (looking_at(p, "passwd")) {
938 } else if (looking_at(p, "shiftkey"))
    [all...]
  /external/syslinux/com32/modules/
ethersel.c 46 static int looking_at(const char *line, const char *kwd) function
126 if (!looking_at(p, "#"))
130 if (!looking_at(p, "dev"))
144 if (looking_at(p, "did")) {
146 } else if (looking_at(p, "sid")) {
148 } else if (looking_at(p, "rid")) {
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 559 const int looking_at = shared->written_by_vgdb; local
560 if (shared->seen_by_valgrind == looking_at)
582 "remote_desc_activity %s %d last_looked_cntr %d looking_at %d"
585 msg, remote_desc, last_looked_cntr, looking_at,
588 /* if no error from poll, indicate we have "seen" up to looking_at */
590 last_looked_cntr = looking_at;
    [all...]

Completed in 358 milliseconds