Searched refs:tv (Results 126 - 150 of 514) sorted by relevance

1234567891011>>

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_rtmp.c45 #define SET_RCVTIMEO(tv,s) int tv = s*1000
47 #define SET_RCVTIMEO(tv,s) struct timeval tv = {s,0}
205 SET_RCVTIMEO(tv,10);
222 (char *)&tv, sizeof(tv));
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/path/
H A Dpathtemp.c74 #include <tv.h>
115 Tv_t tv; local
182 tv.tv_nsec = 0;
184 tvgettime(&tv);
317 key = tmp.rng * tmp.key + tv.tv_nsec;
319 tvgettime(&tv);
320 tmp.key = tmp.rng * key + tv.tv_nsec;
/macosx-10.10.1/ntp-92/include/
H A Dtimepps-SCO.h392 struct timeval tv; local
425 if (ioctl(instance->filedes, TIOCDCDTIMESTAMP, &tv) < 0) {
435 if (tv.tv_sec != handle->tv_save.tv_sec || tv.tv_usec != handle->tv_save.tv_usec) {
436 handle->tv_save = tv;
446 infobuf.assert_timestamp.tv_sec = tv.tv_sec;
447 infobuf.assert_timestamp.tv_nsec = tv.tv_usec * 1000;
/macosx-10.10.1/remote_cmds-47/ypwhich.tproj/
H A Dypwhich.c95 struct timeval tv; local
101 tv.tv_sec = 15;
102 tv.tv_usec = 0;
103 client = clntudp_create(lsin, YPBINDPROG, YPBINDVERS, tv, &sock);
109 tv.tv_sec = 5;
110 tv.tv_usec = 0;
113 (xdrproc_t)xdr_ypbind_resp, &ypbr, tv);
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddginit.c192 struct timeval tv; local
194 gettimeofday(&tv, NULL);
195 rpc_g_dg_server_boot_time = (unsigned32) tv.tv_sec;
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dglobals.h142 #define tvtomsround(tv) ((tv).tv_sec*1000 + ((tv).tv_usec + 500)/1000)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dir.c395 TIFFTagValue *tv; local
420 tv = NULL;
423 tv = td->td_customValues + iCustom;
424 if (tv->value != NULL) {
425 _TIFFfree(tv->value);
426 tv->value = NULL;
435 if(tv == NULL) {
452 tv = td->td_customValues + (td->td_customValueCount - 1);
453 tv->info = fip;
454 tv
857 TIFFTagValue *tv = td->td_customValues + i; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dlogwtmp.c153 struct timeval tv; local
155 gettimeofday (&tv, 0);
156 utx.ut_tv.tv_sec = tv.tv_sec;
157 utx.ut_tv.tv_usec = tv.tv_usec;
/macosx-10.10.1/Libinfo-459/nis.subproj/
H A Dyp_all.c154 struct timeval tv; local
169 tv.tv_sec = _yplib_timeout;
170 tv.tv_usec = 0;
186 (xdrproc_t)xdr_ypreq_nokey, &yprnk, (xdrproc_t)xdr_ypresp_all_seq, &status, tv);
H A Dypmatch_cache.c188 struct timeval tv; local
221 tv.tv_sec = _yplib_timeout;
222 tv.tv_usec = 0;
231 r = clnt_call(ysd->dom_client, YPPROC_MATCH, (xdrproc_t)xdr_ypreq_key, &yprk, (xdrproc_t)xdr_ypresp_val, &yprv, tv);
279 struct timeval tv; local
295 tv.tv_sec = _yplib_timeout;
296 tv.tv_usec = 0;
304 r = clnt_call(ysd->dom_client, YPPROC_NEXT, (xdrproc_t)xdr_ypreq_key, &yprk, (xdrproc_t)xdr_ypresp_key_val, &yprkv, tv);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapwhoami.c151 struct timeval tv; local
157 tv.tv_sec = 0;
158 tv.tv_usec = 100000;
160 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res );
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtestsecevent.c53 struct timeval tv; local
54 gettimeofday(&tv, NULL);
56 double d = tv.tv_sec + tv.tv_usec / 1000000.0;
/macosx-10.10.1/apr-32/apr/apr/network_io/beos/
H A Dsendrecv.c26 struct timeval tv, *tvptr; local
37 tv.tv_sec = sock->timeout / APR_USEC_PER_SEC;
38 tv.tv_usec = sock->timeout % APR_USEC_PER_SEC;
39 tvptr = &tv;
/macosx-10.10.1/cups-408/cups/cups/
H A Ddebug-private.h105 extern int _cups_gettimeofday(struct timeval *tv, void *tz);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dtouch.c43 #include <tv.h>
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDArrayController.py32 def tableView_writeRows_toPasteboard_(self, tv, rows, pboard):
70 def tableView_validateDrop_proposedRow_proposedDropOperation_(self, tv, info, row, op):
77 tv.setDropRow_dropOperation_(row, NSTableViewDropAbove)
80 def tableView_acceptDrop_row_dropOperation_(self, tv, info, row, op):
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstabview.py6 def tabView_shouldSelectTabViewItem_(self, tv, it): return 1
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDArrayController.py32 def tableView_writeRows_toPasteboard_(self, tv, rows, pboard):
70 def tableView_validateDrop_proposedRow_proposedDropOperation_(self, tv, info, row, op):
77 tv.setDropRow_dropOperation_(row, NSTableViewDropAbove)
80 def tableView_acceptDrop_row_dropOperation_(self, tv, info, row, op):
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstabview.py6 def tabView_shouldSelectTabViewItem_(self, tv, it): return 1
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDArrayController.py32 def tableView_writeRows_toPasteboard_(self, tv, rows, pboard):
70 def tableView_validateDrop_proposedRow_proposedDropOperation_(self, tv, info, row, op):
77 tv.setDropRow_dropOperation_(row, NSTableViewDropAbove)
80 def tableView_acceptDrop_row_dropOperation_(self, tv, info, row, op):
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nstabview.py6 def tabView_shouldSelectTabViewItem_(self, tv, it): return 1
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixTime.c255 struct timeval tv;
257 (void) gettimeofday(&tv, NULL);
258 timePtr->sec = tv.tv_sec;
259 timePtr->usec = tv.tv_usec;
251 struct timeval tv; local
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/univ/
H A DUNIVERSAL.xotcl58 TripleVisitor tv -parser R
59 tv proc interprete {} {
104 RDFdb tv::db
122 set o tv::db::$value
179 append result [my html-head "Details about the Learning Resource<br><em>'[::tv::db::$subject pretty-title]'</em>"]
187 foreach {attr value} [tv::db querySubject $subject] {
188 if {[tv::db isContainer $value]} {
209 foreach r [lsort [tv::db resources]] {
262 tv interprete
263 #puts stderr [tv
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_select_file.c385 static struct timeval tv; local
391 tv.tv_sec = 0;
392 tv.tv_usec = 0;
399 select(ts->num, 0, &nosave, 0, &tv);
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dsocket.c170 struct timeval tv;
175 tv.tv_sec = 0;
176 tv.tv_usec = 0;
178 if ((ret = select(lfd+1, &rfds, NULL, NULL, &tv))) return 1;

Completed in 400 milliseconds

1234567891011>>