Lines Matching +full:exact +full:- +full:len
43 The roken library (libroken, -lroken)
51 .Fn unparse_time "int seconds" "char *buf" "size_t len"
53 .Fn unparse_time_approx "int seconds" "char *buf" "size_t len"
76 produces an exact time, while
85 .Bl -tag -width "month" -compact -offset indent
104 or -1 on error.
111 .Fa len
115 .Bd -literal
128 if(result == -1) {
132 printf("--\\n");
142 .Bd -literal
143 $ ./a.out "1 minute 30 seconds" "90 s" "1 y -1 s"
151 --
155 --
159 --
167 returns -1 on error there is no way to parse "minus one second".