Searched defs:slash (Results 1 – 11 of 11) sorted by relevance
/busybox-1.35.0/libbb/ |
D | get_last_path_component.c | 27 char *slash = strrchr(path, '/'); in bb_get_last_path_component_nostrip() local 43 char *slash = last_char_is(path, '/'); in bb_get_last_path_component_strip() local
|
/busybox-1.35.0/archival/libarchive/ |
D | data_extract_all.c | 70 char *slash = strrchr(dst_name, '/'); in data_extract_all() local
|
/busybox-1.35.0/procps/ |
D | sysctl.c | 59 char *cptr, *last_good, *end, *slash; in sysctl_dots_to_slashes() local
|
/busybox-1.35.0/editors/ |
D | patch_bbox.c | 156 char *slash = strrchr(new_filename, '/'); in patch_main() local
|
D | diff.c | 1046 const char *slash = strrchr(file[!dir], '/'); in diff_main() local
|
/busybox-1.35.0/scripts/kconfig/ |
D | confdata.c | 351 char *slash; in conf_write() local
|
/busybox-1.35.0/networking/libiproute/ |
D | utils.c | 144 char *slash; in get_prefix_1() local
|
D | iprule.c | 271 char *slash; in iprule_modify() local
|
/busybox-1.35.0/networking/udhcp/ |
D | common.c | 676 char *slash = strchr(val, '/'); in udhcp_str2optset() local
|
/busybox-1.35.0/networking/ |
D | tftp.c | 844 const char *slash = strrchr(remote_file, '/'); in tftp_main() local
|
/busybox-1.35.0/util-linux/ |
D | mdev.c | 766 char *slash = strrchr(node_name, '/'); in make_device() local
|