Searched refs:last_slash (Results 1 - 4 of 4) sorted by relevance

/u-boot/boot/
H A Dbootmeth_pxe.c85 const char *last_slash; local
88 last_slash = strrchr(bootdir, '/');
89 if (last_slash) {
90 path_len = (last_slash - bootdir) + 1;
H A Dbootmeth_efi.c84 char *last_slash; local
100 last_slash = strrchr(dirname, '/');
101 if (last_slash)
102 *last_slash = '\0';
H A Dpxe_utils.c1603 const char *last_slash; local
1621 last_slash = strrchr(bootfile, '/');
1622 if (last_slash)
1623 path_len = (last_slash - bootfile) + 1;
/u-boot/fs/fat/
H A Dfat_write.c1252 char *p, *last_slash, *last_slash_cont; local
1256 last_slash = NULL;
1260 last_slash = p;
1271 if (last_slash) {
1274 *last_slash = '\0';
1278 if (last_slash == filename) {
1282 *last_slash = '\0';

Completed in 46 milliseconds