Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1426 char *last_slash; in xs_rm_tree() local
1437 last_slash = strrchr(cur_path, '/'); in xs_rm_tree()
1438 KASSERT(last_slash != NULL, in xs_rm_tree()
1440 *last_slash = '\0'; in xs_rm_tree()
/freebsd/contrib/ee/
H A Dee.c3072 char *last_slash; in sh_command() local
3086 last_slash = temp_point = path; in sh_command()
3090 last_slash = ++temp_point; in sh_command()
3198 execl(path, last_slash, "-c", string, NULL); in sh_command()