OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rstrip
(Results
1 - 25
of
87
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/utils/lint/
common_lint.py
24
length = len(line.
rstrip
('\n'))
46
if tab_re.match(line.
rstrip
('\n')):
67
if trailing_whitespace_re.match(line.
rstrip
('\n')):
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
unbalanced_allocs.py
27
print('Unbalanced ' + line.
rstrip
());
29
print(l.
rstrip
())
66
print(line.
rstrip
())
74
print(line.
rstrip
())
/src/external/apache2/llvm/dist/clang/docs/
conf.py
233
title = f.readline().
rstrip
('\n')
234
header = f.readline().
rstrip
('\n')
/src/external/apache2/llvm/dist/llvm/docs/
conf.py
253
title = f.readline().
rstrip
('\n')
268
title = f.readline().
rstrip
('\n')
269
header = f.readline().
rstrip
('\n')
/src/external/apache2/llvm/dist/llvm/utils/gn/build/
symbol_exports.py
30
[' %s;\n' % s.
rstrip
() for s in symbols] +
write_cmake_config.py
89
var = var.
rstrip
()
/src/external/gpl3/gcc/dist/contrib/unicode/
utf8-dump.py
59
print('%4i | %s' % (line_num, line.
rstrip
()))
/src/external/gpl3/gcc.old/dist/contrib/unicode/
utf8-dump.py
59
print('%4i | %s' % (line_num, line.
rstrip
()))
/src/external/mpl/bind/dist/doc/misc/
parsegrammar.py
95
if not line.
rstrip
().endswith("*/"):
151
key = line.split()[0].
rstrip
(";")
/src/external/apache2/llvm/dist/llvm/utils/git/
pre-push.py
111
eprint(stderr.
rstrip
())
114
stdout = stdout.
rstrip
('\r\n')
116
stdout = stdout.
rstrip
(b'\r\n')
124
eprint(stderr.
rstrip
())
/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_symbolize.py
113
function_name = self.pipe.stdout.readline().
rstrip
()
116
file_name = self.pipe.stdout.readline().
rstrip
()
172
function_name = self.pipe.stdout.readline().
rstrip
()
173
file_name = self.pipe.stdout.readline().
rstrip
()
214
return self.r.readline().
rstrip
()
301
fragments = lines[0].
rstrip
().split()
437
result.append(' #%s %s' % (str(self.frame_no), symbolized_frame.
rstrip
()))
448
return [line.
rstrip
()]
451
self.current_line = line.
rstrip
()
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
clang.py
128
elif re.match(r'^\s\s\S+$', line.
rstrip
()):
132
match = pattern.match(line.
rstrip
())
/src/external/apache2/llvm/dist/llvm/utils/
lldbDataFormatters.py
47
return int(name.lstrip('[').
rstrip
(']'))
86
return int(name.lstrip('[').
rstrip
(']'))
/src/external/gpl3/gcc/dist/gcc/
diagnostic-format-json.cc
214
char *
rstrip
= xstrdup (kind_text);
local
215
rstrip
[len - 2] = '\0';
216
diag_obj->set_string ("kind",
rstrip
);
217
free (
rstrip
);
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-format-json.cc
175
char *
rstrip
= xstrdup (kind_text);
local
176
rstrip
[len - 2] = '\0';
177
diag_obj->set ("kind", new json::string (
rstrip
));
178
free (
rstrip
);
/src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
frame_filters.py
249
printer_list = gdb.frames.return_list(text.split()[0].
rstrip
())
283
printer_list = gdb.frames.return_list(text.split()[0].
rstrip
())
368
printer_list = gdb.frames.return_list(text.split()[0].
rstrip
())
449
printer_list = gdb.frames.return_list(text.split()[0].
rstrip
())
/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
frame_filters.py
249
printer_list = gdb.frames.return_list(text.split()[0].
rstrip
())
283
printer_list = gdb.frames.return_list(text.split()[0].
rstrip
())
368
printer_list = gdb.frames.return_list(text.split()[0].
rstrip
())
449
printer_list = gdb.frames.return_list(text.split()[0].
rstrip
())
/src/external/apache2/llvm/dist/clang/tools/clang-format/
git-clang-format
316
filename = match.group(1).
rstrip
('\r\n')
462
return convert_string(stdout).
rstrip
('\r\n')
515
new_tree).
rstrip
('\0').split('\0')
557
print(stderr.
rstrip
(), file=sys.stderr)
559
stdout = stdout.
rstrip
('\r\n')
564
print(stderr.
rstrip
(), file=sys.stderr)
/src/external/bsd/wpa/dist/wpa_supplicant/examples/
wps-nfc.py
84
return ret.
rstrip
().decode("hex")
94
return ret.
rstrip
().decode("hex")
104
return ret.
rstrip
().decode("hex")
113
return ret.
rstrip
().decode("hex")
121
res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR").
rstrip
()
123
res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).
rstrip
()
/src/external/bsd/wpa/dist/hostapd/
wps-ap-nfc.py
78
return ret.
rstrip
().decode("hex")
88
return ret.
rstrip
().decode("hex")
98
return ret.
rstrip
().decode("hex")
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
gen_dynamic_list.py
118
result.append(line.
rstrip
())
/src/external/apache2/llvm/dist/clang/docs/tools/
dump_ast_matchers.py
474
line.
rstrip
()[-1] == ';' or
475
(line.
rstrip
()[-1] == '{' and line.
rstrip
()[-3:] != '= {')):
476
if line.strip() and line.
rstrip
()[-1] == '{':
/src/external/gpl3/gcc/dist/contrib/
gen_autofdo_event.py
105
n = j.
rstrip
().decode().split(',')
/src/external/gpl3/gcc.old/dist/contrib/
gen_autofdo_event.py
103
n = j.
rstrip
().split(',')
/src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
styling.py
91
return highlight(content, lexer, formatter).
rstrip
().encode()
Completed in 35 milliseconds
1
2
3
4
Indexes created Sun Jun 14 00:25:39 UTC 2026