Home
last modified time | relevance | path

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

/titanic_41/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')):
/titanic_41/usr/src/cmd/localedef/
H A Dmkwidths.py44 if (len(items) != 2) or items[0].startswith("#"):
56 if line.startswith("#"):
/titanic_41/usr/src/tools/scripts/
H A Dmapfilechk.py61 elif line.startswith('*.'):
H A Dcddlchk.py61 elif line.startswith('*.'):
H A Dvalidate_pkg.py141 (m & 0105 != 0 and p.startswith("etc/security/dev/"))):
/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.c189 static boolean_t startswith(const char **strp, const char *starts);
1027 if (startswith((const char **)&ptr2, "Multipart/Mixed;")) { in http_process_headers()
1030 if (startswith((const char **)&ptr2, "Boundary=")) { in http_process_headers()
2514 if (startswith((const char **)&ptr, "chunked;") || in init_bread()
2921 startswith(const char **strp, const char *starts) in startswith() function
/titanic_41/usr/src/tools/onbld/hgext/
H A Dcdm.py935 if not os.getcwd().startswith(repo.root):
1138 assert data[line].startswith('default')
1264 if not os.getcwd().startswith(repo.root):