Home
last modified time | relevance | path

Searched refs:last_slash (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDpath.c1256 const char *last_dot, *last_slash; in svn_path_splitext() local
1273 last_slash = strrchr(path, '/'); in svn_path_splitext()
1274 if ((last_slash && (last_dot > (last_slash + 1))) in svn_path_splitext()
1275 || ((! last_slash) && (last_dot > path))) in svn_path_splitext()
/freebsd-13-stable/sys/dev/xen/xenstore/
HDxenstore.c1431 char *last_slash; in xs_rm_tree() local
1442 last_slash = strrchr(cur_path, '/'); in xs_rm_tree()
1443 KASSERT(last_slash != NULL, in xs_rm_tree()
1445 *last_slash = '\0'; in xs_rm_tree()
/freebsd-13-stable/contrib/ee/
HDee.c3074 char *last_slash; local
3088 last_slash = temp_point = path;
3092 last_slash = ++temp_point;
3200 execl(path, last_slash, "-c", string, NULL);