Searched refs:DEFAULT_OS_TEENY_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,
779 # define DEFAULT_OS_TEENY_REV "r %*d.%*d.%[0-9]" macro
785 # define DEFAULT_OS_TEENY_REV "r %*[^.].%*d.%*c%[0-9]" macro
792 # define DEFAULT_OS_TEENY_REV "v %*d.%*c%[.0-9]" macro
798 # define DEFAULT_OS_TEENY_REV "r %*d.%*d.%[0-9]" /* this will just get 0 */ macro
814 # define DEFAULT_OS_TEENY_REV "r %*d.%*d.%[0-9]" macro
824 # define DEFAULT_OS_TEENY_REV "r %*d.%*d.%[0-9]" macro
840 # define DEFAULT_OS_TEENY_REV "v %[0-9]" macro
847 # define DEFAULT_OS_TEENY_REV "r %*d.%*d.%[0-9]" macro
898 # define DEFAULT_OS_TEENY_REV " macro
920 # define DEFAULT_OS_TEENY_REV macro
926 # define DEFAULT_OS_TEENY_REV macro
[all...]
H A Dimake.c102 * - If DEFAULT_OS_TEENY_REV is defined, format the utsname struct
1420 defined(DEFAULT_OS_MINOR_REV) || defined(DEFAULT_OS_TEENY_REV))
1538 # ifdef DEFAULT_OS_TEENY_REV
1543 parse_utsname(name, DEFAULT_OS_TEENY_REV, buf,
1544 "Bad DEFAULT_OS_TEENY_REV syntax %s");

Completed in 8 milliseconds