Searched refs:mtime (Results 176 - 200 of 365) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dsquashfs_fs.h312 unsigned int mtime; member in struct:squashfs_base_inode_header
321 unsigned int mtime; member in struct:squashfs_ipc_inode_header
331 unsigned int mtime; member in struct:squashfs_lipc_inode_header
342 unsigned int mtime; member in struct:squashfs_dev_inode_header
353 unsigned int mtime; member in struct:squashfs_ldev_inode_header
365 unsigned int mtime; member in struct:squashfs_symlink_inode_header
377 unsigned int mtime; member in struct:squashfs_reg_inode_header
391 unsigned int mtime; member in struct:squashfs_lreg_inode_header
408 unsigned int mtime; member in struct:squashfs_dir_inode_header
422 unsigned int mtime; member in struct:squashfs_ldir_inode_header
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/timelord/
H A Dtimelord.c114 long req, mtime, resp; local
219 bcopy( p + 1, &mtime, sizeof( long ));
220 mtime = ntohl( mtime );
224 mtime );
238 mtime = tv.tv_sec + EPOCH;
239 mtime = htonl( mtime );
243 bcopy( &mtime, buf + sizeof( long ), sizeof( long ));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dcache.h34 cache_artwork_ping(char *path, time_t mtime);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dcheck_header_gzip.c16 unsigned int mtime; member in struct:__anon19710::__anon19711
H A Ddata_extract_all.c40 else if (statbuf.st_mtime <= file_header->mtime) {
127 t.actime = t.modtime = file_header->mtime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/printer-accounting/
H A Dhp5-redir19 $atime,$mtime,$ctime,$blksize,$blocks)
H A Dlp-acct19 $atime,$mtime,$ctime,$blksize,$blocks)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsquashfs_fs.h281 __le32 mtime; member in struct:squashfs_base_inode
290 __le32 mtime; member in struct:squashfs_ipc_inode
300 __le32 mtime; member in struct:squashfs_lipc_inode
311 __le32 mtime; member in struct:squashfs_dev_inode
322 __le32 mtime; member in struct:squashfs_ldev_inode
334 __le32 mtime; member in struct:squashfs_symlink_inode
346 __le32 mtime; member in struct:squashfs_reg_inode
360 __le32 mtime; member in struct:squashfs_lreg_inode
377 __le32 mtime; member in struct:squashfs_dir_inode
391 __le32 mtime; member in struct:squashfs_ldir_inode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dcow_user.c27 time32_t mtime; member in struct:cow_header_v1
46 time32_t mtime; member in struct:cow_header_v2
78 * definition, leading on 64-bit systems to 4 bytes of padding after mtime, to
89 __u32 mtime; member in struct:cow_header_v3
101 __s64 mtime; member in struct:cow_header_v3_broken
231 cow_printf("write_cow_header - backing file '%s' mtime "
245 header->mtime = htonl(modtime);
312 *mtime_out = header->v1.mtime;
325 *mtime_out = ntohl(header->v2.mtime);
339 *mtime_out = ntohl(header->v3.mtime);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dnameclash.h72 unsigned char attr, time_t mtime);
H A Dmcopy.c41 static void set_mtime(const char *target, time_t mtime) argument
43 if (target && strcmp(target, "-") && mtime != 0L) {
46 tv[0].tv_sec = mtime;
48 tv[1].tv_sec = mtime;
55 utbuf.actime = mtime;
56 utbuf.modtime = mtime;
110 time_t mtime; local
117 File->Class->get_data(File, &mtime, 0, 0, 0);
120 mtime = 0L;
191 set_mtime(unixFile, mtime);
222 time_t mtime; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dinitramfs.c77 static long __init do_utime(char __user *filename, time_t mtime) argument
81 t[0].tv_sec = mtime;
83 t[1].tv_sec = mtime;
93 time_t mtime; member in struct:dir_entry
96 static void __init dir_add(const char *name, time_t mtime) argument
103 de->mtime = mtime;
112 do_utime(de->name, de->mtime);
118 static __initdata time_t mtime; variable
145 mtime
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dhuman68k.c281 t->mtime = s.st_mtime;
302 z->extra[5] = (char)(z_utim->mtime);
303 z->extra[6] = (char)(z_utim->mtime >> 8);
304 z->extra[7] = (char)(z_utim->mtime >> 16);
305 z->extra[8] = (char)(z_utim->mtime >> 24);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Damigazip.c333 t->atime = t->mtime = t->ctime = label_utim;
366 t->mtime = s.st_mtime;
391 z->extra[5] = (char)(z_utim->mtime);
392 z->extra[6] = (char)(z_utim->mtime >> 8);
393 z->extra[7] = (char)(z_utim->mtime >> 16);
394 z->extra[8] = (char)(z_utim->mtime >> 24);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dfdlimit.h75 time_t * mtime );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstat.h72 struct timespec mtime; member in struct:kstat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_user.c34 p->mtime.tv_sec = buf->st_mtime;
35 p->mtime.tv_nsec = 0;
251 times[1].tv_sec = st.mtime.tv_sec;
252 times[1].tv_usec = st.mtime.tv_nsec / 1000;
275 attrs->ia_mtime = st.mtime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dcrypto_bench.c248 double mtime, ttime = 0, ttime2 = 0, stime; local
279 mtime = (double)(t1 - t0) / size;
280 ttime += mtime;
281 ttime2 += mtime * mtime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dcmsmvs.c214 t->atime = t->mtime = t->ctime = ltime;
297 eb_ptr[5] = (char)(z_utim->mtime);
298 eb_ptr[6] = (char)(z_utim->mtime >> 8);
299 eb_ptr[7] = (char)(z_utim->mtime >> 16);
300 eb_ptr[8] = (char)(z_utim->mtime >> 24);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c822 z_utime.mtime));
824 if (z_utime.mtime & 1)
825 z_utime.mtime = (z_utime.mtime + 1 > z_utime.mtime) ?
826 z_utime.mtime + 1 : z_utime.mtime - 1;
827 TIMET_TO_NATIVE(z_utime.mtime) /* NOP unless MSC 7 or Macintosh */
828 t = localtime(&(z_utime.mtime));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A DNetware.c661 t->atime = t->mtime = t->ctime = label_utim;
696 t->mtime = s.st_mtime;
697 t->ctime = t->mtime; /* best guess, (s.st_ctime: last status change!!) */
730 t->atime = t->mtime = t->ctime = label_utim;
776 t->mtime = s.st_mtime;
810 z->extra[5] = (char)(z_utim->mtime);
811 z->extra[6] = (char)(z_utim->mtime >> 8);
812 z->extra[7] = (char)(z_utim->mtime >> 16);
813 z->extra[8] = (char)(z_utim->mtime >> 24);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/usr/
H A Dgen_init_cpio.c84 (long) 0, /* mtime */
105 time_t mtime = time(NULL); local
115 (long) mtime, /* mtime */
153 time_t mtime = time(NULL); local
163 (long) mtime, /* mtime */
241 time_t mtime = time(NULL); local
256 (long) mtime, /* mtime */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dacornzip.c438 t->atime = t->mtime = t->ctime = label_utim;
473 t->mtime = s.st_mtime;
547 eb_ptr[5] = (char)(z_utim->mtime);
548 eb_ptr[6] = (char)(z_utim->mtime >> 8);
549 eb_ptr[7] = (char)(z_utim->mtime >> 16);
550 eb_ptr[8] = (char)(z_utim->mtime >> 24);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tops20/
H A Dtops20.c435 t->atime = t->mtime = t->ctime = label_utim;
470 t->mtime = s.st_mtime;
506 z->extra[5] = (char)(z_utim->mtime);
507 z->extra[6] = (char)(z_utim->mtime >> 8);
508 z->extra[7] = (char)(z_utim->mtime >> 16);
509 z->extra[8] = (char)(z_utim->mtime >> 24);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dregfio.h146 NTTIME mtime; member in struct:__anon5298
195 NTTIME mtime; member in struct:__anon5299

Completed in 301 milliseconds

1234567891011>>