Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/cortex-strings/scripts/
H A Dlibplot.py12 def parse_value(v): function
47 return Record(*[parse_value(y) for y in line.split(':')])
/freebsd-13.1/contrib/ntp/sntp/libopts/
H A Dconfigfile.c72 parse_value(char const * txt, tOptionValue * typ);
1218 txt = parse_value(txt+len, pType); in parse_attrs()
1319 parse_value(char const * txt, tOptionValue * typ) in parse_value() function