Home
last modified time | relevance | path

Searched refs:startswith (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/test/smbsrv-tests/cmd/
H A Drun_smbtorture.py40 if line and not line.startswith('#'))
50 if not line.startswith('smbtorture') and
100 elif line.startswith('failure:') or line.startswith('error:'):
102 elif line.startswith('success:'):
104 elif line.startswith('skip:'):
106 elif line.startswith('INTERNAL ERROR:'):
/illumos-gate/usr/src/tools/onbld/Checks/
H A DHdrChk.py180 if lenient and line.startswith("#pragma ident") and IDENT.search(line):
226 if (not found_ident and line.startswith("#pragma ident") and
242 if not (line.startswith('#') or line.startswith('using')):
/illumos-gate/usr/src/data/locale/tools/
H A Dmkwidths.py48 if (len(items) != 2) or items[0].startswith("#"):
60 if line.startswith("#"):
/illumos-gate/usr/src/tools/smatch/src/Documentation/sphinx/
H A Dcdoc.py89 if not l.startswith('//\t'):
130 if l.startswith('// '):
132 elif l.startswith('//\t') or l == '//':
190 if l.startswith('///'):
/illumos-gate/usr/src/tools/scripts/
H A Dcddlchk.py62 elif line.startswith('*.'):
H A Dmapfilechk.py62 elif line.startswith('*.'):
H A Dgit-pbchk.py438 if l == r or l.startswith(r+"."):
H A Dvalidate_pkg.py144 (m & 0o105 != 0 and p.startswith("etc/security/dev/"))):
H A Dwsdiff.py799 if line.strip().startswith('cth_parname'):
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_init_finish.c130 startswith(const char * input, char* ckfor) in startswith() function
838 if(startswith(scn_name,".rela.")) { in is_a_relx_section()
843 if(startswith(scn_name,".rel.")) { in is_a_relx_section()
876 if (startswith(scn_name, ".zdebug_") || in this_section_dwarf_relevant()
877 startswith(scn_name, ".debug_")) { in this_section_dwarf_relevant()
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/
H A Dparser.py52 if syscall.startswith(prefix):
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun702 filenames = [f for f in filenames if f.startswith("tst.")]