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

/macosx-10.9.5/file_cmds-230/mtree/test/
H A Dtest02.sh18 touch -t 199901020304 ${TMP}/mr/oldfile
19 touch ${TMP}/mt/oldfile
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dfile_creation.rb5 def create_timed_files(oldfile, *newfiles)
6 return if (File.exist?(oldfile) &&
8 File.exist?(newfile) && File.stat(newfile).mtime > File.stat(oldfile).mtime
12 create_file(oldfile, now - 60)
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dfile.c108 oldfile[1024]; /* filename.O */ local
147 snprintf(oldfile, sizeof(oldfile), "%s.O", filename);
149 if ((cupsdUnlinkOrRemoveFile(oldfile) && errno != ENOENT) ||
150 (rename(filename, oldfile) && errno != ENOENT) ||
243 char oldfile[1024]; /* filename.O */ local
245 snprintf(oldfile, sizeof(oldfile), "%s.O", filename);
246 fp = cupsFileOpen(oldfile, "r");
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Drcs-checkin104 for oldfile in $oldfiles
106 mv "$oldfile" "$file" || exit
109 echo "Formerly ${oldfile}" | ci -d -l -q $owner "$file" || exit
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dfop004.tcl97 set oldfile $path/$oldname
102 set oldfile $oldname
118 check_file_exist $oldfile $env $path 0
121 puts "\t\tFop$tnum.a.1: Create file $oldfile"
123 $omethod $envargs $args $oldfile]
137 check_file_exist $oldfile $env $path 1
145 $oldfile $newfile] 0
149 $oldfile $newfile] 0
155 $oldfile $newfile] 0
160 check_file_exist $oldfile
[all...]
H A Dlog006.tcl47 set oldfile [lindex [lsort -ascii $lfiles] end]
68 error_check_good lfiles_chk [lsearch $lfiles $oldfile] 0
77 set oldfile [lindex [lsort -ascii $lfiles] end]
89 puts "\tLog006.f: Check only $oldfile remains."
92 error_check_good lfiles_chk [lsearch $lfiles $oldfile] 0
111 set oldfile [lindex [lsort -ascii $lfiles] end]
124 puts "\tLog006.i: Check only $oldfile remains."
127 error_check_good lfiles_chk [lsearch $lfiles $oldfile] 0
/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/
H A DVCS_INFO_quilt69 local ret oldfile olddir
74 oldfile=${vcs_comm[detect_need_file]}
79 [[ -n "${file}" ]] && vcs_comm[detect_need_file]=${oldfile}
/macosx-10.9.5/libarchive-29/libarchive/cpio/test/
H A Dtest.h203 #define assertMakeHardlink(newfile, oldfile) \
204 assertion_make_hardlink(__FILE__, __LINE__, newfile, oldfile)
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest.h206 #define assertMakeHardlink(newfile, oldfile) \
207 assertion_make_hardlink(__FILE__, __LINE__, newfile, oldfile)
/macosx-10.9.5/libarchive-29/libarchive/tar/test/
H A Dtest.h205 #define assertMakeHardlink(newfile, oldfile) \
206 assertion_make_hardlink(__FILE__, __LINE__, newfile, oldfile)
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dgenerator.py944 oldfile = ""
947 if file != oldfile:
950 oldfile = file
1078 oldfile = ""
1087 if file != oldfile:
1097 oldfile = file
/macosx-10.9.5/libxslt-13/libxslt/python/
H A Dgenerator.py731 oldfile = ""
734 if file != oldfile:
737 oldfile = file
828 oldfile = ""
831 if file != oldfile:
841 oldfile = file
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/
H A Dgenerator.py918 oldfile = ""
921 if file != oldfile:
924 oldfile = file
1037 oldfile = ""
1046 if file != oldfile:
1056 oldfile = file
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnimap.el620 (oldfile (if (or nnmail-use-long-file-names
636 (when (and (file-exists-p oldfile) (not (file-exists-p newfile)))
640 (unless (ignore-errors (rename-file oldfile newfile) t)
641 (if (ignore-errors (copy-file oldfile newfile) t)
642 (delete-file oldfile)
643 (error "Can't rename `%s' to `%s'" oldfile newfile))))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmdebug.c509 char *file, *oldfile; local
554 oldfile = DBFILE(addr);
565 dbsetinfo((Vmuchar_t*)addr,oldsize,oldfile,oldline);
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dproto.c172 replace __PARAM__((const char* newfile, const char* oldfile, int preserve), (newfile, oldfile, preserve)) __OTORP__(const char* newfile; const char* oldfile; int preserve;){
176 if (stat(oldfile, &st))
182 if (remove(oldfile) || rename(newfile, oldfile))
185 chmod(oldfile, st.st_mode);
190 preserve = utime(oldfile, ut);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/autosign/
H A Dtests.sh770 oldfile=`cat active.key`
774 $SETTIME -K ns1 -I now+2s -D now+25 $oldfile > /dev/null
775 $SETTIME -K ns1 -i 0 -S $oldfile $newfile > /dev/null

Completed in 139 milliseconds