OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endchar
(Results
1 - 1
of
1
) 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];
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025