Searched refs:ts (Results 376 - 400 of 951) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep_lease.c26 __rep_update_grant(env, ts)
28 db_timespec *ts;
70 gi.msg_sec = (u_int32_t)ts->tv_sec;
71 gi.msg_nsec = (u_int32_t)ts->tv_nsec;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcpdtrtst.cpp216 UnicodeSet ts; local
218 retUS = &ct1->getTargetSet(ts);
219 if (retUS != &ts || ts.size() == 0) {
/macosx-10.10.1/apr-32/apr-util/apr-util/test/
H A Dabts.h69 void abts_run_test(abts_suite *ts, test_func f, void *value);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dentropy.c181 struct timespec ts; local
183 ts.tv_sec = 0;
184 ts.tv_nsec = 1000000;
185 nanosleep(&ts, NULL);
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dcompare.c246 struct timespec ts[2];
247 ts[0] = get_stat_atime (&stat_data);
248 ts[1] = get_stat_mtime (&stat_data);
249 if (set_file_atime (diff_handle, file_name, ts) != 0)
245 struct timespec ts[2]; local
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dentropy.c181 struct timespec ts; local
183 ts.tv_sec = 0;
184 ts.tv_nsec = 1000000;
185 nanosleep(&ts, NULL);
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_proto.c98 struct timespec ts = {0}; local
101 ts.tv_nsec = 500 * 1000 * 1000;
102 ts.tv_sec = 0;
112 msleep(&l2tp_timer_thread_is_dying, ppp_domain_mutex, PSOCK, "l2tp_timer_sleep", &ts);
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_proto.c103 struct timespec ts = {0}; local
106 ts.tv_nsec = 1000 * 1000 * 1000;
107 ts.tv_sec = 0;
117 msleep(&pppoe_timer_thread_is_dying, ppp_domain_mutex, PSOCK, "pppoe_timer_sleep", &ts);
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.h260 #define SMB_CACHE_TIME(ts, np, attrtimeo) { \
261 nanotime(&ts); \
262 attrtimeo = (ts.tv_sec - np->n_mtime.tv_sec) / 10; \
267 nanouptime(&ts); \
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/include/
H A Dasl_store.h51 time_t ts; member in struct:__anon12460
/macosx-10.10.1/file_cmds-242/gzip/
H A Dgzip.c1457 unsigned char ts[4]; /* timestamp */ local
1459 rv = pread(fd, ts, sizeof ts, GZIP_TIMESTAMP);
1460 if (rv >= 0 && rv < (ssize_t)(sizeof ts))
1467 timestamp = ts[3] << 24 | ts[2] << 16 | ts[1] << 8 | ts[0];
2075 print_list(int fd, off_t out, const char *outfile, time_t ts) argument
2131 char *date = ctime(&ts);
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dtime.c1937 timespec2timew(struct timespec *ts) argument
1941 timew = rb_time_magnify(TIMET2WV(ts->tv_sec));
1942 if (ts->tv_nsec)
1943 timew = wadd(timew, wmulquoll(WINT2WV(ts->tv_nsec), TIME_SCALE, 1000000000));
1951 struct timespec ts; local
1957 ts.tv_sec = WV2TIMET(timew2);
1958 ts.tv_nsec = NUM2LONG(mulquo(subsecx, INT2FIX(1000000000), INT2FIX(TIME_SCALE)));
1959 return ts;
1963 timew2timespec_exact(wideval_t timew, struct timespec *ts) argument
1972 ts
1991 struct timespec ts; local
2343 struct timespec ts; local
2481 struct timespec ts; local
2502 struct timespec ts; local
4368 struct timespec ts; local
[all...]
H A Dstrftime.c165 rb_strftime_with_timespec(char *s, size_t maxsize, const char *format, rb_encoding *enc, const struct vtm *vtm, VALUE timev, struct timespec *ts, int gmt) argument
240 i = rb_strftime_with_timespec(s, endp - s, (fmt), enc, vtm, timev, ts, gmt); \
395 if (ts) {
396 time_t sec = ts->tv_sec;
697 if (ts) {
698 long subsec = ts->tv_nsec;
836 rb_strftime_timespec(char *s, size_t maxsize, const char *format, rb_encoding *enc, const struct vtm *vtm, struct timespec *ts, int gmt) argument
838 return rb_strftime_with_timespec(s, maxsize, format, enc, vtm, Qnil, ts, gmt);
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dnormalize.c130 struct translation ts = {in[i]}; local
141 void *s = bsearch(&ts,
/macosx-10.10.1/Security-57031.1.35/Security/utilities/Regressions/
H A Dsu-40-secdb.c55 struct timespec ts = { .tv_nsec = 200000 };
56 nanosleep(&ts, NULL);
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-int.h301 struct pcap_timeval ts; /* time stamp */ member in struct:pcap_sf_pkthdr
317 struct pcap_timeval ts; /* time stamp */ member in struct:pcap_sf_patched_pkthdr
H A Dsf-pcap-ng.c1335 hdr->ts.tv_sec = sec;
1336 hdr->ts.tv_usec = frac;
1537 uint64_t ts; local
1576 ts = h->ts.tv_sec * 1000000 + h->ts.tv_usec;
1577 epb.timestamp_high = ts >> 32;
1578 epb.timestamp_low = ts & 0xffffffff;
/macosx-10.10.1/ntp-92/ntpq/
H A Dlibntpq.c423 l_fp ts; local
433 get_systime(&ts);
/macosx-10.10.1/ruby-106/ruby/ext/dl/win32/lib/win32/
H A Dsspi.rb317 ts = TimeStamp.new
320 nil, nil, @credentials.to_p, ts.to_p))
/macosx-10.10.1/vim-55/runtime/colors/
H A Delflord.vim2 " vim: tw=0 ts=4 sw=4
H A Dron.vim2 " vim: tw=0 ts=4 sw=4
/macosx-10.10.1/vim-55/runtime/compiler/
H A Druby.vim68 " vim: nowrap sw=2 sts=2 ts=8:
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dflexwiki.vim18 let b:undo_ftplugin = "setl tw< wrap< lbr< et< ts< fenc< bomb< ff<"
/macosx-10.10.1/vim-55/runtime/indent/
H A Deruby.vim81 " vim:set sw=2 sts=2 ts=8 noet:
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dabc.vim64 " vim: ts=4

Completed in 273 milliseconds

<<11121314151617181920>>