HomeSort by: relevance | last modified time | path
    Searched defs:mtime (Results 1 - 25 of 876) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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);
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);
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
sftp-common.h 43 uint32_t mtime; member in struct:Attrib
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);
info_hesiod.c 177 time_t mtime; local
180 error = hesiod_search(m, map, "/defaults", &val, &mtime);
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_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_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));
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));
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...]
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...]
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
  /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...]

Completed in 126 milliseconds

1 2 3 4 5 6 7 8 91011>>