Searched refs:timestamping (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Doptions.h139 bool timestamping; /* Whether to use time-stamping. */ member in struct:options
H A Dres.c545 int saved_ts_val = opt.timestamping;
556 opt.timestamping = false;
574 opt.timestamping = saved_ts_val;
H A Dmain.c269 { "timestamping", 'N', OPT_BOOLEAN, "timestamping", -1 },
459 -N, --timestamping don't re-retrieve files unless newer than\n\
1038 if (opt.timestamping && opt.noclobber)
1071 if (opt.timestamping)
1074 WARNING: timestamping does nothing in combination with -O. See the manual\n\
1076 opt.timestamping = false;
H A Dinit.c244 { "timestamping", &opt.timestamping, cmd_boolean },
1200 /* Set the "mirror" mode. It means: recursive download, timestamping,
1215 opt.timestamping = true;
H A Dhttp.c1378 #define ALLOW_CLOBBER (opt.noclobber || opt.always_rest || opt.timestamping \
2033 /* Support timestamping */
2035 if (opt.timestamping && !hs->timestamp_checked)
2374 /* This confuses the timestamping code that checks for file size.
2375 #### The timestamping code should be smarter about file size. */
2506 if (opt.timestamping
2693 if (opt.timestamping && !hstat.remote_time)
2712 if (opt.timestamping)
H A Dftp.c1158 else if (opt.noclobber || opt.always_rest || opt.timestamping || opt.dirstruct
1705 if (opt.timestamping && f->type == FT_PLAINFILE)
1753 } /* opt.timestamping && f->type == FT_PLAINFILE */
2189 if (ispattern || recursive || opt.timestamping)
H A Durl.c1584 if ((opt.noclobber || opt.always_rest || opt.timestamping || opt.dirstruct)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_ports.h78 unsigned int timestamping: 1; member in struct:snd_seq_client_port
H A Dseq_ports.c357 /* timestamping */
358 port->timestamping = (info->flags & SNDRV_SEQ_PORT_FLG_TIMESTAMP) ? 1 : 0;
389 /* timestamping */
391 if (port->timestamping) {
H A Dseq_clientmgr.c616 if (dest_port->timestamping)

Completed in 129 milliseconds