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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dsettimeofday.c46 settimeofday(struct timeval *tp, void *tzp) argument
H A Dlocaltime.c2645 uchar_t *tzp, *tzq; local
2656 if ((tzp = (uchar_t *)defread_r(TZSTRING, defp)) != NULL) {
2657 while (isspace(*tzp))
2658 tzp++;
2659 tzq = tzp;
2666 if (*tzp != '\0')
2667 tz = libc_strdup((char *)tzp);
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dgettimeofday.c19 isc__gettimeofday(struct timeval *tp, struct timezone *tzp) { argument
22 res = gettimeofday(tp, tzp);
47 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { argument
56 if (tzp) {
57 tzp->tz_minuteswest = 0;
58 tzp->tz_dsttime = 0;
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c413 struct timezone tzp; local
416 (void) gettimeofday(&tp, &tzp);

Completed in 39 milliseconds