Searched refs:cp_mv_stat2 (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/coreutils/libcoreutils/ |
D | cp_mv_stat.c | 24 int FAST_FUNC cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf) in cp_mv_stat2() function 47 return cp_mv_stat2(fn, fn_stat, stat); in cp_mv_stat()
|
D | coreutils.h | 12 int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf) FAST_FUNC;
|
/busybox-1.35.0/coreutils/ |
D | mv.c | 141 || (source_exists = cp_mv_stat2(*argv, &statbuf, lstat)) < 1 in mv_main()
|
D | cp.c | 214 s_flags = cp_mv_stat2(*argv, &source_stat, in cp_main()
|