Home | History | Annotate | Download | only in tools

Lines Matching full:elif

50   elif id == 'Darwin':
52 elif id.find('CYGWIN') >= 0:
54 elif id == 'Windows' or id == 'Microsoft':
58 elif id == 'FreeBSD':
60 elif id == 'OpenBSD':
62 elif id == 'SunOS':
76 elif (not id) or (not re.match('(x|i[3-6])86$', id) is None):
78 elif id == 'i86pc':
80 elif id == 'x86_64':
82 elif id == 'amd64':