Home
last modified time | relevance | path

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

/third_party/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
/third_party/python/Lib/
D_osx_support.py499 def get_platform_osx(_config_vars, osname, release, machine): argument
/third_party/python/Lib/distutils/
Dccompiler.py937 def get_default_compiler(osname=None, platform=None): argument