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

1234567891011>>

/seL4-refos-master/libs/libmuslc/include/
H A Dmemory.h1 #include <string.h>
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dctermid.c2 #include <string.h>
/seL4-refos-master/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-refos-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-refos-master/libs/libmuslc/src/prng/
H A Dlcong48.c2 #include <string.h>
H A Dseed48.c2 #include <string.h>
/seL4-refos-master/libs/libmuslc/src/signal/
H A Dsigisemptyset.c3 #include <string.h>
/seL4-refos-master/libs/libmuslc/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-refos-master/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-refos-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-refos-master/libs/libmuslc/src/dirent/
H A Dalphasort.c1 #include <string.h>
H A Dversionsort.c2 #include <string.h>
/seL4-refos-master/libs/libmuslc/src/locale/
H A Dbind_textdomain_codeset.c2 #include <string.h>
/seL4-refos-master/libs/libmuslc/src/network/
H A Dgethostbyname.c5 #include <string.h>

Completed in 221 milliseconds

1234567891011>>