Home
last modified time | relevance | path

Searched refs:lastmatch (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getsrc_file.c84 bool lastmatch = false; in dwarf_getsrc_file() local
101 lastmatch = strcmp (basename (fname2), fname) == 0; in dwarf_getsrc_file()
103 lastmatch = strcmp (fname2, fname) == 0; in dwarf_getsrc_file()
105 if (!lastmatch) in dwarf_getsrc_file()
/external/elfutils/libdwfl/
Ddwfl_module_getsrc_file.c87 bool lastmatch = false; in dwfl_module_getsrc_file() local
106 lastmatch = !strcmp (is_basename ? basename (file) : file, in dwfl_module_getsrc_file()
110 if (!lastmatch) in dwfl_module_getsrc_file()
/external/lua/src/
Dlstrlib.c668 const char *lastmatch; /* end of last match */ member
680 if ((e = match(&gm->ms, src, gm->p)) != NULL && e != gm->lastmatch) { in gmatch_aux()
681 gm->src = gm->lastmatch = e; in gmatch_aux()
697 gm->src = s; gm->p = p; gm->lastmatch = NULL; in gmatch()
766 const char *lastmatch = NULL; /* end of last match */ in str_gsub() local
784 if ((e = match(&ms, src, p)) != NULL && e != lastmatch) { /* match? */ in str_gsub()
787 src = lastmatch = e; in str_gsub()
/external/autotest/server/cros/
Dtradefed_test.py992 lastmatch = None
997 lastmatch = (session, passed, failed, done == total)
998 return lastmatch