OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startswith
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
unbalanced_allocs.py
33
while line and line.
startswith
(' #'):
39
if not line.
startswith
('FREE['):
51
if not line.
startswith
('MALLOC['):
62
if not line.
startswith
('MallocFreeTracer: START'):
69
if line.
startswith
('MallocFreeTracer: STOP'):
/src/sbin/pppoectl/
pppoectl.c
385
#define
startswith
(a,s) strncmp(a, s, (off = strlen(s))) == 0
macro
386
if (
startswith
(arg, "authproto=")) {
398
} else if (
startswith
(arg, "myauthproto=")) {
409
} else if (
startswith
(arg, "myauthname=")) {
413
} else if (
startswith
(arg, "myauthsecret=") ||
startswith
(arg, "myauthkey=")) {
417
} else if (
startswith
(arg, "hisauthproto=")) {
428
} else if (
startswith
(arg, "hisauthname=")) {
432
} else if (
startswith
(arg, "hisauthsecret=") ||
startswith
(arg, "hisauthkey="))
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py
380
if category.
startswith
('(') and category.endswith(')'):
602
if not (filt.
startswith
('+') or filt.
startswith
('-')):
838
if one_filter.
startswith
('-'):
839
if category.
startswith
(one_filter[1:]):
841
elif one_filter.
startswith
('+'):
842
if category.
startswith
(one_filter[1:]):
929
if lines[lineix].strip().
startswith
('/*'):
1165
if line.
startswith
('#endif'):
2856
if (line.
startswith
('#ifndef %s' % cppvar) o
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_symbolize.py
118
if (not function_name.
startswith
('??') or
119
not file_name.
startswith
('??')):
Completed in 15 milliseconds
Indexes created Sun Oct 19 21:10:07 GMT 2025