Searched refs:strings (Results 1 - 25 of 40) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/misc/
H A Dffs.c1 #include <strings.h>
H A Dffsl.c1 #include <strings.h>
H A Dffsll.c1 #include <strings.h>
/seL4-camkes-master/projects/camkes/apps/structs/components/Client/src/
H A Dclient.c18 printf("strings: contains %zd items, first one is \"%s\"\n", sizeof(strings) / sizeof(strings[0]), strings[0]);
/seL4-camkes-master/projects/musllibc/src/string/
H A Dbcmp.c3 #include <strings.h>
H A Dbcopy.c3 #include <strings.h>
H A Dbzero.c3 #include <strings.h>
H A Dindex.c3 #include <strings.h>
H A Drindex.c3 #include <strings.h>
H A Dstrcasecmp.c1 #include <strings.h>
H A Dstrncasecmp.c1 #include <strings.h>
H A Dstrsignal.c56 static const char strings[] = variable
108 const char *s = strings;
/seL4-camkes-master/projects/musllibc/src/locale/
H A Dbind_textdomain_codeset.c3 #include <strings.h>
/seL4-camkes-master/kernel/tools/hardware/utils/
H A Dcpu.py22 if node.has_prop('device_type') and node.get_prop('device_type').strings[0] == 'cpu':
H A Drule.py231 for compat in device.get_prop('compatible').strings:
236 ', '.join(device.get_prop('compatible').strings), device.path))
243 for compat in device.get_prop('compatible').strings:
/seL4-camkes-master/projects/musllibc/src/internal/
H A Dvdso.c25 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) argument
37 return !strcmp(vername, strings + aux->vda_name);
60 char *strings = 0; local
69 case DT_STRTAB: strings = p; break;
77 if (!strings || !syms || !hashtab) return 0;
84 if (strcmp(name, strings+syms[i].st_name)) continue;
85 if (versym && !checkver(verdef, versym[i], vername, strings))
/seL4-camkes-master/projects/picotcp/
H A Dmodcheck.py31 strings = r.split(':') variable
32 mod = strings[0]
33 deps = strings[1].rstrip('\n')
/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dcbor64.h244 * - C strings that are not guaranteed to be UTF8 (string)
245 * - UTF-8 C strings (utf8)
402 * String reference domains allow reduced encoding of strings by only
404 * references to previous occurrences of strings.
407 * using a static allocation of the strings used.
409 * Within a string reference domain, all strings must be emitted using
411 * byte array or data containing strings not in the domain, you can
423 /* Tracks the strings which have already been emitted and their index. */
425 char **strings; member in struct:__anon7
440 * The provided array of strings mus
445 cbor64_string_ref_domain(base64_t *streamer, char **strings, cbor64_domain_t *domain) argument
464 cbor64_shared_value_domain(char **strings, cbor64_domain_t *domain) argument
[all...]
/seL4-camkes-master/kernel/tools/hardware/outputs/
H A Delfloader.py106 and n.get_prop('compatible').strings[0] in PSCI_COMPAT]
117 enable_method = cpu_node.get_prop('enable-method').strings[0]
125 extra_data = 'PSCI_METHOD_' + psci_node.get_prop('method').strings[0].upper()
131 'compat': cpu_node.get_prop('compatible').strings[0],
/seL4-camkes-master/projects/util_libs/libutils/src/
H A Dcbor64.c144 while (domain->strings[index] != NULL) {
145 if (string == domain->strings[index] || strcmp(string, domain->strings[index]) == 0) {
164 size_t length = strlen(domain->strings[index]);
181 char *temp = domain->strings[next_ref];
182 domain->strings[next_ref] = domain->strings[index];
183 domain->strings[index] = temp;
212 if (domain->strings[index] == NULL) {
/seL4-camkes-master/kernel/tools/hardware/
H A Dfdt.py74 return prop.strings[0]
89 paths = chosen.get_prop(prop).strings
/seL4-camkes-master/projects/camkes-tool/camkes/parser/
H A DfdtQueryEngine.py86 raise DtbBindingNodeLookupError("Alias node should only contain strings!")
90 if len(prop.strings) != 1:
94 wanted_prop = prop.strings[0]
163 return (len(prop.strings) == len(val)) and (prop.strings == val)
169 "strings"
172 if not len(prop.strings) > p_key["index"]:
175 return prop.strings[p_key["index"]] == val
199 "strings"
/seL4-camkes-master/projects/musllibc/include/
H A Dstring.h57 #include <strings.h>
/seL4-camkes-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dprocess.h121 * @param argv a pointer to an array of strings in the current vspace.
144 * @param argv a pointer to an array of strings in the current vspace.
273 * @param strings empty 2d array of chars to populate with word strings.
275 * strings in strings.
280 void sel4utils_create_word_args(char strings[][WORD_STRING_SIZE], char *argv[], int argc, ...);
/seL4-camkes-master/projects/camkes/apps/cakeml_hello/
H A DcomponentScript.sml61 val _ = TextIO.print "Received these strings from C:\n";

Completed in 100 milliseconds

12