Searched refs:strlen (Results 26 - 50 of 187) sorted by relevance

12345678

/seL4-camkes-master/projects/musllibc/src/regex/
H A Dregerror.c33 for (s=messages; e && *s; e--, s+=strlen(s)+1);
/seL4-camkes-master/projects/musllibc/src/string/
H A Dstrerror_r.c8 size_t l = strlen(msg);
H A Dstrlen.c10 size_t strlen(const char *s) function
H A Dstrchrnul.c16 if (!c) return (char *)s + strlen(s);
/seL4-camkes-master/projects/musllibc/src/temp/
H A Dmkdtemp.c10 size_t l = strlen(template);
H A Dmktemp.c11 size_t l = strlen(template);
/seL4-camkes-master/projects/camkes/apps/exchangestring/components/Server/src/
H A Dmain.c28 strcpy(*joint + strlen(input), reply);
/seL4-camkes-master/projects/camkes/apps/uart/components/Client/src/
H A Dclient.c27 uart_write(str, strlen(str));
/seL4-camkes-master/projects/camkes/apps/hierarchical-components/components/Reverse/src/
H A Dmain.c13 int last_idx = strlen(str)-1;
/seL4-camkes-master/projects/camkes/apps/multiassembly/components/Reverse/src/
H A Dmain.c13 int last_idx = strlen(str)-1;
/seL4-camkes-master/projects/camkes/apps/uart_cogent/components/Client/src/
H A Dclient.c28 uart_write(str, strlen(str));
/seL4-camkes-master/projects/camkes-tool/camkes/templates/
H A Dcomponent.rumprun.c43 int cmdline_len = strlen(format_string) + strlen(network_string) + strlen(rump_config.cmdline) + 1;
/seL4-camkes-master/projects/seL4_libs/libsel4serialserver/src/
H A Dtest.c92 test_eq(error, (int)strlen(test_str));
117 error = serial_server_write(&conn, test_str, strlen(test_str));
118 test_eq(error, (int)strlen(test_str));
145 test_eq(error, (int)strlen(test_str));
146 error = serial_server_write(&conn, test_str, strlen(test_str));
147 test_eq(error, (int)strlen(test_str));
163 error = serial_server_write(&conn, test_str, strlen(test_str));
164 test_eq(error, (int)strlen(test_str));
166 test_eq(error, (int)strlen(test_str));
284 test_neq(error, (int)strlen(test_st
[all...]
/seL4-camkes-master/projects/camkes/apps/picotcp_single_component/src/
H A Dutilization_socket.c61 #define msg_match(msg, match) (strncmp(msg, match, strlen(match))==0)
78 pico_socket_send(util, WHOAMI, strlen(WHOAMI));
89 pico_socket_send(s, OK_READY, strlen(OK_READY));
91 pico_socket_send(s, OK, strlen(OK));
93 pico_socket_send(s, OK, strlen(OK));
/seL4-camkes-master/projects/picotcp/test/examples/
H A Dmulticast_recv.c90 new_arg = calloc(1, strlen(laddr) + 1 + strlen(lport) + 1 + strlen(sport) + strlen(":64:") + 1);
92 p = strcat(p + strlen(laddr), ":");
94 p = strcat(p + strlen(lport), ":");
96 p = strcat(p + strlen(sport), ":64:");
H A Dmulticast_ip6_recv.c94 new_arg = calloc(1, strlen(laddr) + 1 + strlen(lport) + 1 + strlen(sport) + strlen(",64:") + 1);
96 p = strcat(p + strlen(laddr), ",");
98 p = strcat(p + strlen(lport), ",");
100 p = strcat(p + strlen(sport), ",64,");
/seL4-camkes-master/projects/musllibc/src/locale/
H A Dtextdomain.c20 size_t domlen = strlen(domainname);
/seL4-camkes-master/projects/musllibc/src/process/
H A Dposix_spawn_file_actions_addopen.c9 struct fdop *op = malloc(sizeof *op + strlen(path) + 1);
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/suites/api/
H A Dtest_load_callback.c42 s.cap = strlen(my_str);
52 s.cap = strlen(my_str) - 1;
/seL4-camkes-master/projects/camkes-tool/tools/
H A Dckeywords.c135 unsigned len = strlen(keywords[i]);
145 column += strlen(indent);
/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dtempnam.c23 dl = strlen(dir);
24 pl = strlen(pfx);
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dns_sd.c57 strlen(iterator->key) /* Length of the key */);
60 strlen(iterator->value) /* Length of value */);
99 srv_length = (uint16_t) (6u + strlen(target_url) + 2u);
169 key_len = (uint16_t) strlen(iterator->key);
174 value_len = (uint16_t) strlen(iterator->value);
248 if (!(kv_pair->key = PICO_ZALLOC((size_t)(strlen(key) + 1)))) {
257 if (!(kv_pair->value = PICO_ZALLOC((size_t)(strlen(value) + 1)))) {
299 if (strlen(type) > (size_t) 21)
349 namelen = (uint16_t)strlen(name);
350 typelen = (uint16_t)strlen(typ
[all...]
/seL4-camkes-master/projects/camkes-tool/libcamkescakeml/src/
H A Dargs.c29 uint16_t len_result = bswap_16(strlen(argv[arg]));
/seL4-camkes-master/projects/musllibc/src/env/
H A Dunsetenv.c11 size_t l = strlen(name);
/seL4-camkes-master/projects/musllibc/src/network/
H A Dproto.c64 idx += strlen(p.p_name) + 2;

Completed in 207 milliseconds

12345678