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

/barrelfish-master/usr/ramfsd/
H A Dmain.c136 char *nextsep = strchr(path, '/'); local
139 if (nextsep == NULL) {
144 size_t namelen = nextsep - path;
200 char *nextsep = strchr(path, '/'); local
203 if (nextsep == NULL) {
208 size_t namelen = nextsep - path;
/barrelfish-master/lib/vfs/
H A Dvfs_ramfs.c62 char *nextsep = strchr(&path[pos], VFS_PATH_SEP); local
64 if (nextsep == NULL) {
67 nextlen = nextsep - &path[pos];
98 } else if (!isdir && nextsep != NULL) {
107 if (nextsep == NULL) {
H A Dvfs_nfs.c124 char *nextsep = strchr(&st->path[st->path_pos], VFS_PATH_SEP); local
126 if (nextsep == NULL) {
130 nextlen = nextsep - &st->path[st->path_pos];
171 char *nextsep = strchr(&st->path[st->path_pos], VFS_PATH_SEP); local
173 if (nextsep == NULL) {
178 nextlen = nextsep - &st->path[st->path_pos];

Completed in 37 milliseconds