Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/dump/
H A Dunctime.c35 #define E_MINUTE 14 macro
64 then.tm_min = atoi(&dbuf[E_MINUTE]);
/titanic_50/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c68 #define E_MINUTE 14 macro
159 then.tm_min = atoi(&dbuf[E_MINUTE]); in unctime()