Searched refs:minor (Results 1 – 7 of 7) sorted by relevance
/coreutils/src/ |
D | stat.c | 1538 out_uint (pformat, prefix_len, minor (statbuf->st_dev)); in print_stat() 1589 out_uint (pformat, prefix_len, minor (statbuf->st_rdev)); in print_stat() 1600 out_uint_x (pformat, prefix_len, minor (statbuf->st_rdev)); in print_stat()
|
D | system.h | 61 # define minor(dev) ((dev) & 0xff) macro
|
D | copy.c | 214 && minor (stdin_st.st_rdev) == STDIN_FILENO) in follow_fstatat() 223 result = fstat (minor (st->st_rdev), st); in follow_fstatat()
|
D | ls.c | 3669 len = strlen (umaxtostr (minor (f->stat.st_rdev), buf)); in gobble_file() 4434 umaxtostr (minor (f->stat.st_rdev), minorbuf)); in print_long_format()
|
/coreutils/ |
D | configure.ac | 90 # gl_GCC_VERSION_IFELSE([major], [minor], [run-if-found], [run-if-not-found]) 412 character-special devices whose minor device number is the file
|
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 666 it is a character-special file whose minor device number is N. 5032 ls now exits with status 1 on minor problems, 2 if serious trouble.
|
/coreutils/doc/ |
D | coreutils.texi | 7642 1 minor problems (e.g., failure to access a file or directory not 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}, 20008 A minor modification to the above pipeline can give us a simple spelling
|