Searched refs:timezone (Results 1 - 25 of 181) sorted by relevance

12345678

/macosx-10.10.1/Libc-1044.1.2/stdtime/
H A Dtimezone_unix03.c26 long timezone = 0; variable
31 return timezone;
37 timezone = tz;
/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dtime.h13 struct timezone struct
19 void gettimeofday (struct timeval *, struct timezone *);
/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dnotify.conf.iPhone7 monitor com.apple.system.timezone /var/db/timezone/localtime
H A Dnotify.conf.MacOSX6 monitor com.apple.system.timezone /etc/localtime
/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
/macosx-10.10.1/libpcap-48/libpcap/lbl/
H A Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
/macosx-10.10.1/tcpdump-61/tcpdump/lbl/
H A Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dsettimeofday.c32 int __settimeofday(const struct timeval *tp, const struct timezone *tzp);
38 settimeofday(const struct timeval *tp, const struct timezone *tzp)
H A Dgettimeofday.c39 extern int __gettimeofday(struct timeval *, struct timezone *);
45 static struct timezone cached_tz = {0};
46 struct timezone *tzp = (struct timezone *)vtzp;
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dgettod.c18 #undef timezone macro
23 struct timezone *tz)
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dgettod.c19 #undef timezone macro
24 struct timezone *tz;
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dftime.c43 struct timezone tz;
50 tbp->timezone = tz.tz_minuteswest;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclPort.h37 # define timezone _timezone macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dkernel.h94 extern struct timezone tz; /* XXX */
H A Dtimeb.h85 short timezone; /* [XSI] Minutes west of CUT */ member in struct:timeb
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPosixCompat.h53 gettimeofday( struct timeval * tv, struct timezone * tz );
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dtime.h84 char *tm_zone; /* timezone abbreviation */
104 extern long timezone __DARWIN_ALIAS(timezone);
107 extern long timezone LIBC_ALIAS(timezone);
171 char *timezone(int, int);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtimezone.el0 ;;; timezone.el --- time zone package for GNU Emacs
31 (defvar timezone-world-timezones
56 "*Time differentials of timezone from GMT in +-HHMM form.
61 (defvar timezone-months-assoc
68 (defun timezone-make-date-arpa-standard (date &optional local timezone)
70 Optional 2nd argument LOCAL specifies the default local timezone of the DATE;
74 (let ((new (timezone-fix-time date local timezone)))
75 (timezone
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtime.c53 if (gettimeofday(&tt, (struct timezone *)0) < 0)
H A Dtimes.c66 if (gettimeofday(&t, (struct timezone *)0))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DTimeValue.inc44 // errors concern the timezone parameter which we're passing in as 0.
/macosx-10.10.1/dcerpc-61/dcerpc/uuid/
H A Duuidsys.c130 if (gettimeofday (&tp, (struct timezone *) 0))
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dprofile.c71 struct timezone *tzp;
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_mount.h60 struct timezone hfs_timezone; /* user time zone info (standard HFS only) */
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Drpcclock.c177 gettimeofday( &start_time, (struct timezone *) 0 );
194 gettimeofday(&tp, (struct timezone *) 0 );

Completed in 285 milliseconds

12345678