HomeSort by: relevance | last modified time | path
    Searched defs:set_utimes (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/cp/
utils.c 67 set_utimes(const char *file, struct stat *fs) function in typeref:typename:int
297 if (pflag && set_utimes(to.p_path, fs)) {
359 * in the stat structure. If fd is zero, also call set_utimes() to set
409 /* if fd is non-zero, caller must call set_utimes() after close() */
410 if (fd == 0 && set_utimes(to.p_path, fs))
utils.c 67 set_utimes(const char *file, struct stat *fs) function in typeref:typename:int
297 if (pflag && set_utimes(to.p_path, fs)) {
359 * in the stat structure. If fd is zero, also call set_utimes() to set
409 /* if fd is non-zero, caller must call set_utimes() after close() */
410 if (fd == 0 && set_utimes(to.p_path, fs))

Completed in 21 milliseconds