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

  /src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c 41 #define EPOCH 1970
706 if (Year < EPOCH || (sizeof(time_t) <= 4 && Year >= 2038)
718 for (i = EPOCH; i < Year; i++)
945 * Parses a Unix epoch timestamp (seconds).
952 time_t epoch; local
960 if (!consume_unsigned_number(&p, &epoch))
967 return epoch;
990 * @-prefixed Unix epoch timestamps (seconds)
  /src/sbin/routed/
defs.h 133 #define EPOCH NEVER /* bias time by this to avoid <0 */
471 extern struct timeval epoch; /* system clock when started */
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 325 EPOCH = 623,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 329 EPOCH = 623,

Completed in 117 milliseconds