Searched refs:timeVal (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclClock.c845 struct tm timeVal;
868 timeVal.tm_year = fields->year - 1900;
869 timeVal.tm_mon = fields->month - 1;
870 timeVal.tm_mday = fields->dayOfMonth;
871 timeVal.tm_hour = (secondOfDay / 3600) % 24;
872 timeVal.tm_min = (secondOfDay / 60) % 60;
873 timeVal.tm_sec = secondOfDay % 60;
874 timeVal.tm_isdst = -1;
875 timeVal.tm_wday = -1;
876 timeVal
837 struct tm timeVal; local
1018 struct tm* timeVal; /* Time after conversion */ local
[all...]
/macosx-10.10.1/ntp-92/libopts/
H A Dsave.c552 time_t timeVal = time( NULL ); local
553 char* pzTime = ctime( &timeVal );
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dsave.c552 time_t timeVal = time( NULL ); local
553 char* pzTime = ctime( &timeVal );
/macosx-10.10.1/hfs-285/newfs_hfs/
H A Dmakehfs.c1957 struct timeval timeVal; local
1962 (void)gettimeofday( &timeVal, &timeZone );

Completed in 135 milliseconds