| /src/external/bsd/libarchive/dist/cpio/test/ |
| test_option_t.c | 17 time_t mtime; local 71 mtime = 1; 77 tmptr = localtime_s(&tmbuf, &mtime) ? NULL : &tmbuf; 79 tmptr = localtime_r(&mtime, &tmbuf); 81 tmptr = localtime(&mtime);
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-common.h | 43 uint32_t mtime; member in struct:Attrib
|
| /src/external/bsd/am-utils/dist/amd/ |
| info_hesiod.c | 177 time_t mtime; local 180 error = hesiod_search(m, map, "/defaults", &val, &mtime);
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_write_format_mtree_classic.c | 34 time_t mtime; member in struct:__anon7134 131 archive_entry_set_mtime(ae, entries[i].mtime, 0); 132 assertEqualInt(entries[i].mtime, archive_entry_mtime(ae)); 170 assertEqualInt(entries[i].mtime, archive_entry_mtime(ae));
|
| test_write_format_mtree_classic_indent.c | 34 time_t mtime; member in struct:__anon7135 133 archive_entry_set_mtime(ae, entries[i].mtime, 0); 134 assertEqualInt(entries[i].mtime, archive_entry_mtime(ae)); 172 assertEqualInt(entries[i].mtime, archive_entry_mtime(ae));
|
| test_write_format_mtree.c | 33 time_t mtime; member in struct:__anon7132 53 time_t mtime; member in struct:__anon7133 91 archive_entry_set_mtime(ae, entries[i].mtime, 0); 92 assert(entries[i].mtime == archive_entry_mtime(ae)); 146 assertEqualInt(entries[i].mtime, archive_entry_mtime(ae)); 179 archive_entry_set_mtime(ae, entries2[i].mtime, 0); 180 assert(entries2[i].mtime == archive_entry_mtime(ae)); 236 assertEqualInt(entries2[i].mtime, archive_entry_mtime(ae));
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| FileUtils.pm | 49 &find_file &mtime 125 =item C<mtime ($file)> 127 Return the mtime of C<$file>. Missing files, or C<-> standing for 132 # $MTIME 133 # MTIME ($FILE) 135 sub mtime ($) subroutine 145 return $stat->mtime; 221 my $mtime = mtime ($file); 225 if ($mtime < mtime ($dep) [all...] |
| /src/sys/fs/v7fs/ |
| v7fs_inode.h | 44 v7fs_time_t mtime; member in struct:v7fs_inode
|
| v7fs_impl.h | 98 v7fs_time_t mtime; member in struct:v7fs_fileattr
|
| /src/external/bsd/cron/dist/ |
| structs.h | 53 time_t mtime; /* last modtime of crontab */ member in struct:_user 59 time_t mtime; /* last modtime on spooldir */ member in struct:_cron_db
|
| /src/external/bsd/file/dist/src/ |
| tar.h | 61 char mtime[12]; member in struct:record::header
|
| /src/external/bsd/nsd/dist/ |
| dbaccess.c | 81 zone->mtime.tv_sec = 0; 82 zone->mtime.tv_nsec = 0; 205 /** get the file mtime stat (or nonexist or error) */ 207 file_get_mtime(const char* file, struct timespec* mtime, int* nonexist) 211 mtime->tv_sec = 0; 212 mtime->tv_nsec = 0; 217 mtime->tv_sec = s.st_mtime; 219 mtime->tv_nsec = s.st_mtimensec; 221 mtime->tv_nsec = s.st_mtim.tv_nsec; 223 mtime->tv_nsec = 0 232 struct timespec mtime; local [all...] |
| xfrd-catalog-zones.h | 27 /* Last time processed, compare with zone->mtime to see if we need to process */ 28 struct timespec mtime; member in struct:xfrd_catalog_consumer_zone
|
| dbcreate.c | 201 struct timespec mtime; local 223 /* fetch the mtime of the just created zonefile so we 225 if(!file_get_mtime(zfile, &mtime, ¬exist)) { 226 get_time(&mtime); 228 zone->mtime = mtime;
|
| /src/external/gpl2/xcvs/dist/src/ |
| vers_ts.c | 219 * its mtime. 404 time_t mtime; local 409 mtime = sb.st_mtime; 411 /* If it's a symlink, return whichever is the newest mtime of 416 if (mtime < sb.st_mtime) 417 mtime = sb.st_mtime; 420 return mtime; 432 time_t mtime = unix_time_stamp (file); local 433 return mtime ? entries_time (mtime) : NULL [all...] |
| /src/bin/pax/ |
| ftree.c | 417 time_t atime, mtime; local 536 &mtime, &atime) == 0)) { 538 mtime, atime, 1, 0); 610 &mtime, &atime) < 0)) 612 set_ftime(ftent->fts_path, mtime, atime, 1, 0);
|
| tables.h | 71 * with -u, the mtime for every node in the archive must always be available 79 time_t mtime; /* files last modification time */ member in struct:ftm 147 time_t mtime; /* access and mod time to reset to */ member in struct:atdir 172 time_t mtime; /* mtime to set */ member in struct:dirdata
|
| tar.h | 104 char mtime[12]; /* modification time */ member in struct:__anon32 143 char mtime[12]; /* modification time */ member in struct:__anon33
|
| /src/sys/nfs/ |
| nfs_clntsubs.c | 157 struct timespec mtime; local 170 fxdr_nfsv3time(&fp->fa3_mtime, &mtime); 178 fxdr_nfsv2time(&fp->fa2_mtime, &mtime); 211 np->n_mtime = mtime; 228 vap->va_mtime = mtime; 384 struct timespec *mtime, bool docheck) 398 if (timespeccmp(omtime, mtime, <=)) { 399 reason = "mtime"; 430 " mtime %u.%09u %u.%09u)\n", 439 (unsigned int)mtime->tv_sec [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_filter_gzip.c | 61 uint32_t mtime; member in struct:private_data 162 state->mtime = archive_le32dec(p + 4); 287 /* A mtime of 0 is considered invalid/missing. */ 288 if (state->mtime != 0) 289 archive_entry_set_mtime(entry, state->mtime, 0);
|
| /src/external/bsd/nvi/dist/ex/ |
| tag.h | 25 time_t mtime; /* Last modification time of cscope database. */ member in struct:_csc
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_sa.c | 205 uint64_t crtime[2], mtime[2], ctime[2]; local 231 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_MTIME(zfsvfs), NULL, &mtime, 16); 266 &mtime, 16);
|
| /src/share/examples/puffs/pgfs/ |
| newfs.sql | 68 mtime timestamptz NOT NULL, 94 atime, ctime, mtime, btime)
|
| /src/share/examples/refuse/ian/libfetch/ |
| fetch.h | 54 time_t mtime; member in struct:url_stat
|
| /src/sys/fs/sysvbfs/ |
| bfs.h | 81 int32_t mtime; member in struct:bfs_fileattr
|