HomeSort by relevance Sort by last modified time
    Searched defs:mtime (Results 1 - 25 of 47) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/ssh/include/
sftp-common.h 50 u_int32_t mtime; member in struct:Attrib
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
timer.c 58 static int mtime; /* periodic mcast supply timer */ local
70 mtime = supplyinterval;
92 mtime += alarmtime;
93 if (mtime >= supplyinterval) {
96 mtime = 0;
99 mintime = min(mintime, supplyinterval - mtime);
  /onnv/onnv-gate/usr/src/cmd/stat/common/
mnt.c 42 static time_t mtime; variable
86 if (buf.st_mtime != mtime) {
97 mtime = buf.st_mtime;
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
path.h 58 time_t mtime; member in struct:pathcomp
  /onnv/onnv-gate/usr/src/cmd/bnu/
security.c 391 static char mtime[MODSTR]; local
398 (void) sprintf(mtime, "%d/%d-%d:%2.2d", tp->tm_mon + 1,
400 return(mtime);
  /onnv/onnv-gate/usr/src/cmd/filesync/
action.c 396 long mtime; local
439 mtime = sp->f_modtime; /* modtime (if preserving) */
743 newtimes.actime = mtime;
744 newtimes.modtime = mtime;
  /onnv/onnv-gate/usr/src/cmd/fmli/oh/
detect.c 320 exist_heuristics(path, name, objtype, mask, odi, mtime)
324 time_t mtime; /* EFT abs k16 */
364 ott_make_entry(name, base, objtype, mask|partab->int_class, odi, mtime);
371 NULLSTR, NULL, mask|partab->int_class, NULL, mtime); local
378 part_heuristics(path, stray, index, objtype, mask, odi, mtime, info_func)
385 time_t mtime; /* EFT abs k16 */
470 (*info_func)(fullpath, &dname, &odi, &mask, &mtime);
478 ott_make_entry(stray[found[j]], dname, objtype, mask|partab->int_class, odi, mtime);
485 mask|partab->int_class, NULL, mtime);
523 magic_heuristics(path, name, objtype, mask, odi, mtime, offsets, bytes
    [all...]
typetab.c 132 time_t mtime; /* EFT abs k16 */ local
205 scanhex(NULL, &mtime)) {
234 entry->mtime = mtime;
499 if (ent->mtime < thetime) {
531 ott_make_entry(name,dname,objtype,objmask,odi,mtime)
535 time_t mtime; /* EFT abs k16 */
572 if (mtime)
573 entry->mtime = mtime;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
cfsd_fscache.c 232 time_t mtime; local
273 mtime = sinfo.st_mtime;
392 mtime = sinfo.st_mtime;
397 fscache_object_p->i_time_mnt = mtime;
    [all...]
cfsd_logelem.c 200 dbug_print(("dump", " mtime %08x %08x",
1172 cfs_timestruc_t ctime, mtime; local
1256 mtime = tmp->tm_mtime;
1263 mtime = SETATTR_OBJECT(logelem_object_p).i_up->dl_mtime;
1363 cfs_timestruc_t ctime, mtime; local
1707 cfs_timestruc_t ctime, mtime; local
2084 cfs_timestruc_t ctime, mtime; local
2438 cfs_timestruc_t mtime, ctime; local
2769 cfs_timestruc_t ctime, mtime; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/hsfs/fstyp/
iso_impl.h 117 time_t mtime; /* las modification time */ member in struct:dlist
  /onnv/onnv-gate/usr/src/cmd/fs.d/hsfs/labelit/
iso_impl.h 117 time_t mtime; /* las modification time */ member in struct:dlist
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/
fhtab.h 80 time32_t mtime; /* modification time of entry */ member in struct:fhlist_ent
105 time32_t mtime; /* modification time of entry */ member in struct:linkinfo_ent
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
alias.c 397 time_t mtime; local
463 mtime = stb.st_mtime;
475 if (stat(buf, &stb) < 0 || stb.st_mtime < mtime || attimeout)
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
tar.h 99 char mtime[TMTMLEN]; member in struct:header
  /onnv/onnv-gate/usr/src/cmd/zdb/
zdb_il.c 195 time_t mtime = (time_t)lr->lr_mtime[0]; local
231 ctime(&mtime));
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_set_fileinfo.c 386 uint32_t mtime; local
388 if (smbsr_decode_vwv(sr, "wl10.", &attributes, &mtime) != 0)
404 if (mtime != 0 && mtime != UINT_MAX) {
406 smb_time_local_to_gmt(sr, mtime);
426 uint32_t crtime, atime, mtime; local
429 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0)
433 if (mtime != 0 && mtime != UINT_MAX) {
435 smb_time_local_to_gmt(sr, mtime);
469 uint32_t crtime, atime, mtime; local
522 uint64_t crtime, atime, mtime, ctime; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
per_dnet.h 159 time_t mtime; /* macro table offer purge time */ member in struct:clnt
194 (pcd)->mtime != reinit_time)
  /onnv/onnv-gate/usr/src/cmd/logadm/
main.c 961 int mtime = (int)time(0) - (int)opts_optarg_int(opts, "A"); local
964 if (fn_getstat(nextfnp)->st_mtime < mtime) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
tar.h 108 char mtime[TMTMLEN]; member in struct:header
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
tar.h 108 char mtime[TMTMLEN]; member in struct:header
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
tar.h 108 char mtime[TMTMLEN]; member in struct:header
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
tar.h 108 char mtime[TMTMLEN]; member in struct:header
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
server.c 79 * Qname - Query if file exists. Return mtime & size if it does.
604 register time_t mtime; local
698 mtime = 0;
700 mtime = mtime * 10 + (*s++ - '0');
702 error("update: mtime not delimited\n");
709 if (stp->st_mtime == mtime)
711 if (stp->st_mtime < mtime) {
715 } else if (stp->st_mtime == mtime && stp->st_size == size)
723 * Ysize mtime\n - exists and its a regular file (size & mtime of file
778 time_t mtime; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
typetab.h 137 time_t mtime; /* modification time for object. EFT k16*/ member in struct:ott_entry

Completed in 2280 milliseconds

1 2