Home
last modified time | relevance | path

Searched defs:CURL_OS (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/curl/lib/
H A Dconfig-win32.h495 #define CURL_OS "i386-pc-win32" macro
497 #define CURL_OS "x86_64-pc-win32" macro
499 #define CURL_OS "ia64-pc-win32" macro
501 #define CURL_OS "thumbv7a-pc-win32" macro
503 #define CURL_OS "aarch64-pc-win32" macro
505 #define CURL_OS "unknown-pc-win32" macro
H A Dconfig-dos.h34 #define CURL_OS "MSDOS/djgpp" macro
36 #define CURL_OS "MSDOS/HighC" macro
38 #define CURL_OS "MSDOS/?" macro
H A Dconfig-riscos.h39 #define CURL_OS "ARM-RISC OS" macro
H A Dconfig-mac.h34 #define CURL_OS "mac" macro
H A Dconfig-win32ce.h275 #define CURL_OS "i386-pc-win32ce" macro
H A Dconfig-amigaos.h75 #define CURL_OS "AmigaOS" macro
H A Dconfig-os400.h40 #define CURL_OS "OS/400" macro
H A Dconfig-plan9.h36 #define CURL_OS "plan9" macro
H A Dcurl_config.h164 #define CURL_OS "Android" macro
/aosp_15_r20/external/curl/src/
H A Dtool_setup.h57 # define CURL_OS "unknown" macro
/aosp_15_r20/external/curl/
H A DCMakeLists.txt138 set(CURL_OS "\"${CMAKE_C_COMPILER_TARGET}\"") variable
140 set(CURL_OS "\"${CMAKE_SYSTEM_NAME}\"") variable
H A Dconfigure.ac439 AC_DEFINE_UNQUOTED(CURL_OS, "${host}", [cpu-machine-OS]) definition