Home
last modified time | relevance | path

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

/third_party/musl/src/internal/
Dunsupported_api.h30 static inline int unsupported_api_check(const char *osname) in unsupported_api_check()
44 #define UNSUPPORTED_API_VOID(osname) \ argument
/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