Searched refs:mod_date (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.h65 u_int32_t mod_date; member in struct:FHeader
H A Dasingle.c270 memcpy(&fh->mod_date, &time_seconds, sizeof( fh->mod_date ));
286 memcpy( &fh->mod_date, entry_buf + FILEIOFF_MODIFY,
287 sizeof( fh->mod_date ));
300 memcpy( &fh->mod_date, entry_buf + FILEIOFF_MODIFY,
301 sizeof( fh->mod_date ));
H A Dmacbin.c352 memcpy( &fh->mod_date, head_buf + 95, 4 );
353 fh->mod_date = MAC_DATE_TO_UNIX(fh->mod_date) - bin.gmtoff;
354 fh->mod_date = AD_DATE_FROM_UNIX(fh->mod_date);
443 t = AD_DATE_TO_UNIX(fh->mod_date) + bin.gmtoff;
H A Dmegatron.c214 t = AD_DATE_TO_UNIX(fh.mod_date);
H A Dhqx.c349 memcpy( &fh->mod_date, &time_seconds,
350 sizeof( fh->mod_date ));
H A Dnad.c542 memcpy( &fh->mod_date, &temptime, sizeof( temptime ));
550 memcpy( &temptime, &fh->mod_date, sizeof( temptime ));
552 fprintf( stderr, "mod_date seconds\t\t%lu\n", temptime );
637 memcpy( &temptime, &fh->mod_date, sizeof( temptime ));

Completed in 61 milliseconds