Searched refs:parsef (Results 1 – 2 of 2) sorted by relevance
48 static double parsef(char *s) in parsef() function64 case 3: increment = parsef(toys.optargs[1]); in seq_main()65 case 2: first = parsef(*toys.optargs); in seq_main()66 default: last = parsef(toys.optargs[toys.optc-1]); in seq_main()
23 def parsef(key, regex, base=10): function67 parsef("pclk", "Pixel Clock\s+=\s+(\d+\.\d+)")