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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_ramfs.c653 char *lastsep = strrchr(path, VFS_PATH_SEP); local
654 if (lastsep != NULL) {
655 childname = lastsep + 1;
657 size_t pathlen = lastsep - path;

Completed in 85 milliseconds