Searched refs:bb_get_last_path_component (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dget_last_path_component.c3 * bb_get_last_path_component implementation for busybox
12 char *bb_get_last_path_component(char *path) function
H A Drun_shell.c72 args[0] = bb_get_last_path_component(xstrdup(shell));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dbasename.c37 s = bb_get_last_path_component(*++argv);
H A Drm.c41 const char *base = bb_get_last_path_component(*argv);
H A Dln.c48 last = bb_get_last_path_component(xstrdup(last));
60 src = concat_path_file(src, bb_get_last_path_component(src_name));
H A Dcp.c94 dest = concat_path_file(last, bb_get_last_path_component(*argv));
H A Dmv.c72 dest = concat_path_file(last, bb_get_last_path_component(*argv));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c192 // Dirty hack. Needed because bb_get_last_path_component
195 fname_out = bb_get_last_path_component(target.path);
201 /* bb_get_last_path_component writes
212 curfile = bb_get_last_path_component(fname_out);
538 /* must be writable because of bb_get_last_path_component() */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dinit.c439 s = bb_get_last_path_component(cmdpath);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h240 extern char *bb_get_last_path_component(char *path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c809 tmp = bb_get_last_path_component(tmp1);

Completed in 99 milliseconds