Searched refs:yySeconds (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/fifolog/lib/ |
H A D | getdate.y | 84 static time_t yySeconds; variable 140 yySeconds = $11; 149 yySeconds = 0; 155 yySeconds = 0; 168 yySeconds = $5; 174 yySeconds = $5; 313 yySeconds = 0; 839 yySeconds = 0; in get_date() 854 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds, in get_date()
|
/freebsd/usr.bin/find/ |
H A D | getdate.y | 108 static time_t yySeconds; variable 155 yySeconds = 0; 161 yySeconds = 0; 174 yySeconds = $5; 180 yySeconds = $5; 319 yySeconds = 0; 883 yySeconds = 0; in get_date() 898 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds, in get_date()
|