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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c52 *smb_gmtime_r(time_t *clock, struct tm *result);
1013 (void) smb_gmtime_r(&tmp_time, &atm);
1039 * smb_gmtime_r
1051 smb_gmtime_r(time_t *clock, struct tm *result) function
1116 * Before returning the clock time, we use smb_gmtime_r to set up tm_wday
1158 (void) smb_gmtime_r(&tsec, tm);

Completed in 55 milliseconds