Lines Matching defs:OSNAME
35 * OSNAME is a standard form of the OS name that may be used by the
36 * loader and by OS-specific modules. OSNAME here is different from what's in
40 #undef OSNAME
42 #define OSNAME "linux"
44 #define OSNAME "freebsd"
46 #define OSNAME "dragonfly"
48 #define OSNAME "netbsd"
50 #define OSNAME "openbsd"
52 #define OSNAME "hurd"
54 #define OSNAME "solaris"
56 #define OSNAME "svr5"
58 #define OSNAME "svr4"
60 #define OSNAME "unknown"
69 *name = OSNAME;