HomeSort by: relevance | last modified time | path
    Searched refs:oldfile (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/dist/contrib/
dhclient-tz-exithook.sh 66 oldfile=$timefile.old
137 if [ -e $oldfile ]; then
138 $DEBUG rm $oldfile
140 echo "$0: failed to remove $oldfile"
148 $DEBUG mv $timefile $oldfile
  /src/external/mpl/bind/dist/tests/dns/
dbdiff_test.c 42 test_create(const char *oldfile, dns_db_t **old, const char *newfile,
46 result = dns_test_loaddb(old, dns_dbtype_zone, TEST_ORIGIN, oldfile);
  /src/external/bsd/libarchive/dist/test_utils/
test_common.h 248 #define assertMakeHardlink(newfile, oldfile) \
249 assertion_make_hardlink(__FILE__, __LINE__, newfile, oldfile)
  /src/usr.bin/diff/
diffreg.c 1193 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags)
1203 if ((diff_format == D_IFDEF) && oldfile) {
1215 oldfile == 1 ? "!" : "", ifdefname);
1217 if (oldfile)
1222 inifdef = 1 + oldfile;
  /src/external/mpl/bind/dist/bin/tests/system/autosign/
tests.sh 842 oldfile=$(cat active.key)
846 $SETTIME -K ns1 -I now -D now+25 $oldfile >settime.out.test$n.1 || ret=1
847 $SETTIME -K ns1 -i 0 -S $oldfile $newfile >settime.out.test$n.2 || ret=1

Completed in 32 milliseconds