Searched refs:parse_int_secure (Results 1 – 3 of 3) sorted by relevance
282 parse_int_secure (const char *name, int *pvalue, bool allow_zero) in parse_int_secure() function1320 parse_int_secure ("GOMP_DEBUG", &gomp_debug_var, true); in initialize_env()
289 parse_int_secure (const char *name, int *pvalue, bool allow_zero) in parse_int_secure() function1485 parse_int_secure ("GOMP_DEBUG", &gomp_debug_var, true); in initialize_env()
8801 (parse_int_secure): New function.8802 (initialize_env): Use parse_int_secure for GOMP_DEBUG.