Searched defs:time_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
1008 *time_p = 0;
1025 if (time_p) {
1033 *time_p = (short)i;

Completed in 61 milliseconds