Searched refs:string (Results 1 - 25 of 789) sorted by relevance

1234567891011>>

/seL4-camkes-master/projects/musllibc/include/
H A Dmemory.h1 #include <string.h>
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dpack_define.h15 #include <string.h>
/seL4-camkes-master/tools/riscv-pk/bbl/
H A Dlogo.c3 #include <string.h>
/seL4-camkes-master/projects/musllibc/src/unistd/
H A Dctermid.c2 #include <string.h>
/seL4-camkes-master/projects/util_libs/libutils/src/
H A Dxml.c21 utils_put_xml_escape(const char *string, argument
28 while (*string != '\0') {
30 switch (*string) {
54 putchar(*string);
57 ret += print(arg, "%c", *string);
61 string++;
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/example/cpp03/
H A Dsimple.cpp11 #include <string>
17 msgpack::type::tuple<int, bool, std::string> src(1, true, "example");
28 std::string str(buffer.str());
42 msgpack::type::tuple<int, bool, std::string> dst;
/seL4-camkes-master/projects/musllibc/src/prng/
H A Dlcong48.c2 #include <string.h>
/seL4-camkes-master/projects/musllibc/src/signal/
H A Dsigisemptyset.c3 #include <string.h>
/seL4-camkes-master/projects/musllibc/src/string/
H A Dbcmp.c2 #include <string.h>
H A Dbcopy.c2 #include <string.h>
H A Dbzero.c2 #include <string.h>
H A Dindex.c2 #include <string.h>
H A Dmempcpy.c2 #include <string.h>
H A Drindex.c2 #include <string.h>
H A Dstrcat.c1 #include <string.h>
H A Dstrchr.c1 #include <string.h>
H A Dstrcmp.c1 #include <string.h>
H A Dstrncpy.c1 #include <string.h>
H A Dstrpbrk.c1 #include <string.h>
H A Dstrrchr.c1 #include <string.h>
/seL4-camkes-master/projects/camkes/apps/filter/components/Filter/src/
H A Dmain.c8 #include <string.h>
/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dxml.h22 * Print a string, escaping characters that have special meanings in XML.
23 * @param[in] string The string to print.
29 int utils_put_xml_escape(const char *string,
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/adaptor/
H A Dstring.hpp17 #include <string>
28 struct convert<std::string> {
29 msgpack::object const& operator()(msgpack::object const& o, std::string& v) const {
46 struct pack<std::string> {
48 msgpack::packer<Stream>& operator()(msgpack::packer<Stream>& o, const std::string& v) const {
57 struct object<std::string> {
58 void operator()(msgpack::object& o, const std::string& v) const {
67 struct object_with_zone<std::string> {
68 void operator()(msgpack::object::with_zone& o, const std::string& v) const {
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/spike/
H A Dserial.c15 #include <string.h>
/seL4-camkes-master/tools/cogent/impl/fs/bilby/quickcheck/wa_example/
H A Dadt.h5 #include <string.h>

Completed in 209 milliseconds

1234567891011>>