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 101 COMPACT, /* a compaction can make a slot in the current
141 slot->status = COMPACT;
171 slot->status = COMPACT;
941 * in the directory. To use this space, we may have to compact
  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 804 #define COMPACT(e) for (t = e; (*p++ = *t++) != '\0';)
852 COMPACT(pwd.pw_name);
853 COMPACT(passwd);
859 COMPACT(pwd.pw_class);
860 COMPACT(pwd.pw_gecos);
861 COMPACT(pwd.pw_dir);
862 COMPACT(pwd.pw_shell);

Completed in 17 milliseconds