Home
last modified time | relevance | path

Searched refs:CURL_OS (Results 1 – 15 of 15) sorted by relevance

/curl/lib/
H A Dconfig-dos.h32 #ifndef CURL_OS
34 #define CURL_OS "MSDOS/djgpp" macro
36 #define CURL_OS "MSDOS/HighC" macro
38 #define CURL_OS "MSDOS/?" macro
H A Dconfig-win32.h489 #ifndef CURL_OS
491 #define CURL_OS "i386-pc-win32" macro
493 #define CURL_OS "x86_64-pc-win32" macro
495 #define CURL_OS "ia64-pc-win32" macro
497 #define CURL_OS "thumbv7a-pc-win32" macro
499 #define CURL_OS "aarch64-pc-win32" macro
501 #define CURL_OS "unknown-pc-win32" macro
H A Dconfig-mac.h33 #ifndef CURL_OS
34 #define CURL_OS "mac" macro
H A Dconfig-amigaos.h74 #ifndef CURL_OS
75 #define CURL_OS "AmigaOS" macro
H A Dconfig-win32ce.h274 #ifndef CURL_OS
275 #define CURL_OS "i386-pc-win32ce" macro
H A Dconfig-plan9.h35 #ifndef CURL_OS
36 #define CURL_OS "plan9" macro
H A Dconfig-riscos.h38 #ifndef CURL_OS
39 #define CURL_OS "ARM-RISC OS" macro
H A Dconfig-os400.h39 #ifndef CURL_OS
40 #define CURL_OS "OS/400" macro
H A Dversion.c565 CURL_OS, /* as found by configure or set by hand at build-time */
H A Dsmb.c636 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()
H A Dcurl_config.h.cmake635 #cmakedefine CURL_OS ${CURL_OS}
/curl/src/
H A Dtool_setup.h56 #ifndef CURL_OS
57 # define CURL_OS "unknown" macro
H A Dtool_version.h34 #define CURL_ID CURL_NAME " " CURL_VERSION " (" CURL_OS ") "
/curl/
H A DCMakeLists.txt141 set(CURL_OS "\"${CMAKE_C_COMPILER_TARGET}\"") variable
143 set(CURL_OS "\"${CMAKE_SYSTEM_NAME}\"") variable
H A Dconfigure.ac439 AC_DEFINE_UNQUOTED(CURL_OS, "${host}", [cpu-machine-OS]) definition

Completed in 58 milliseconds