Home
last modified time | relevance | path

Searched defs:osname (Results 1 – 11 of 11) sorted by relevance

/external/python/setuptools/setuptools/_distutils/
Dpy38compat.py1 def aix_platform(osname, version, release): argument
Dccompiler.py944 def get_default_compiler(osname=None, platform=None): argument
/external/ltp/testcases/kernel/syscalls/sysctl/
Dsysctl03.c46 char *osname = "Linux"; in verify_sysctl() local
Dsysctl04.c26 static char osname[BUFSIZ]; variable
Dsysctl01.c40 char osname[BUFSIZ]; in verify_sysctl() local
/external/python/cpython2/Lib/
D_osx_support.py429 def get_platform_osx(_config_vars, osname, release, machine): argument
/external/python/cpython3/Lib/
D_osx_support.py499 def get_platform_osx(_config_vars, osname, release, machine): argument
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DTailerTest.java415 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/
DTarArchiveEntry.java1360 final String osname = System.getProperty("os.name").toLowerCase(Locale.ENGLISH); in normalizeFileName() local
/external/python/cpython3/Lib/distutils/
Dccompiler.py937 def get_default_compiler(osname=None, platform=None): argument
/external/python/cpython2/Lib/distutils/
Dccompiler.py907 def get_default_compiler(osname=None, platform=None): argument