Lines Matching defs:modified
1285 utime(accessed, modified, ...)
1289 SV* modified;
1298 modified = ST(1);
1302 if ( accessed == &PL_sv_undef && modified == &PL_sv_undef )
1305 if (SvNV(accessed) < 0.0 || SvNV(modified) < 0.0)
1308 SvNV(accessed), SvNV(modified));
1316 utbuf[1].tv_sec = (Time_t)SvNV(modified); /* time modified */
1318 (SvNV(modified) - (NV)utbuf[1].tv_sec)
1369 utime(accessed, modified, ...)