Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/sysctl/
Dsysctl03.c55 char *osname = "Linux"; in verify_sysctl() local
Dsysctl01.c48 char osname[BUFSIZ]; in verify_sysctl() local
Dsysctl04.c35 static char osname[BUFSIZ]; variable
/external/python/cpython3/Lib/
D_osx_support.py429 def get_platform_osx(_config_vars, osname, release, machine): argument
/external/python/cpython2/Lib/
D_osx_support.py429 def get_platform_osx(_config_vars, osname, release, machine): argument
/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/cpython2/Lib/distutils/
Dccompiler.py907 def get_default_compiler(osname=None, platform=None): argument
/external/python/cpython3/Lib/distutils/
Dccompiler.py936 def get_default_compiler(osname=None, platform=None): argument