Searched defs:ISO_DATE_4DIG (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ | ||
H A D | hsfs_isospec.h | 171 #define ISO_DATE_4DIG(x) ((((x)[0] - '0') * 1000) + \ macro 175 #define ISO_DATE_YEAR(x) ISO_DATE_4DIG(&((uchar_t *)x)[0]) |
Completed in 73 milliseconds