Searched refs:ltime (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A DMacOSStubs.c88 u_int32_t ltime = utcTime; local
90 if (ltime != 0) {
91 ltime -= (gTimeZone.tz_minuteswest * 60);
97 * ltime += 3600;
100 return (ltime);
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/PrinterSetupWizard/
H A DLogger.cpp68 time_t ltime; local
73 time( &ltime );
74 err = localtime_s( &now, &ltime );
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsftp-common.c193 struct tm *ltime = localtime(&st->st_mtime); local
211 if (ltime != NULL) {
213 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime);
215 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime);
/macosx-10.9.5/network_cmds-433/rtadvd.tproj/
H A Drtadvd.h91 u_int32_t ltime; /* route lifetime */ member in struct:rtinfo
H A Ddump.c253 if (rti->ltime == ND6_INFINITE_LIFETIME)
256 fprintf(fp, "lifetime: %ld", (long)rti->ltime);
H A Dconfig.c617 rti->ltime = (u_int32_t)val64;
1234 ndopt_rti->nd_opt_rti_lifetime = htonl(rti->ltime);
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dgss.c276 uint32_t ltime; local
282 M = gss_inquire_cred(&m, cred, &name, &ltime, NULL, NULL);
285 if (ltime != GSS_C_INDEFINITE && ltime == 0)
294 ep->expire = ltime;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dpfkey.c915 pfkey_send_spdadd2(so, src, prefs, dst, prefd, proto, ltime, vtime,
920 u_int64_t ltime, vtime;
929 ltime, vtime,
969 pfkey_send_spdupdate2(so, src, prefs, dst, prefd, proto, ltime, vtime,
974 u_int64_t ltime, vtime;
983 ltime, vtime,
1443 ltime, vtime, policy, policylen, seq)
1447 u_int64_t ltime, vtime;
1516 0, 0, ltime, vtime);
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dpfkey.c913 pfkey_send_spdadd2(so, src, prefs, dst, prefd, proto, ltime, vtime,
918 u_int64_t ltime, vtime;
927 ltime, vtime,
967 pfkey_send_spdupdate2(so, src, prefs, dst, prefd, proto, ltime, vtime,
972 u_int64_t ltime, vtime;
981 ltime, vtime,
1439 ltime, vtime, policy, policylen, seq)
1443 u_int64_t ltime, vtime;
1512 0, 0, ltime, vtime);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/Common/
H A Dpfkey.c905 pfkey_send_spdadd2(int so, struct sockaddr_storage *src, u_int prefs, struct sockaddr_storage *dst, u_int prefd, u_int proto, u_int64_t ltime, u_int64_t vtime, argument
912 ltime, vtime,
948 u_int prefd, u_int proto, u_int64_t ltime, u_int64_t vtime,
955 ltime, vtime,
1430 u_int prefd, u_int proto, u_int64_t ltime, u_int64_t vtime, char *policy, int policylen, u_int32_t seq, char *ipsec_if, char *internal_if, char *outgoing_if,
1538 0, 0, (u_int)ltime, (u_int)vtime);
947 pfkey_send_spdupdate2(int so, struct sockaddr_storage *src, u_int prefs, struct sockaddr_storage *dst, u_int prefd, u_int proto, u_int64_t ltime, u_int64_t vtime, caddr_t policy, int policylen, u_int32_t seq) argument
1429 pfkey_send_x4(int so, u_int type, struct sockaddr_storage *src, struct sockaddr_storage *src_end, u_int prefs, struct sockaddr_storage *dst, struct sockaddr_storage *dst_end, u_int prefd, u_int proto, u_int64_t ltime, u_int64_t vtime, char *policy, int policylen, u_int32_t seq, char *ipsec_if, char *internal_if, char *outgoing_if, u_int disabled) argument
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dpfkey_racoon.c2222 u_int64_t ltime, vtime; local
2224 ltime = iph2->approval->lifetime;
2240 ltime, vtime,
2323 u_int64_t ltime, vtime; local
2325 ltime = iph2->approval->lifetime;
2341 ltime, vtime,
/macosx-10.9.5/ICU-511.35/icuSources/tools/dumpce/
H A Ddumpce.cpp1405 time_t ltime; local
1406 time( &ltime );
1407 fprintf(OUTPUT_, "<tr><th>Date Generated</th><td class='noborder'>%s</td></tr>", ctime(&ltime));
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcterm.vim29 syn keyword ctermFunction lsend ltime memlist menu mkdir mode
/macosx-10.9.5/gssd-62/
H A Dgssd.c2022 time_t ltime; local
2065 ltime = 0;
2067 err = krb5_cc_get_lifetime(kcontext, ccache, &ltime);
2069 cnt, cname, kname ? kname : "could not get principal name", ltime);
2075 if (ltime <= 0) {
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_msg.c1419 char *ltime, *out, *p, *q; local
1475 ltime = ctime_r(&tick, ltbuf);
1476 if (ltime == NULL) return NULL;
1477 ltime[19] = '\0';
1478 asprintf(&out, "%s%s", ltime + 4, nanobuf);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dicmp6.c1847 u_int32_t ltime; local
1962 ltime = ND6_INFINITE_LIFETIME;
1965 ltime = htonl(lt->ia6ti_expire - now);
1967 ltime = 0;
1970 bcopy(&ltime, cp, sizeof(u_int32_t));
/macosx-10.9.5/syslog-217.1.4/util.tproj/
H A Dsyslog.c834 char *ltime; local
855 ltime = ctime(&tick);
856 ltime[19] = '\0';
860 asprintf(&out, "<%d>%s %s syslog[%d]: %s", level, ltime+4, myname, getpid(), msg);

Completed in 188 milliseconds