Searched defs:osname (Results 1 – 11 of 11) sorted by relevance
/external/python/setuptools/setuptools/_distutils/ |
D | py38compat.py | 1 def aix_platform(osname, version, release): argument
|
D | ccompiler.py | 944 def get_default_compiler(osname=None, platform=None): argument
|
/external/ltp/testcases/kernel/syscalls/sysctl/ |
D | sysctl03.c | 46 char *osname = "Linux"; in verify_sysctl() local
|
D | sysctl04.c | 26 static char osname[BUFSIZ]; variable
|
D | sysctl01.c | 40 char osname[BUFSIZ]; in verify_sysctl() local
|
/external/python/cpython2/Lib/ |
D | _osx_support.py | 429 def get_platform_osx(_config_vars, osname, release, machine): argument
|
/external/python/cpython3/Lib/ |
D | _osx_support.py | 499 def get_platform_osx(_config_vars, osname, release, machine): argument
|
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/ |
D | TailerTest.java | 415 final String osname = System.getProperty("os.name"); in testMultiByteBreak() local 579 final String osname = System.getProperty("os.name"); in testTailer() local 647 final String osname = System.getProperty("os.name"); in testTailerEndOfFileReached() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/ |
D | TarArchiveEntry.java | 1360 final String osname = System.getProperty("os.name").toLowerCase(Locale.ENGLISH); in normalizeFileName() local
|
/external/python/cpython3/Lib/distutils/ |
D | ccompiler.py | 937 def get_default_compiler(osname=None, platform=None): argument
|
/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 907 def get_default_compiler(osname=None, platform=None): argument
|