HomeSort by: relevance | last modified time | path
    Searched refs:dirmask (Results 1 - 6 of 6) sorted by relevancy

  /src/games/hunt/huntd/
shots.c 799 int i, j, dirmask, count; local in function:move_slime
845 dirmask = 0;
850 dirmask |= WEST, count++;
852 dirmask |= NORTH, count++;
854 dirmask |= SOUTH, count++;
855 if (dirmask == 0)
857 dirmask |= EAST, count++;
861 dirmask |= EAST, count++;
863 dirmask |= NORTH, count++;
865 dirmask |= SOUTH, count++
    [all...]
  /src/sbin/mount_msdos/
mount_msdos.c 127 args->dirmask = a_mask(optarg);
151 args->dirmask = args->mask;
154 args->mask = args->dirmask;
174 args->mask = args->dirmask =
206 printf("uid=%d, gid=%d, mask=0%o, dirmask=0%o, gmtoff=%d, flags=%s\n",
207 args.uid, args.gid, args.mask, args.dirmask,
  /src/sys/fs/msdosfs/
msdosfsmount.h 68 mode_t dirmask; /* v2: mask to be applied for msdosfs perms */ member in struct:msdosfs_args
msdosfs_vfsops.c 191 pmp->pm_dirmask = argp->dirmask & ALLPERMS;
249 args.dirmask = 0777;
302 args->dirmask = pmp->pm_dirmask;
314 args->dirmask = args->mask;
  /src/sys/compat/netbsd32/
netbsd32_fs.c 923 fs_args.msdosfs_args.dirmask =
924 fs_args32.msdosfs_args.dirmask;
netbsd32.h 1161 mode_t dirmask; /* v2: mask to be applied for msdosfs perms */ member in struct:netbsd32_msdosfs_args

Completed in 16 milliseconds