OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parse_int_1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgomp/
env.c
264
parse_int_1
(const char *name, int *pvalue, bool allow_zero, bool secure)
function
278
/* As
parse_int_1
, but use getenv. */
283
return
parse_int_1
(name, pvalue, allow_zero, false);
286
/* As
parse_int_1
, but use getenv_secure. */
291
return
parse_int_1
(name, pvalue, allow_zero, true);
/src/external/gpl3/gcc/dist/libgomp/
env.c
317
parse_int_1
(const char *env, const char *val, int *pvalue, bool allow_zero)
function
334
return
parse_int_1
(env, val, (int *) params[0], (bool) params[1]);
337
/* As
parse_int_1
, but use getenv_secure. */
342
return
parse_int_1
(env, secure_getenv (env), pvalue, allow_zero);
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026