OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ul_val
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
cond.c
338
unsigned long
ul_val
;
local in function:TryParseNumber
347
ul_val
= strtoul(str, &end, str[1] == 'x' ? 16 : 10);
349
*out_value = str[0] == '-' ? -(double)-
ul_val
: (double)
ul_val
;
Completed in 35 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025