Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y235 static time_t yyRelSeconds; variable
389 yyRelSeconds = -yyRelSeconds;
396 yyRelSeconds += $1 * $2 * 60L;
399 yyRelSeconds += $1 * $2 * 60L;
402 yyRelSeconds += $1 * 60L;
405 yyRelSeconds += $1;
408 yyRelSeconds += $1;
411 yyRelSeconds++;
952 yyRelSeconds = 0;
1039 Start += yyRelSeconds;
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y101 static time_t yyRelSeconds; variable
233 yyRelSeconds = -yyRelSeconds;
240 yyRelSeconds += $1 * $2 * 60L;
243 yyRelSeconds += $1 * $2 * 60L;
246 yyRelSeconds += $1 * 60L;
249 yyRelSeconds += $1;
252 yyRelSeconds += $1;
255 yyRelSeconds++;
914 yyRelSeconds = 0;
938 Start += yyRelSeconds;