Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c3340 # define PARSE_NUM_TYPE strtoll macro
3343 # define PARSE_NUM_TYPE strtol macro
3352 val = PARSE_NUM_TYPE(s.start, &ep, 0); in num_val()