1 2 3 4 5 6 7 8 9 10
pub const NAME_MAX: usize = { #[cfg(target_os = "linux")] { 1024 } #[cfg(target_os = "freebsd")] { 255 } };