OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strToI
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/util/
xmlconfig.c
88
strToI
(const char *string, const char **tail, int base)
143
*
strToI
. In that case the result is number * 10^exponent. After
186
exponent =
strToI
(string+1, &expTail, 10);
233
v->_int =
strToI
(string, &tail, 0);
/xsrc/external/mit/MesaLib.old/dist/src/util/
xmlconfig.c
114
strToI
(const XML_Char *string, const XML_Char **tail, int base)
169
*
strToI
. In that case the result is number * 10^exponent. After
212
exponent =
strToI
(string+1, &expTail, 10);
259
v->_int =
strToI
(string, &tail, 0);
Completed in 20 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026