Searched refs:os_major (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp493 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); local
495 (os_major == 21 || os_major == 22) &&
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c110 static const char *os_major = ""; variable
1284 strlcpy(key_value, os_major, HV_KVP_EXCHANGE_MAX_VALUE_SIZE);
/freebsd-11-stable/contrib/apr/
H A Dconfigure19447 os_major=`uname -r | sed -e 's/\([1-9][0-9]*\)\..*/\1/'`
19449 if test $os_major -lt 2 -o \( $os_major -eq 2 -a $os_minor -lt 4 \); then
19450 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Configured for pre-2.4 Linux $os_major.$os_minor" >&5
19451 $as_echo "$as_me: WARNING: Configured for pre-2.4 Linux $os_major.$os_minor" >&2;}
19455 { $as_echo "$as_me:${as_lineno-$LINENO}: Configured for Linux $os_major.$os_minor" >&5
19456 $as_echo "$as_me: Configured for Linux $os_major.$os_minor" >&6;}

Completed in 256 milliseconds