HomeSort by: relevance | last modified time | path
    Searched defs:datesize (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcsbase.h 228 #define datesize (yearlength+16) /* size of output of time2date */ macro
687 char const *date2str P((char const[datesize],char[datesize + zonelenmax]));
688 time_t date2time P((char const[datesize]));
689 void str2date P((char const*,char[datesize]));
690 void time2date P((time_t,char[datesize]));

Completed in 20 milliseconds