Searched refs:tval (Results 51 - 71 of 71) sorted by relevance

123

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dexpr.c909 intmax_t tval; local
953 tval = (value && *value) ? subexpr (value) : 0;
955 return (tval);
/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c2107 struct timeval tval[2]; local
2137 tval[0].tv_sec = s->sb.st_atime;
2138 tval[1].tv_sec = s->sb.st_mtime;
2139 tval[0].tv_usec = tval[1].tv_usec = 0;
2140 (void)futimes(s->dst_fd, tval);
3424 struct timeval tval[2]; local
3524 tval[0].tv_sec = sb.st_atime;
3525 tval[1].tv_sec = sb.st_mtime;
3526 tval[
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dtelemetry.c797 uint64_t tval = timer_grab(&thread->system_timer); local
800 thsnap->system_time = tval;
802 thsnap->user_time += tval;
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dftp.c915 struct timeval tval[2]; local
1180 (void)gettimeofday(&tval[0], NULL);
1181 tval[1].tv_sec = mtime;
1182 tval[1].tv_usec = 0;
1183 if (utimes(local, tval) == -1) {
H A Dftp.c.orig911 struct timeval tval[2];
1151 (void)gettimeofday(&tval[0], NULL);
1152 tval[1].tv_sec = mtime;
1153 tval[1].tv_usec = 0;
1154 if (utimes(local, tval) == -1) {
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclIOUtil.c2321 struct utimbuf *tval) /* Structure containing access/modification
2328 return (*proc)(pathPtr, tval);
4186 struct utimbuf tval;
4227 tval.actime = sourceStatBuf.st_atime;
4228 tval.modtime = sourceStatBuf.st_mtime;
4229 Tcl_FSUtime(target, &tval);
2283 Tcl_FSUtime( Tcl_Obj *pathPtr, struct utimbuf *tval) argument
4128 struct utimbuf tval; local
H A Dtcl.h1614 struct utimbuf *tval));
H A DtclTest.c412 struct utimbuf *tval);
6815 struct utimbuf *tval)
6818 return Tcl_FSUtime(TestReportGetNativePath(fileName), tval);
6745 TestReportUtime( Tcl_Obj *fileName, struct utimbuf *tval) argument
H A DtclInt.h2768 MODULE_SCOPE int TclpUtime(Tcl_Obj *pathPtr, struct utimbuf *tval);
H A DtclDecls.h2662 EXTERN int Tcl_FSUtime(Tcl_Obj *pathPtr, struct utimbuf *tval);
3898 int (*tcl_FSUtime) (Tcl_Obj *pathPtr, struct utimbuf *tval); /* 450 */
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclIOUtil.c2257 Tcl_FSUtime (pathPtr, tval)
2259 struct utimbuf *tval; /* Structure containing access/modification
2266 return (*proc)(pathPtr, tval);
3729 struct utimbuf tval;
3750 tval.actime = sourceStatBuf.st_atime;
3751 tval.modtime = sourceStatBuf.st_mtime;
3752 Tcl_FSUtime(target, &tval);
3678 struct utimbuf tval; local
H A Dtcl.h1694 struct utimbuf *tval));
H A DtclTest.c407 struct utimbuf *tval));
6386 TestReportUtime (fileName, tval)
6388 struct utimbuf *tval;
6391 return Tcl_FSUtime(TestReportGetNativePath(fileName), tval);
H A DtclInt.h2126 struct utimbuf *tval));
H A DtclDecls.h1439 struct utimbuf * tval));
2162 int (*tcl_FSUtime) _ANSI_ARGS_((Tcl_Obj * pathPtr, struct utimbuf * tval)); /* 450 */
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_balancer.c364 apr_interval_time_t step, tval = 0; local
370 while (tval < timeout) {
375 tval += step;
H A Dmod_proxy_balancer.c.orig364 apr_interval_time_t step, tval = 0;
370 while (tval < timeout) {
375 tval += step;
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinFile.c3344 struct utimbuf *tval) /* New modification date structure */
3353 FromCTime(tval->actime, &lastAccessTime);
3354 FromCTime(tval->modtime, &lastModTime);
3305 TclpUtime( Tcl_Obj *pathPtr, struct utimbuf *tval) argument
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinFile.c2674 struct utimbuf *tval) /* New modification date structure */
2683 FromCTime(tval->actime, &lastAccessTime);
2684 FromCTime(tval->modtime, &lastModTime);
2643 TclpUtime( Tcl_Obj *pathPtr, struct utimbuf *tval) argument
/macosx-10.10.1/vim-55/src/
H A Dnetbeans.c733 struct timeval tval; local
770 tval.tv_sec = 0;
771 tval.tv_usec = 0;
772 if (select(nbsock + 1, &rfds, NULL, NULL, &tval) <= 0)
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dcl-macs.el1968 (tval (or val-temp (nth 2 method))))
1973 (list 'if (list 'eq ttag (list 'car tval))
1975 (cl-setf-do-store (nth 1 method) (list 'cddr tval))
1977 (list 'cl-do-remf tval ttag)))))

Completed in 306 milliseconds

123