Home
last modified time | relevance | path

Searched refs:parsef (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/lsb/
H A Dseq.c48 static double parsef(char *s) in parsef() function
64 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()

Completed in 1 milliseconds