SMB_VSS_GMT_SIZE
*gmttokenp = malloc(SMB_VSS_GMT_SIZE);
(void) strftime(gmttoken, SMB_VSS_GMT_SIZE,
if (!xdr_string(xdrs, objp, SMB_VSS_GMT_SIZE)) {
if (!xdr_string(xdrs, &objp->gts_gmttoken, SMB_VSS_GMT_SIZE)) {
gmttoken = kmem_alloc(SMB_VSS_GMT_SIZE,
kmem_free(gmttoken, SMB_VSS_GMT_SIZE);
kmem_free(gmttoken, SMB_VSS_GMT_SIZE);
kmem_free(gmttoken, SMB_VSS_GMT_SIZE);
src += SMB_VSS_GMT_SIZE - 1;
bcopy(p, gmttoken, SMB_VSS_GMT_SIZE);
gmttoken[SMB_VSS_GMT_SIZE - 1] = '\0';
SMB_VSS_GMT_SIZE)