Home
last modified time | relevance | path

Searched refs:OSNAME (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DMakefile91 OSNAME:=$(shell uname -s) macro
93 ifeq ($(OSNAME),Linux)
104 ifeq ($(OSNAME),Darwin)
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Init.c115 #ifndef OSNAME
116 #define OSNAME " unknown" macro
170 xf86ErrorFVerb(0, "Build Operating System: %s %s\n", OSNAME, OSVENDOR); in xf86PrintBanner()
/OK3568_Linux_fs/external/xserver/
H A Dconfigure.ac413 AC_ARG_WITH(os-name, AS_HELP_STRING([--with-os-name=OSNAME], [Name of OS (default: output o…
414 [ OSNAME="$withval" ],
415 [ OSNAME=`uname -srm` ])
1462 if test -z "$OSNAME"; then
1463 OSNAME="UNKNOWN"
1466 AC_DEFINE_UNQUOTED(OSNAME, ["$OSNAME"], [Operating System Name]) definition
H A Dconfigure23466 withval=$with_os_name; OSNAME="$withval"
23468 OSNAME=`uname -srm`
27899 if test -z "$OSNAME"; then
27900 OSNAME="UNKNOWN"
H A DChangeLog164783 Bug #10823: Fixed default OSNAME value.
164785 We try to get OSNAME from uname by default now.
175816 Use correct OSNAME setting so we can find os-specific modules like libdrm.
182812 Set OSNAME for "Build Operating System" line in Xorg log
/OK3568_Linux_fs/external/xserver/include/
H A Ddix-config.h.in13 #undef OSNAME
H A Dmeson.build59 conf_data.set_quoted('OSNAME', 'Linux') # XXX cfgvar in conf_data
H A Ddo-not-use-config.h.in474 #undef OSNAME