Searched refs:time_seconds (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dasingle.c123 u_int32_t time_seconds; local
264 if (( time_seconds = time( NULL )) == (u_int32_t)-1 ) {
265 time_seconds = AD_DATE_START;
267 time_seconds = AD_DATE_FROM_UNIX(time_seconds);
269 memcpy(&fh->create_date, &time_seconds, sizeof( fh->create_date ));
270 memcpy(&fh->mod_date, &time_seconds, sizeof( fh->mod_date ));
H A Dhqx.c247 u_int32_t time_seconds; local
346 time_seconds = AD_DATE_FROM_UNIX(time( NULL ));
347 memcpy( &fh->create_date, &time_seconds,
349 memcpy( &fh->mod_date, &time_seconds,

Completed in 92 milliseconds