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

  /src/lib/libpuffs/
paths.c 226 int isdotdot; local in function:puffs_stdpath_buildpath
240 isdotdot = 1;
242 isdotdot = 0;
251 assert(isdotdot == 0);
255 if (isdotdot) {
  /src/sys/fs/v7fs/
v7fs_vnops.c 106 bool isdotdot = flags & ISDOTDOT; local in function:v7fs_lookup
176 if (isdotdot) {
186 if (isdotdot) {
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 3144 int isdotdot = 0, unlocknewvp = 0; local in function:nfsrpc_readdirplus
3400 isdotdot = 1;
3402 isdotdot = 0;
3480 } else if (isdotdot != 0) {

Completed in 16 milliseconds