Searched refs:concat_path_file (Results 1 - 16 of 16) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dconcat_path_file.c12 extern char *concat_path_file(const char *path, const char *filename) function
H A Dfind_root_device.c57 fileName = concat_path_file("/dev", entry->d_name);
H A Dremove_file.c89 new_path = concat_path_file(path, d->d_name);
H A Dcopy_file.c113 new_source = concat_path_file(source, d->d_name);
114 new_dest = concat_path_file(dest, d->d_name);
H A Drecursive_action.c117 nextFile = concat_path_file(fileName, next->d_name);
H A Dlibbb.h214 char *concat_path_file(const char *path, const char *filename);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dwhich.c57 buf = concat_path_file(path_n, *argv);
H A Dcp.c106 char *dest = concat_path_file(argv[argc - 1],
H A Dbusybox.c56 fpc = concat_path_file(
H A Dmv.c160 char *dest = concat_path_file(argv[argc - 1],
H A Ddu.c177 newfile = concat_path_file(filename, name);
H A Duudecode.c251 outname = concat_path_file(pw->pw_dir, p);
H A DMakefile240 LIBBB_CSRC= ask_confirmation.c chomp.c concat_path_file.c copy_file.c \
H A Dcmdedit.c753 found = concat_path_file(paths[i], str_found);
763 found = concat_path_file(found, "");
H A Dls.c556 cur->fullname = concat_path_file(path, entry->d_name);
H A Dwget.c260 fname_out = concat_path_file(dir_prefix, fname_out);

Completed in 54 milliseconds