Searched defs:date_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1000 smb_time_unix_to_dos(int32_t ux_time, int16_t *date_p, int16_t *time_p) argument
1007 *date_p = 0;
1015 if (date_p) {
1023 *date_p = (short)i;

Completed in 47 milliseconds