Lines Matching defs:DEFAULT_OS_MAJOR_REV
754 * Step 6: DEFAULT_OS_MAJOR_REV, DEFAULT_OS_MINOR_REV, DEFAULT_OS_TEENY_REV,
771 # define DEFAULT_OS_MAJOR_REV "v %[0-9]"
777 # define DEFAULT_OS_MAJOR_REV "r %[0-9]"
783 # define DEFAULT_OS_MAJOR_REV "r %*[^.].%[0-9]"
790 # define DEFAULT_OS_MAJOR_REV "v %[0-9]"
796 # define DEFAULT_OS_MAJOR_REV "r %[0-9]"
802 # define DEFAULT_OS_MAJOR_REV "r %*[^0-9]%[0-9]"
808 # define DEFAULT_OS_MAJOR_REV "v V%[0-9]"
812 # define DEFAULT_OS_MAJOR_REV "r %[0-9]"
822 # define DEFAULT_OS_MAJOR_REV "r %[0-9]"
832 # define DEFAULT_OS_MAJOR_REV "r %[0-9]"
838 # define DEFAULT_OS_MAJOR_REV "r %[0-9]"
845 # define DEFAULT_OS_MAJOR_REV "r %[0-9]"
896 # define DEFAULT_OS_MAJOR_REV "r %[0-9]"
918 # define DEFAULT_OS_MAJOR_REV "r %[0-9]"
924 # define DEFAULT_OS_MAJOR_REV "v V%[0-9]"
957 # ifdef DEFAULT_OS_MAJOR_REV
958 char *defaultOsMajorRev = DEFAULT_OS_MAJOR_REV;