Home
last modified time | relevance | path

Searched refs:is_aix (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/wasi/c/
Dpoll.c13 int is_aix; in main() local
17 is_aix = platform != NULL && 0 == strcmp(platform, "aix"); in main()
67 if (is_aix) in main()
/third_party/ninja/
Dconfigure.py99 def is_aix(self): member in Platform
115 and not self.is_aix())
118 return not (self.is_windows() or self.is_aix())
364 if platform.is_aix():
377 elif platform.is_aix():
534 if platform.is_aix():
547 if platform.is_aix() and not platform.is_os400_pase():
605 if platform.is_aix() and '-maix64' not in ldflags:
/third_party/gn/build/
Dgen.py86 def is_aix(self): member in Platform
349 elif platform.is_aix():
391 elif not platform.is_aix() and not platform.is_solaris() and not platform.is_zos():
399 elif platform.is_aix():
454 elif platform.is_aix():