Searched refs:CURL_OS (Results 1 – 15 of 15) sorted by relevance
32 #ifndef CURL_OS34 #define CURL_OS "MSDOS/djgpp" macro36 #define CURL_OS "MSDOS/HighC" macro38 #define CURL_OS "MSDOS/?" macro
489 #ifndef CURL_OS491 #define CURL_OS "i386-pc-win32" macro493 #define CURL_OS "x86_64-pc-win32" macro495 #define CURL_OS "ia64-pc-win32" macro497 #define CURL_OS "thumbv7a-pc-win32" macro499 #define CURL_OS "aarch64-pc-win32" macro501 #define CURL_OS "unknown-pc-win32" macro
33 #ifndef CURL_OS34 #define CURL_OS "mac" macro
74 #ifndef CURL_OS75 #define CURL_OS "AmigaOS" macro
274 #ifndef CURL_OS275 #define CURL_OS "i386-pc-win32ce" macro
35 #ifndef CURL_OS36 #define CURL_OS "plan9" macro
38 #ifndef CURL_OS39 #define CURL_OS "ARM-RISC OS" macro
39 #ifndef CURL_OS40 #define CURL_OS "OS/400" macro
565 CURL_OS, /* as found by configure or set by hand at build-time */
636 strlen(CURL_OS) + strlen(CLIENTNAME) + 4; /* 4 null chars */ in smb_send_setup()664 smbc->user, 0, smbc->domain, 0, CURL_OS, 0, CLIENTNAME); in smb_send_setup()
635 #cmakedefine CURL_OS ${CURL_OS}
56 #ifndef CURL_OS57 # define CURL_OS "unknown" macro
34 #define CURL_ID CURL_NAME " " CURL_VERSION " (" CURL_OS ") "
141 set(CURL_OS "\"${CMAKE_C_COMPILER_TARGET}\"") variable143 set(CURL_OS "\"${CMAKE_SYSTEM_NAME}\"") variable
439 AC_DEFINE_UNQUOTED(CURL_OS, "${host}", [cpu-machine-OS]) definition
Completed in 58 milliseconds