Lines Matching full:linux
8 target_os = "linux",
20 /// - [Linux `sysconf`]
21 /// - [Linux `getpagesize`]
24 /// [Linux `sysconf`]: https://man7.org/linux/man-pages/man3/sysconf.3.html
25 /// [Linux `getpagesize`]: https://man7.org/linux/man-pages/man2/getpagesize.2.html
38 /// - [Linux]
41 /// [Linux]: https://man7.org/linux/man-pages/man3/sysconf.3.html
49 /// `(getauxval(AT_HWCAP), getauxval(AT_HWCAP2)`—Returns the Linux "hwcap"
52 /// Return the Linux `AT_HWCAP` and `AT_HWCAP2` values passed to the
56 /// - [Linux]
58 /// [Linux]: https://man7.org/linux/man-pages/man3/getauxval.3.html
65 target_os = "linux",
74 /// `getauxval(AT_EXECFN)`—Returns the Linux "execfn" string.
76 /// Return the string that Linux has recorded as the filesystem path to the
80 /// - [Linux]
82 /// [Linux]: https://man7.org/linux/man-pages/man3/getauxval.3.html
89 target_os = "linux",