Home
last modified time | relevance | path

Searched refs:parse_unsigned_long (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libgomp/
H A Denv.c118 parse_unsigned_long (const char *name, unsigned long *pvalue) in parse_unsigned_long() function
284 if (!parse_unsigned_long ("OMP_NUM_THREADS", &gomp_nthreads_var)) in initialize_env()
293 if (parse_unsigned_long ("GOMP_STACKSIZE", &stacksize)) in initialize_env()
H A DChangeLog460 (parse_unsigned_long): Reject out of range, negative or zero values.
537 (parse_schedule, parse_unsigned_long, parse_boolean): Allow
577 (parse_unsigned_long): Rename from parse_num_threads and generalize.