HomeSort by: relevance | last modified time | path
    Searched refs:subminor (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/bin/gettextize/
gettextize 182 major=0; minor=0; subminor=0
187 2) subminor=$num;;
208 if test $subminor -lt $here_subminor; then
210 elif test $subminor -gt $here_subminor; then
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 743 unsigned subminor = 0; local
745 subminor = tuple.getSubminor().getValue();
749 subminor));
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 22756 unsigned int os, major, minor, subminor;
22769 subminor = byte_get ((unsigned char *) pnote->descdata + 12, 4);
22800 major, minor, subminor);
22753 unsigned int os, major, minor, subminor; local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 21616 unsigned int os, major, minor, subminor;
21629 subminor = byte_get ((unsigned char *) pnote->descdata + 12, 4);
21660 major, minor, subminor);
21613 unsigned int os, major, minor, subminor; local

Completed in 33 milliseconds