Home
last modified time | relevance | path

Searched refs:major (Results 1 – 9 of 9) sorted by relevance

/coreutils/src/
Dsystem.h55 #ifdef major /* Might be defined in sys/types.h. */
60 # define major(dev) (((dev) >> 8) & 0xff) macro
Dstat.c1536 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()
Dcopy.c222 if (0 < stdin_rdev_status && major (stdin_rdev) == major (st->st_rdev)) in follow_fstatat()
Dls.c3666 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/
DREADME20 See the file NEWS for a list of major changes in the current release.
Dconfigure.ac90 # gl_GCC_VERSION_IFELSE([major], [minor], [run-if-found], [run-if-not-found])
DCOPYING129 "Major Component", in this context, means a major essential component
DNEWS597 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/
Dcoreutils.texi11215 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