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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dconcat_subpath_file.c12 concat_path_file(path, filename)
22 return concat_path_file(path, f);
H A Dconcat_path_file.c17 char *concat_path_file(const char *path, const char *filename) function
H A Dsimplify_path.c20 start = concat_path_file(s, path);
H A Dexecable.c36 p = concat_path_file(p, filename);
H A Dcopy_file.c184 new_dest = concat_path_file(dest, d->d_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/debianutils/
H A Dmktemp.c28 chp = concat_path_file(dir, chp);
30 chp = concat_path_file("/tmp/", chp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dnohup.c38 nohupout = concat_path_file(home, nohupout);
H A Dwho.c61 name = concat_path_file("/dev", ut->ut_line);
H A Dcp.c94 dest = concat_path_file(last, bb_get_last_path_component(*argv));
H A Dln.c60 src = concat_path_file(src, bb_get_last_path_component(src_name));
H A Dmv.c72 dest = concat_path_file(last, bb_get_last_path_component(*argv));
H A Dinstall.c186 dest = concat_path_file(last, basename(arg));
H A Dls.c514 fullname = concat_path_file(path, entry->d_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dlsattr.c66 path = concat_path_file(dir_name, de->d_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dlsattr.c93 path = concat_path_file(dir_name, de->d_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Ddiff.c170 char * const _path1 = entry ? concat_path_file(path1, _entry) : path1;
171 char * const _path2 = entry ? concat_path_file(path2, _entry) : path2;
1031 fullpath1 = concat_path_file(dir1, path1);
1033 fullpath2 = concat_path_file(dir2, path2);
1040 fullpath1 = concat_path_file(dir1, path2);
1049 fullpath2 = concat_path_file(dir2, path1);
1251 f1 = concat_path_file(f1, f2);
1255 f2 = concat_path_file(f2, f1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dslattach.c187 char *buf = concat_path_file("/dev", *argv);
H A Dwget.c209 fname_out = concat_path_file(dir_prefix, fname_out);
H A Dhttpd.c520 http_error_page[i] = concat_path_file((*c == '/') ? NULL : home_httpd, c);
1023 fullpath = concat_path_file(home_httpd, purl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_tar.c173 file_header->name = concat_path_file(tar.prefix, tar.name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c134 full_name = concat_path_file(rootdir, name);
H A Ddevfsd.c764 argv[4] = concat_path_file("/dev", info->devname); /* device */
953 dpath = concat_path_file(mount_point, spath + rootlen);
1210 path = concat_path_file(dir_name, de->d_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dsysctl.c255 tmpname = concat_path_file(PROC_PATH, name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dapplets.c507 &usr_bin [8], /* "", equivalent to "/" for concat_path_file() */
523 fpc = concat_path_file(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h757 char *concat_path_file(const char *path, const char *filename);

Completed in 329 milliseconds

12