Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 12 of 12) sorted by relevance

/curl/docs/examples/
H A Dsmtp-mime.c84 const char **cpp; in main() local
109 for(cpp = headers_text; *cpp; cpp++) in main()
110 headers = curl_slist_append(headers, *cpp); in main()
H A DMakefile.inc149 htmltitle.cpp \
/curl/lib/vssh/
H A Dcurl_path.c121 CURLcode Curl_get_pathname(const char **cpp, char **path, const char *homedir) in Curl_get_pathname() argument
123 const char *cp = *cpp, *end; in Curl_get_pathname()
132 *cpp = NULL; in Curl_get_pathname()
170 *cpp = &cp[i] + strspn(&cp[i], WHITESPACE); in Curl_get_pathname()
179 *cpp = end + strspn(end, WHITESPACE); in Curl_get_pathname()
H A Dcurl_path.h35 CURLcode Curl_get_pathname(const char **cpp, char **path, const char *homedir);
/curl/src/
H A Dtool_libinfo.c170 const char **cpp = fnames; in get_libcurl_info() local
174 *cpp++ = p->feature_name; in get_libcurl_info()
175 *cpp = NULL; in get_libcurl_info()
/curl/packages/OS400/
H A Dccsidcurl.c423 const char **cpp; in curl_version_info_ccsid() local
475 cpp = (const char **) ((char *) p + charfields[i]); in curl_version_info_ccsid()
476 if(*cpp) in curl_version_info_ccsid()
477 n += strlen(*cpp) + 1; in curl_version_info_ccsid()
513 cpp = (const char **) ((char *) p + charfields[i]); in curl_version_info_ccsid()
514 if(*cpp && convert_version_info_string(cpp, &cp, &n, ccsid)) in curl_version_info_ccsid()
585 char **cpp; in curl_easy_getinfo_ccsid() local
594 cpp = (char * *) paramp; in curl_easy_getinfo_ccsid()
596 if(*cpp) { in curl_easy_getinfo_ccsid()
597 *cpp = dynconvert(ccsid, *cpp, -1, ASCII_CCSID); in curl_easy_getinfo_ccsid()
[all …]
/curl/.github/workflows/
H A Dcodeql-analysis.yml56 languages: cpp
H A Dnon-native.yml204 … ln -s /usr/bin/gcpp /usr/bin/cpp # Some tests expect `cpp`, which is named `gcpp` in this env.
H A Dlinux.yml544 sudo apt install --no-install-recommends intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
/curl/
H A Dacinclude.m41536 tmp_cpp='cpp'
1597 dnl Check if $cpp -P should be used for extract define values due to gcc 5
1609 AC_MSG_CHECKING([if cpp -P is needed])
1613 ], [cpp=no], [cpp=yes])
1614 AC_MSG_RESULT([$cpp])
1616 dnl we need cpp -P so check if it works then
1617 if test "x$cpp" = "xyes"; then
1618 AC_MSG_CHECKING([if cpp -P works])
1628 AC_MSG_WARN([failed to figure out cpp -P alternative])
/curl/tests/
H A DCMakeLists.txt93 set(CURL_CPP "cpp")
/curl/packages/vms/
H A Dconfig_h.com1157 $! Process if cpp supports ANSI-C stringizing '#' operator

Completed in 49 milliseconds