Home
last modified time | relevance | path

Searched refs:minor (Results 1 – 25 of 35) sorted by relevance

12

/glibc-2.36/sysdeps/generic/
Dgcc-compat.h28 #define GCC_COMPAT(major, minor) \ argument
29 (GCC_COMPAT_VERSION <= GCC_VERSION (major, minor))
33 #define GCC_VERSION(major, minor) \ argument
34 (((major) << 16) + (minor))
/glibc-2.36/io/
Dtst-statx.c84 TEST_COMPARE (stx.stx_dev_minor, minor (st.st_dev)); in both_implementations_tests()
94 TEST_COMPARE (stx.stx_dev_minor, minor (st.st_dev)); in both_implementations_tests()
96 TEST_COMPARE (stx.stx_rdev_minor, minor (st.st_rdev)); in both_implementations_tests()
Dstatx_generic.c82 .stx_rdev_minor = minor (st.st_rdev), in statx_generic()
84 .stx_dev_minor = minor (st.st_dev), in statx_generic()
Dtst-stat-time64.c79 TEST_COMPARE (stx.stx_dev_minor, minor (st.st_dev)); in do_test()
86 TEST_COMPARE (stx.stx_rdev_minor, minor (st.st_rdev)); in do_test()
Dtst-stat.c91 TEST_COMPARE (stx.stx_dev_minor, minor (st.st_dev)); in do_test()
98 TEST_COMPARE (stx.stx_rdev_minor, minor (st.st_rdev)); in do_test()
/glibc-2.36/support/
Dsupport_descriptors.c145 (long long int) minor (d->dev), in support_descriptors_dump()
230 (long long int) minor (left->dev), in support_descriptors_check()
232 (long long int) minor (right->dev)); in support_descriptors_check()
/glibc-2.36/misc/
Dtst-makedev.c29 unsigned int min = minor (d1); in do_test_split_combine()
48 unsigned int min2 = minor (d); in do_test_combine_split()
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dustat.c23 k_dev = ((major (dev) & 0xff) << 8) | (minor (dev) & 0xff); \
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsysmacros.h40 DECL_TEMPL(unsigned int, minor, (__dev_t __dev))
/glibc-2.36/bits/
Dsysmacros.h49 DECL_TEMPL(unsigned int, minor, (__dev_t __dev))
/glibc-2.36/misc/sys/
Dsysmacros.h61 #define minor(dev) gnu_dev_minor (dev) macro
/glibc-2.36/timezone/
Diso3166.tab254 UM US minor outlying islands
Daustralasia383 # minor whaling stations operated 1909/1914
464 # US minor outlying islands
Deurope1529 # Whitman disagrees with most of these dates in minor ways;
/glibc-2.36/manual/
Dcontrib.texi526 Regents of the University of California. They have undergone minor
Dterminal.texi2105 @c minor ok
2107 @c minor dup ok
2112 @c minor dup ok
Dllio.texi4596 Instead these minor operations, known as @dfn{IOCTL}s, are assigned code
/glibc-2.36/ChangeLog.old/
DChangeLog.3850 of major and minor.
DChangeLog.4989 name into buffer with major and minor numbers, and setting of LEN.
DChangeLog.143713 * sysdeps/x86_64/fpu/libm-test-ulps: Add some more minor changes
4915 minor, makedev name.
4920 * sysdeps/unix/sysv/linux/sys/sysmacros.h (major, minor, makedev):
4944 major, minor, makedev.
DChangeLog.135154 (_nl_load_domain): Distinguish major and minor revision parts. Add
5155 support for minor revision 1 with system dependent strings.
10529 (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
DChangeLog.17493 Some other minor cleanups.
12422 * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
13695 * sysdeps/x86_64/bits/atomic.h: Likewise. Fix a few minor problems.
DChangeLog.6724 * sysdeps/unix/sysv/linux/sys/sysmacros.h (major, minor, makedev):
1052 * sysdeps/unix/sysv/linux/sys/sysmacros.h (minor, major, mkdev):
DChangeLog.15807 * nis/ypclnt.c (ypprot_err): Fix "minor optimizations".
/glibc-2.36/
DNEWS2246 * The macros 'major', 'minor', and 'makedev' are now only available from
2376 [19239] libc: Including stdlib.h ends up with macros major and minor being
3561 means that in a future release, the macros “major”, “minor”, and “makedev”

12