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

1234567891011>>

/seL4-test-master/projects/musllibc/include/
H A Dmemory.h1 #include <string.h>
/seL4-test-master/tools/riscv-pk/bbl/
H A Dlogo.c3 #include <string.h>
/seL4-test-master/projects/musllibc/src/unistd/
H A Dctermid.c2 #include <string.h>
/seL4-test-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-test-master/projects/musllibc/src/prng/
H A Dlcong48.c2 #include <string.h>
H A Dseed48.c2 #include <string.h>
/seL4-test-master/projects/musllibc/src/signal/
H A Dsigisemptyset.c3 #include <string.h>
H A Dpsignal.c2 #include <string.h>
H A Dsigemptyset.c2 #include <string.h>
/seL4-test-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-test-master/tools/nanopb/tests/without_64bit/
H A Dno_64bit_syshdr.h9 #include <string.h>
/seL4-test-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-test-master/projects/musllibc/src/network/
H A Dgethostbyname.c5 #include <string.h>
/seL4-test-master/projects/musllibc/src/stdio/
H A Dfputs.c2 #include <string.h>

Completed in 165 milliseconds

1234567891011>>