Searched refs:modtime (Results 51 - 75 of 94) sorted by relevance

1234

/macosx-10.10/gpatch-3/patch/
H A Dpatch.c48 time_t modtime; member in struct:utimbuf
393 utimbuf.actime = utimbuf.modtime = t;
/macosx-10.10/rsync-45/rsync/
H A Dproto.h282 int set_modtime(char *fname, time_t modtime, mode_t mode);
H A Dlog.c493 n = timestring(file->modtime);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCmdAH.c898 tval.modtime = buf.st_mtime;
901 tval.modtime = newTime;
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/ftp/
H A Dftp_lib.tcl477 modtime {
1178 set ftp(State) modtime
/macosx-10.10/xnu-2782.1.97/makedefs/
H A DMakeInc.cmd138 # replacecontents - Write contents to a file and update modtime *only* if
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp.el1524 the visited file modtime.")
1981 (set-visited-file-modtime . tramp-handle-set-visited-file-modtime)
1982 (verify-visited-file-modtime . tramp-handle-verify-visited-file-modtime))
2461 (defun tramp-handle-set-visited-file-modtime (&optional time-list)
2462 "Like `set-visited-file-modtime' for tramp files."
2464 (error "Can't set-visited-file-modtime: buffer `%s' not visiting a file"
2467 (tramp-run-real-handler 'set-visited-file-modtime (list time-list))
2473 (modtime (o
[all...]
H A Dange-ftp.el1054 (defvar ange-ftp-netrc-modtime nil
1396 (not (equal (nth 5 attr) ange-ftp-netrc-modtime))) ; file changed
1421 (setq ange-ftp-netrc-modtime (nth 5 attr))))))
3311 (set-visited-file-modtime (ange-ftp-file-modtime filename))
3384 (set-visited-file-modtime
3385 (ange-ftp-file-modtime filename))
3499 (ange-ftp-file-modtime file) ;5 mtime
3566 (defun ange-ftp-file-modtime (file)
3577 (modtime '(
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl572 modtime {
586 Command $ftp(Command) modtime $ftp(File) [ModTimePostProcess $ftp(DateTime)]
1371 set ftp(State) modtime
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dmisc.c458 utb.actime = utb.modtime = sec;
/macosx-10.10/cups-408/cups/cups/
H A Dcups.h481 time_t *modtime, char *buffer,
/macosx-10.10/emacs-93/emacs/src/
H A Dbuffer.h507 /* Set to the modtime of the visited file when read or written.
509 0 means visited file modtime unknown; in no case complain
511 int modtime;
505 int modtime; member in struct:buffer
H A Dw32.c2693 deftime.modtime = deftime.actime = time (NULL);
2703 convert_from_time_t (times->modtime, &mtime);
/macosx-10.10/postfix-255/postfix/src/postsuper/
H A Dpostsuper.c542 tbuf.actime = tbuf.modtime = time((time_t *) 0);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCmdAH.c872 tval.modtime = buf.st_mtime;
1109 tval.modtime = newTime;
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddired.el661 (modtime (visited-file-modtime)))
662 (or (eq modtime 0)
664 (equal (nth 5 attributes) modtime)))))
813 (set-visited-file-modtime (nth 5 attributes))))
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_disk.c1275 times.modtime = p->mtime;
1913 times.modtime = mtime;
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsys_defs.h1469 time_t modtime; member in struct:utimbuf
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixFCmd.c1287 tval.modtime = statBufPtr->st_mtime;
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixFCmd.c1257 tval.modtime = statBufPtr->st_mtime;
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c2090 modtime(int argc, char **argv) function
2125 * get file if modtime is more recent than current file
/macosx-10.10/bzip2-36/bzip2/
H A Dbzip2.c1061 uTimBuf.modtime = fileMetaInfo.st_mtime;
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_operate.c1630 times.modtime = (time_t)filetime;
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c1841 Tcl_ListObjAppendElement(interp, mountCmd, Tcl_NewLongObj(tval->modtime));
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DContext.pm328 ? { (name => (ref $name ? '' : $name), modtime => time()) }

Completed in 521 milliseconds

1234