Searched refs:major (Results 1 – 9 of 9) sorted by relevance
/coreutils/src/ |
D | system.h | 55 #ifdef major /* Might be defined in sys/types.h. */ 60 # define major(dev) (((dev) >> 8) & 0xff) macro
|
D | stat.c | 1536 out_uint (pformat, prefix_len, major (statbuf->st_dev)); in print_stat() 1587 out_uint (pformat, prefix_len, major (statbuf->st_rdev)); in print_stat() 1597 out_uint_x (pformat, prefix_len, major (statbuf->st_rdev)); in print_stat()
|
D | copy.c | 222 if (0 < stdin_rdev_status && major (stdin_rdev) == major (st->st_rdev)) in follow_fstatat()
|
D | ls.c | 3666 int len = strlen (umaxtostr (major (f->stat.st_rdev), buf)); in gobble_file() 4432 umaxtostr (major (f->stat.st_rdev), majorbuf), in print_long_format()
|
/coreutils/ |
D | README | 20 See the file NEWS for a list of major changes in the current release.
|
D | configure.ac | 90 # gl_GCC_VERSION_IFELSE([major], [minor], [run-if-found], [run-if-not-found])
|
D | COPYING | 129 "Major Component", in this context, means a major essential component
|
D | NEWS | 597 stat will use decomposed (major,minor) device numbers in its default format. 629 %Hd,%Ld and %Hr,%Lr will output major,minor device numbers and device types
|
/coreutils/doc/ |
D | coreutils.texi | 11215 mknod [@var{option}]@dots{} @var{name} @var{type} [@var{major} @var{minor}] 11255 When making a block or character special file, the major and minor 11257 If a major or minor device number begins with @samp{0x} or @samp{0X}, 19834 There are four major points to note here. First, with just four 20108 reading if you're a programmer. They certainly made a major change in
|