Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y88 static time_t yyRelSeconds; variable
258 yyRelSeconds = -yyRelSeconds;
265 yyRelSeconds += $1 * $2 * 60L;
268 yyRelSeconds += $1 * $2 * 60L;
271 yyRelSeconds += $1 * 60L;
274 yyRelSeconds += $1;
277 yyRelSeconds += $1;
280 yyRelSeconds++;
841 yyRelSeconds = 0; in get_date()
865 Start += yyRelSeconds; in get_date()
/freebsd/usr.bin/find/
H A Dgetdate.y112 static time_t yyRelSeconds; variable
264 yyRelSeconds = -yyRelSeconds;
271 yyRelSeconds += $1 * $2 * 60L;
274 yyRelSeconds += $1 * $2 * 60L;
277 yyRelSeconds += $1 * 60L;
280 yyRelSeconds += $1;
283 yyRelSeconds += $1;
286 yyRelSeconds++;
885 yyRelSeconds = 0; in get_date()
909 Start += yyRelSeconds; in get_date()