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

  /src/sys/ufs/ext2fs/
ext2fs_dir.h 120 COMPACT,
  /src/sys/ufs/lfs/
ulfs_lookup.c 128 COMPACT, /* a compaction can make a slot in the current
255 slotstatus = COMPACT;
364 slotstatus = COMPACT;
828 * in the directory. To use this space, we may have to compact
  /src/sys/ufs/ufs/
ufs_lookup.c 98 COMPACT, /* a compaction can make a slot in the current
138 slot->status = COMPACT;
168 slot->status = COMPACT;
938 * in the directory. To use this space, we may have to compact
  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 805 #define COMPACT(e) for (t = e; (*p++ = *t++) != '\0';)
853 COMPACT(pwd.pw_name);
854 COMPACT(passwd);
860 COMPACT(pwd.pw_class);
861 COMPACT(pwd.pw_gecos);
862 COMPACT(pwd.pw_dir);
863 COMPACT(pwd.pw_shell);

Completed in 13 milliseconds