Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/backup/lib/
H A Dgetdate.y102 static time_t yyRelSeconds; variable
234 yyRelSeconds = -yyRelSeconds;
241 yyRelSeconds += $1 * $2 * 60L;
244 yyRelSeconds += $1 * $2 * 60L;
247 yyRelSeconds += $1 * 60L;
250 yyRelSeconds += $1;
253 yyRelSeconds += $1;
256 yyRelSeconds++;
916 yyRelSeconds = 0;
940 Start += yyRelSeconds;
/titanic_44/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y237 static time_t yyRelSeconds; variable
391 yyRelSeconds = -yyRelSeconds;
398 yyRelSeconds += $1 * $2 * 60L;
401 yyRelSeconds += $1 * $2 * 60L;
404 yyRelSeconds += $1 * 60L;
407 yyRelSeconds += $1;
410 yyRelSeconds += $1;
413 yyRelSeconds++;
954 yyRelSeconds = 0;
1041 Start += yyRelSeconds;