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

  /src/external/bsd/tcpdump/dist/
smbutil.c 68 int_unix_date(uint32_t dos_date)
72 if (dos_date == 0)
75 interpret_dos_date(dos_date, &t);
90 uint32_t dos_date = 0; local
92 dos_date = GET_LE_U_4(date_ptr);
94 return int_unix_date(dos_date);
smbutil.c 68 int_unix_date(uint32_t dos_date)
72 if (dos_date == 0)
75 interpret_dos_date(dos_date, &t);
90 uint32_t dos_date = 0; local
92 dos_date = GET_LE_U_4(date_ptr);
94 return int_unix_date(dos_date);

Completed in 31 milliseconds