Searched refs:sv_tz (Results 1 – 10 of 10) sorted by relevance
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/smbfs/ |
H A D | smbfs_smb.c | 348 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 D | smb_smb.c | 171 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 D | smb_conn.h | 115 int16_t sv_tz; /* offset in min relative to UTC */ member
|
/dports/devel/ctypes.sh/ctypes-sh-1.2/include/ |
H A D | variables.h | 406 extern void sv_tz __P((char *));
|
/dports/shells/bash/bash-5.1/ |
H A D | variables.h | 451 extern void sv_tz PARAMS((char *));
|
H A D | variables.c | 5776 { "TZ", sv_tz }, 6138 sv_tz (name) in sv_tz() function
|
H A D | parse.y | 5880 sv_tz ("TZ"); /* XXX -- just make sure */
|
H A D | ChangeLog | 6275 - sv_tz: remake the export env if TZ is being unset. Fixes bug
|
/dports/shells/bash/bash-5.1/builtins/ |
H A D | printf.def | 496 sv_tz ("TZ"); /* XXX -- just make sure */
|
/dports/shells/bash/bash-5.1/CWRU/ |
H A D | changelog | 6275 - sv_tz: remake the export env if TZ is being unset. Fixes bug
|