Lines Matching refs:dst
907 static int os_wildcard_extract_directory(char *fullpath, void *dst, wildcard_type mark)
924 ret = os_shell_cmd_do_cp(fullpath, dst);
928 (*(int *)dst)++;
965 ret = os_shell_cmd_do_cp(src, dst);
969 (*(int *)dst)++;
970 if ((*(int *)dst) > 1) {
989 ret = os_wildcard_extract_directory(src, dst, mark);
990 if (mark == CP_COUNT && (*(int *)dst) > 1) {
1010 const char *dst = NULL;
1023 dst = argv[1];
1041 ret = vfs_normalize_path(shell_working_directory, dst, &dst_fullpath);
1044 PRINTK("cp error: can't open %s. %s\n", dst, strerror(errno));
1054 if (dst[strlen(dst) - 1] == '/') {
1059 if ((S_ISREG(stat_buf.st_mode) || S_ISLNK(stat_buf.st_mode)) && dst[strlen(dst) - 1] == '/') {