Lines Matching refs:file
25 * touch -- touch file times
31 "[+NAME?touch - change file access, modification and status change "
36 "member. On most systems the file status change time is always set to "
67 "current time.]:[file]"
68 "[s|n:change|ctime|neither?Change only the file status change time "
81 "[+access|atime|use?The access time of the reference file.]"
82 "[+change|ctime?The change time of the reference file.]"
84 "file.]"
89 "file ...\n\n"
90 "[+CAVEATS?Some systems or file system types may limit the range of "
115 register char* file;
209 for (file = *argv; *file >= '0' && *file <= '9'; file++);
210 if (((n = (file - *argv)) == 4 || n == 6 || n == 8 || n == 10 || n == 12) && (!*file || *file == '.' && *(file + 1) >= '0' && *(file + 1) <= '9' && *(file + 2) >= '0' && *(file + 2) <= '9' && !*(file + 3)))
212 t = tmxdate(file = *argv++, &e, TMX_NOW);
214 error(3, "%s: invalid date specification", file);
261 while (file = *argv++)
265 if (stat(file, &st))
267 error(2, "%s: not found", file);
289 if (tvtouch(file, ap, mp, cp, create))
291 error(ERROR_SYSTEM|2, "%s: cannot touch", file);
293 error(1, "%s: not found", file);