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

  /src/external/bsd/zstd/dist/tests/cli-tests/common/
mtime.sh 3 MTIME="stat -c %Y"
5 Darwin | FreeBSD | OpenBSD | NetBSD) MTIME="stat -f %m" ;;
9 MT1=$($MTIME "$1")
10 MT2=$($MTIME "$2")
11 echo MTIME $MT1 $MT2
12 [ "$MT1" = "$MT2" ] || die "mtime on $1 doesn't match mtime on $2 ($MT1 != $MT2)"
  /src/external/gpl2/gmake/dist/
remake.c 88 #define MTIME(file) (rebuilding_makefiles ? file_mtime_no_search (file) \
184 FILE_TIMESTAMP mtime = MTIME (file);
188 mtime != file->mtime_before_update)
476 FILE_TIMESTAMP mtime;
482 mtime = file_mtime (d->file);
543 d->changed = ((file_mtime (d->file) != mtime)
544 /* || (mtime == NONEXISTENT_MTIME) */);
560 FILE_TIMESTAMP mtime = file_mtime (d->file);
598 || file_mtime (d->file) != mtime);
183 FILE_TIMESTAMP mtime = MTIME (file); local
473 FILE_TIMESTAMP mtime; local
557 FILE_TIMESTAMP mtime = file_mtime (d->file); local
946 FILE_TIMESTAMP mtime; local
957 FILE_TIMESTAMP mtime; local
1146 FILE_TIMESTAMP mtime; local
1357 FILE_TIMESTAMP mtime; local
1472 FILE_TIMESTAMP mtime; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_7zip.c 194 #define MTIME 0
588 zip->total_number_time_defined[MTIME]++;
1518 /* Make MTime. */
1519 r = make_time(a, kMTime, MTIME_IS_SET, MTIME);
1693 file->times[MTIME].time = archive_entry_mtime(entry);
1694 file->times[MTIME].time_ns = archive_entry_mtime_nsec(entry);
  /src/external/bsd/zstd/dist/tests/
playTests.sh 132 MTIME="stat -c %Y"
134 Darwin | FreeBSD | OpenBSD | NetBSD) MTIME="stat -f %m" ;;
138 MT1=$($MTIME "$1")
139 MT2=$($MTIME "$2")
140 echo MTIME $MT1 $MT2
141 [ "$MT1" = "$MT2" ] || die "mtime on $1 doesn't match mtime on $2 ($MT1 != $MT2)"
396 file1timestamp=`$MTIME precompressedFilterTestDir/input.5.zst`
397 file2timestamp=`$MTIME precompressedFilterTestDir/input.7.zst`
729 println "test : copy mtime in file -> file compression
    [all...]

Completed in 33 milliseconds