Home
last modified time | relevance | path

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

/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/cpython3/Lib/
D_osx_support.py499 def get_platform_osx(_config_vars, osname, release, machine): argument
/external/python/cpython3/Tools/c-analyzer/distutils/
Dccompiler.py345 def get_default_compiler(osname=None, platform=None): argument
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DTailerTest.java419 final String osname = System.getProperty("os.name"); in testMultiByteBreak() local
586 final String osname = System.getProperty("os.name"); in testTailer() local
654 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