Home
last modified time | relevance | path

Searched refs:sv_tz (Results 1 – 10 of 10) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/smbfs/
H A Dsmbfs_smb.c348 svtz = SSTOVC(ssp)->vc_sopt.sv_tz; in smbfs_smb_setpattr()
403 tzoff = vcp->vc_sopt.sv_tz; in smbfs_smb_setptime2()
466 tzoff = vcp->vc_sopt.sv_tz; in smbfs_smb_setpattrNT()
506 tzoff = SSTOVC(ssp)->vc_sopt.sv_tz; in smbfs_smb_setftime()
551 svtz = SSTOVC(ssp)->vc_sopt.sv_tz; in smbfs_smb_setfattrNT()
649 smb_time_local2server(mtime, SSTOVC(ssp)->vc_sopt.sv_tz, &xtime); in smbfs_smb_close()
682 smb_time_local2server(&ctime, SSTOVC(ssp)->vc_sopt.sv_tz, &tm); in smbfs_smb_create()
983 smb_dos2unixtime(xdate, xtime, 0, rqp->sr_vc->vc_sopt.sv_tz, in smbfs_findnextLM1()
1165 svtz = SSTOVC(ctx->f_ssp)->vc_sopt.sv_tz; in smbfs_findnextLM2()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netsmb/
H A Dsmb_smb.c171 sp->sv_tz = tw; in smb_smb_negotiate()
208 sp->sv_tz = tw; in smb_smb_negotiate()
247 SMBSDEBUG(("TZ = %d\n", sp->sv_tz)); in smb_smb_negotiate()
H A Dsmb_conn.h115 int16_t sv_tz; /* offset in min relative to UTC */ member
/dports/devel/ctypes.sh/ctypes-sh-1.2/include/
H A Dvariables.h406 extern void sv_tz __P((char *));
/dports/shells/bash/bash-5.1/
H A Dvariables.h451 extern void sv_tz PARAMS((char *));
H A Dvariables.c5776 { "TZ", sv_tz },
6138 sv_tz (name) in sv_tz() function
H A Dparse.y5880 sv_tz ("TZ"); /* XXX -- just make sure */
H A DChangeLog6275 - sv_tz: remake the export env if TZ is being unset. Fixes bug
/dports/shells/bash/bash-5.1/builtins/
H A Dprintf.def496 sv_tz ("TZ"); /* XXX -- just make sure */
/dports/shells/bash/bash-5.1/CWRU/
H A Dchangelog6275 - sv_tz: remake the export env if TZ is being unset. Fixes bug