OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endchar
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/find/
function.c
161
char *
endchar
; /* Pointer to character ending conversion. */
local in function:find_parsenum
181
* and
endchar
points to the beginning of the string we know we have
184
value = strtoll(str, &
endchar
, 10);
185
if (value == 0 &&
endchar
== str)
187
if (
endchar
[0] && (endch == NULL ||
endchar
[0] != *endch))
190
*endch =
endchar
[0];
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py
1031
def FindEndOfExpressionInLine(line, startpos, depth, startchar,
endchar
):
1032
"""Find the position just after the matching
endchar
.
1039
endchar
: expression closing character.
1042
Index just after
endchar
.
1047
elif line[i] ==
endchar
:
1076
if startchar == '(':
endchar
= ')'
1077
if startchar == '[':
endchar
= ']'
1078
if startchar == '{':
endchar
= '}'
1081
end_pos = FindEndOfExpressionInLine(line, pos, 0, startchar,
endchar
)
1085
num_open = tail.count(startchar) - tail.count(
endchar
)
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025