Searched refs:DEFAULT_OS_MAJOR_REV (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/imake/dist/
H A Dimakemdep.h754 * Step 6: DEFAULT_OS_MAJOR_REV, DEFAULT_OS_MINOR_REV, DEFAULT_OS_TEENY_REV,
771 # define DEFAULT_OS_MAJOR_REV "v %[0-9]" macro
777 # define DEFAULT_OS_MAJOR_REV "r %[0-9]" macro
783 # define DEFAULT_OS_MAJOR_REV "r %*[^.].%[0-9]" macro
790 # define DEFAULT_OS_MAJOR_REV "v %[0-9]" macro
796 # define DEFAULT_OS_MAJOR_REV "r %[0-9]" macro
802 # define DEFAULT_OS_MAJOR_REV "r %*[^0-9]%[0-9]" macro
808 # define DEFAULT_OS_MAJOR_REV "v V%[0-9]" macro
812 # define DEFAULT_OS_MAJOR_REV "r %[0-9]" macro
822 # define DEFAULT_OS_MAJOR_REV " macro
832 # define DEFAULT_OS_MAJOR_REV macro
838 # define DEFAULT_OS_MAJOR_REV macro
845 # define DEFAULT_OS_MAJOR_REV macro
896 # define DEFAULT_OS_MAJOR_REV macro
918 # define DEFAULT_OS_MAJOR_REV macro
924 # define DEFAULT_OS_MAJOR_REV macro
[all...]
H A Dimake.c96 * - If DEFAULT_OS_MAJOR_REV is defined, format the utsname struct
1419 # if (defined(DEFAULT_OS_NAME) || defined(DEFAULT_OS_MAJOR_REV) || \
1486 # ifdef DEFAULT_OS_MAJOR_REV
1491 parse_utsname(name, DEFAULT_OS_MAJOR_REV, buf,
1492 "Bad DEFAULT_OS_MAJOR_REV syntax %s");

Completed in 9 milliseconds