HomeSort by: relevance | last modified time | path
    Searched refs:datestamp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/adosfs/
adosfs.h 54 * Amigados datestamp. (from 1/1/1978 00:00:00 local)
56 struct datestamp { struct
78 struct datestamp mtimev; /* (r) volume modified */
79 struct datestamp created; /* (r) volume created */
80 struct datestamp mtime; /* (r/d/f) last modified */
adutil.c 161 * datestamp is local time, tv is to be UTC
164 dstotv(struct datestamp *dsp, struct timeval *tvp)
169 * tv is UTC, datestamp is to be local time
172 tvtods(struct timeval *tvp, struct datestamp *dsp)

Completed in 11 milliseconds