Home
last modified time | relevance | path

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

/external/curl/tests/
Dtestcurl.pl204 sub grepfile($$) { subroutine
493 if (grepfile("^buildconf: OK", $buildlog)) {
619 (grepfile("^#define USE_ARES", "lib/$confheader"))) {
756 if (grepfile("^TEST", $buildlog)) {
762 if (grepfile("^TESTFAIL:", $buildlog)) {
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_grep.py92 grepfile = os.path.join(parent, 'grep.py')
100 self.assertIn(grepfile, filelist)
108 self.assertIn(grepfile, filelist)