HomeSort by: relevance | last modified time | path
    Searched defs:slashes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_lookup.c 463 int slashes; member in struct:namei_state
483 state->slashes = 0;
884 state->slashes = cp - ndp->ni_next;
885 ndp->ni_pathlen -= state->slashes;
889 state->slashes = 0;
1207 * slashes, and we are not going to create a directory,
1294 * Get the next component name. There should be no slashes
1528 /* drop leading slashes (already used them to choose startdir) */
1619 * over any slashes that we skipped, as we will need
1628 ndp->ni_pathlen += state->slashes;
    [all...]
vfs_lookup.c 463 int slashes; member in struct:namei_state
483 state->slashes = 0;
884 state->slashes = cp - ndp->ni_next;
885 ndp->ni_pathlen -= state->slashes;
889 state->slashes = 0;
1207 * slashes, and we are not going to create a directory,
1294 * Get the next component name. There should be no slashes
1528 /* drop leading slashes (already used them to choose startdir) */
1619 * over any slashes that we skipped, as we will need
1628 ndp->ni_pathlen += state->slashes;
    [all...]

Completed in 33 milliseconds