Searched refs:last_char_is (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dchomp.c15 char *lc = last_char_is(s, '\n');
H A Dconcat_path_file.c23 lc = last_char_is(path, '/');
H A Dlast_char_is.c15 char* last_char_is(const char *s, int c) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddu.c121 newfile = last_char_is(filename, '/');
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Daddgroup.c93 last_char_is(line, ':') ? "" : ",",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_tar.c189 if (last_char_is(file_header->name, '/')) {
271 cp = last_char_is(file_header->name, '/');
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dunzip.c276 } else if (last_char_is(dst_fn, '/')) { /* Extract directory */
H A Dtar.c625 char *cp = last_char_is(line, '/');
864 char *cp = last_char_is(argv[optind], '/');
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c1140 dp1 = last_char_is(p1, '/');
1143 dp2 = last_char_is(p2, '/');
H A Dvi.c732 buf1 = last_char_is(cmd, '!');
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dwget.c194 if (!last_char_is(target.path, '/')) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c843 if (last_char_is(applet_name, '3'))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h761 char *last_char_is(const char *s, int c);

Completed in 98 milliseconds