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

12

/seL4-refos-master/libs/libmuslc/src/misc/
H A Dffs.c1 #include <strings.h>
H A Dffsl.c1 #include <strings.h>
H A Dffsll.c1 #include <strings.h>
/seL4-refos-master/libs/libmuslc/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-refos-master/libs/libmuslc/src/locale/
H A Dbind_textdomain_codeset.c3 #include <strings.h>
/seL4-refos-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-refos-master/libs/libmuslc/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-refos-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:__anon15
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-refos-master/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-refos-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-refos-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-refos-master/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-refos-master/kernel/tools/hardware/
H A Dfdt.py74 return prop.strings[0]
89 paths = chosen.get_prop(prop).strings
/seL4-refos-master/libs/libmuslc/include/
H A Dstring.h57 #include <strings.h>
/seL4-refos-master/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-refos-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-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c60 char *strings; member in struct:dso
210 char *strings = dso->strings; local
213 && (!strcmp(s, strings+syms[i].st_name)))
232 && !strcmp(s, dso->strings + dso->syms[i].st_name))
305 char *strings = dso->strings; local
333 name = strings + sym->st_name;
815 p->strings = laddr(p, dyn[DT_STRTAB]);
819 p->rpath_orig = p->strings
1834 char *strings; local
[all...]

Completed in 124 milliseconds

12