Home
last modified time | relevance | path

Searched refs:parse_int_secure (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Denv.c282 parse_int_secure (const char *name, int *pvalue, bool allow_zero) in parse_int_secure() function
1320 parse_int_secure ("GOMP_DEBUG", &gomp_debug_var, true); in initialize_env()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Denv.c289 parse_int_secure (const char *name, int *pvalue, bool allow_zero) in parse_int_secure() function
1485 parse_int_secure ("GOMP_DEBUG", &gomp_debug_var, true); in initialize_env()
H A DChangeLog8801 (parse_int_secure): New function.
8802 (initialize_env): Use parse_int_secure for GOMP_DEBUG.