| /buildroot/support/dependencies/ |
| A D | check-host-asciidoc.sh | 14 major=`echo "$version" | cut -d. -f1` 22 if [ $major -gt $major_min ]; then 25 if [ $major -eq $major_min -a $minor -ge $minor_min ]; then 28 if [ $major -eq $major_min -a $minor -eq $minor_min \
|
| A D | check-host-cmake.sh | 32 major="${version%.*}" 35 if [ ${major} -gt ${major_min} ]; then 38 elif [ ${major} -eq ${major_min} -a ${minor} -ge ${minor_min} ]; then
|
| A D | check-host-make.sh | 23 major=`echo "$version" | cut -d. -f1` 26 if [ $major -lt $major_min ]; then 31 if [ $major -eq $major_min -a $minor -lt $minor_min ]; then
|
| A D | check-host-tar.sh | 19 major=`echo "$version" | cut -d. -f1` 35 if [ $major -lt $major_min ]; then 40 if [ $major -eq $major_min -a $minor -lt $minor_min ]; then
|
| /buildroot/support/testing/tests/core/ |
| A D | device_table2.txt | 1 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
|
| /buildroot/package/gpm/ |
| A D | 0005-fix-building-w-newer-glibc.patch | 20 #include <sys/types.h> /* major() */ 24 +#include <sys/sysmacros.h> /* major() w/newer glibc */
|
| A D | 0001-Added-musl-support-to-libgpm-and-the-daemon.patch | 25 +#include <sys/types.h> /* major() */
|
| /buildroot/package/android-tools/ |
| A D | 0008-Include-sysmacros.h-to-compile-with-glibc-2.28.patch | 1 usb_linux.c: fix minor()/major() build failure due to glibc 2.28 5 major()/minor() are used. 8 all usb_linux.c files where minor() and major() macros are used.
|
| /buildroot/package/benejson/ |
| A D | Config.in | 6 The library package contains 3 major components:
|
| /buildroot/package/graphicsmagick/ |
| A D | Config.in | 9 and manipulating an image in over 89 major formats
|
| /buildroot/package/vboot-utils/ |
| A D | 0005-include-sys-sysmacros.h-for-major.patch | 4 Subject: [PATCH] include sys/sysmacros.h for major() 6 The major() func is defined in the sys/sysmacros.h header, so include it
|
| A D | 0001-Add-missing-definition-of-MTD_CHAR_MAJOR.patch | 6 This definition missing from <linux/major.h> for kernels <= 3.13
|
| /buildroot/package/linux-fusion/ |
| A D | 0001-fix-for-linux-4-and-above.patch | 3 Instead of relying on testing for '3' as the linux kernel major verison,
|
| /buildroot/package/php-geoip/ |
| A D | 0001-add-build-support-for-php8.patch | 19 +/* Small change to let it build after a major internal change for php8.0
|
| /buildroot/system/ |
| A D | device_table.txt | 8 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
|
| A D | device_table_dev.txt | 6 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
|
| /buildroot/package/emlog/ |
| A D | 0001-Fix-build-on-Linux-6.4.patch | 22 …pr_info("version %s running, major is %u, MINOR is %u, max size %d K.\n", EMLOG_VERSION, (unsigned…
|
| /buildroot/package/ibm-sw-tpm2/ |
| A D | 0002-Add-support-for-OpenSSL-3-2-x.patch | 18 * major (M), minor (NN) and patch (PP) version into a single integer 0xMNN00PP0L
|
| /buildroot/boot/syslinux/ |
| A D | 0012-pull-in-sys-sysmacros-h-for-major-minor-makedev.patch | 4 Subject: [PATCH] extlinux: pull in sys/sysmacros.h for major/minor/makedev
|
| /buildroot/package/makedevs/ |
| A D | makedevs.c | 502 unsigned int major = 0; in main() local 532 &type, &mode, user, group, &major, in main() 534 ((major | minor | start | count | increment) > 0xfffff)) in main() 630 rdev = makedev(major, minor + (i - start) * increment); in main()
|
| A D | README.adoc | 18 |name |type |mode |uid |gid |major |minor |start |inc |count 40 - +major+ and +minor+ are here for device files, set to +-+ for other
|
| /buildroot/package/bind/ |
| A D | Config.in | 14 implementation of the major components of the Domain
|
| /buildroot/docs/manual/ |
| A D | makedev-syntax.adoc | 18 |name |type |mode |uid |gid |major |minor |start |inc |count 40 - +major+ and +minor+ are here for device files, set to +-+ for other
|
| /buildroot/linux/ |
| A D | Config.ext.in | 106 Select the major series of this version. This must match the 107 major version of your kernel (e.g. for kernels 3.x, select
|
| /buildroot/board/raspberrypi/ |
| A D | readme.txt | 21 each major variant, which you should base your work on:
|