Searched refs:strlen (Results 101 - 125 of 636) sorted by relevance

1234567891011>>

/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbhistry.c166 CmdLen = (UINT16) strlen (CommandLine);
174 BufferLen = (UINT16) strlen (
/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregerror.c88 assert(strlen(convbuf) < sizeof(convbuf));
94 len = strlen(s) + 1;
/barrelfish-master/lib/net/test/
H A Ddhcp.c113 if (strncmp("server", argv[1], strlen("server")) == 0) {
115 } else if (strncmp("client", argv[1], strlen("client")) == 0) {
/barrelfish-master/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_dlfcn.c309 merged = OPENSSL_malloc(strlen(filespec1) + 1);
320 merged = OPENSSL_malloc(strlen(filespec2) + 1);
338 spec2len = strlen(filespec2);
339 len = spec2len + (filespec1 ? strlen(filespec1) : 0);
374 len = strlen(filename);
457 len = (int)strlen(dli.dli_fname);
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_ctrl.c159 return strlen(e->cmd_defns[idx].cmd_name);
161 return BIO_snprintf(s,strlen(e->cmd_defns[idx].cmd_name) + 1,
165 return strlen(e->cmd_defns[idx].cmd_desc);
166 return strlen(int_no_description);
170 strlen(e->cmd_defns[idx].cmd_desc) + 1,
172 return BIO_snprintf(s, strlen(int_no_description) + 1,"%s",
H A Dtb_asnmth.c186 len = strlen(str);
191 if (((int)strlen(ameth->pem_str) == len) &&
217 if (((int)strlen(ameth->pem_str) == lk->len) &&
/barrelfish-master/tools/arm_molly/
H A Dbuild_multiboot.c32 char *r = malloc(strlen(prefix) + strlen(original) + 1);
34 for (int i = 0; i < strlen(r); i ++) {
92 kernel_cmd_line = malloc(strlen(line) + 1);
99 module_cmd_line[n_modules] = malloc(strlen(line) + 1);
130 for(int i = 0; i < strlen(cmd); i++) {
/barrelfish-master/tools/armv8_bootimage/
H A Darmv8_bootimage.c105 dst[strlen(src1)] = '/';
106 strcpy(dst + strlen(src1) + 1, src2);
190 + strlen(menu->kernel.args) + 1);
193 + strlen(menu->boot_driver.path) + 2);
196 + strlen(menu->kernel.path) + strlen(menu->kernel.args) +
201 + strlen(menu->modules[i].path) +
202 strlen(menu->modules[i].args) + 2);
231 + strlen(menu->kernel.path) +
232 strlen(men
[all...]
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dpasswd.c320 passwd_len = strlen(passwd);
323 assert(strlen(magic) <= 4); /* "1" or "apr1" */
327 assert(strlen(out_buf) <= 6 + 8); /* "$apr1$..salt.." */
328 salt_out = out_buf + 2 + strlen(magic);
329 salt_len = strlen(salt_out);
336 EVP_DigestUpdate(&md, magic, strlen(magic));
391 assert(output == out_buf + strlen(out_buf));
408 assert(strlen(out_buf) < sizeof(out_buf));
474 if ((strlen(passwd) > pw_maxlen))
481 assert(strlen(passw
[all...]
H A Dengine.c102 int l = strlen(s);
116 if (strlen(*buf) + strlen(s) >= (unsigned int)*size)
257 if((xpos > (int)strlen(indent)) &&
258 (xpos + (int)strlen(name) > line_wrap))
376 if(strspn(*argv + 1, "v") < strlen(*argv + 1))
378 if((verbose=strlen(*argv + 1)) > 4)
386 if(strspn(*argv + 1, "t") < strlen(*argv + 1))
388 if((test_avail_noise = strlen(*argv + 1) - 1) > 1)
/barrelfish-master/lib/acpica/source/compiler/
H A Daslerror.c500 MsgLength = strlen (MainMessage);
511 MsgLength = strlen (MainMessage);
634 MessageBuffer = UtStringCacheCalloc (strlen (ExtraMessage) + 1);
641 LineBuffer = UtLocalCalloc (strlen (SourceLine) + 1);
649 Enode->FilenameLength = strlen (Filename);
720 MessageBuffer = UtStringCacheCalloc (strlen (ExtraMessage) + 1);
732 Enode->FilenameLength = strlen (Filename);
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dmultilink.c168 l = 4 * strlen(peer_authname) + 10;
172 l += 3 * strlen(bundle_name) + 2;
294 key.dsize = strlen(blinks_id);
312 key.dsize = strlen(blinks_id);
324 l = rec.dsize + strlen(entry);
336 rec.dsize = strlen(p) + 1;
352 key.dsize = strlen(blinks_id);
364 q = p + strlen(entry);
365 l = strlen(q) + 1;
380 key.dsize = strlen(blinks_i
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dmultilink.c168 l = 4 * strlen(peer_authname) + 10;
172 l += 3 * strlen(bundle_name) + 2;
294 key.dsize = strlen(blinks_id);
312 key.dsize = strlen(blinks_id);
324 l = rec.dsize + strlen(entry);
336 rec.dsize = strlen(p) + 1;
352 key.dsize = strlen(blinks_id);
364 q = p + strlen(entry);
365 l = strlen(q) + 1;
380 key.dsize = strlen(blinks_i
[all...]
/barrelfish-master/lib/libc/net/
H A Dgetnetnamadr.c76 size = strlen(name);
155 desired_size += strlen(ne->n_name) + 1;
160 desired_size += strlen(*alias) + 1;
183 size = strlen(new_ne.n_name);
196 size = strlen(*alias);
302 len += strlen(ne->n_aliases[i]) + 1;
304 len += strlen(ne->n_name) + 1;
319 n = strlen(ne->n_name) + 1;
327 n = strlen(ne->n_aliases[i]) + 1;
H A Dgetprotoent.c103 size = strlen(name);
176 desired_size += strlen(proto->p_name) + 1;
181 desired_size += strlen(*alias) + 1;
204 size = strlen(new_proto.p_name);
217 size = strlen(*alias);
306 len += strlen(pe->p_aliases[i]) + 1;
308 len += strlen(pe->p_name) + 1;
322 n = strlen(pe->p_name) + 1;
330 n = strlen(pe->p_aliases[i]) + 1;
H A Dgetnetbynis.c74 if (yp_match(ned->yp_domain, map, name, strlen(name), &result,
90 len = strlen(result) + 1;
119 len = strlen(cp) + 1;
237 cp = str + (strlen(str) - 2);
241 cp = str + (strlen(str) - 2);
/barrelfish-master/lib/libc/locale/
H A Dsetlocale.c128 if (strlen(env) > ENCODING_LEN) {
136 if (strlen(env) > ENCODING_LEN) {
143 if (strlen(locale) > ENCODING_LEN) {
150 if (strlen(locale) > ENCODING_LEN) {
318 if (strlen(p) + 1/*"/"*/ + ENCODING_LEN +
/barrelfish-master/lib/libc/posix1e/
H A Dmac.c189 if (line[strlen(line)-1] == '\n')
190 line[strlen(line)-1] = '\0';
320 (*mac)->m_buflen = strlen((*mac)->m_string)+1;
339 if (strlen(elements) >= MAC_MAX_LABEL_BUF_LEN)
426 strlen(policyname) + sizeof(".enabled"));
/barrelfish-master/lib/linenoise/
H A Dlinenoise.c305 if (write(ofd,seq,strlen(seq)) == -1) {
367 ls->len = ls->pos = strlen(lc.cvec[i]);
419 size_t len = strlen(str);
469 size_t plen = strlen(l->prompt);
488 abAppend(&ab,seq,strlen(seq));
490 abAppend(&ab,l->prompt,strlen(l->prompt));
494 abAppend(&ab,seq,strlen(seq));
497 abAppend(&ab,seq,strlen(seq));
508 int plen = strlen(l->prompt);
526 abAppend(&ab,seq,strlen(se
[all...]
/barrelfish-master/lib/spawndomain/
H A Dmultiboot.c41 args = optstring + strlen(optstring);
193 strncmp(modname + strlen(modname) - strlen(name),
194 name, strlen(name)) == 0) {
210 size_t namelen = strlen(name);
/barrelfish-master/usr/tests/multihoptest/
H A Dmultihoptest.c143 err = test_buf__tx(b, txcont, (uint8_t *) longstr, strlen(longstr));
198 if (memcmp(s, longstr, strlen(longstr)) || (arg != 42)) {
230 if (memcmp(buf, longstr, strlen(longstr)) || (buflen != strlen(longstr))) {
232 buflen, strlen(longstr));
/barrelfish-master/lib/libc/db/test/btree.tests/
H A Dmain.c208 lbuf[strlen(lbuf) - 1] = '\0';
219 strlen(commands[i].cmd)) == 0)
286 data.size = strlen(data.data);
312 key.size = strlen(argv[1]) + 1;
352 key.size = strlen(argv[1]) + 1;
410 key.size = strlen(argv[1]) + 1;
456 data.size = strlen(data.data);
486 data.size = strlen(data.data);
512 key.size = strlen(argv[1]) + 1;
514 data.size = strlen(arg
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drandfile.c278 if (s != NULL && *s && strlen(s) + 1 < size)
293 if (s && *s && strlen(s)+strlen(RFILE)+2 < size)
/barrelfish-master/usr/kaluga/
H A Dmain.c98 } else if (strncmp(argv[i],"add_device_db=", strlen("add_device_db=")) == 0){
99 *add_device_db_file = argv[i] + strlen("add_device_db=");
101 } else if (strncmp(argv[i], "cpu_count=", strlen("cpu_count=")) == 0) {
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dexample.c41 ASN1_OCTET_STRING_set(os,(unsigned char*)str,strlen(str));
91 ASN1_OCTET_STRING_set(os1,(unsigned char*)str1,strlen(str1));
92 ASN1_OCTET_STRING_set(os2,(unsigned char*)str1,strlen(str1));
202 ASN1_OCTET_STRING_set(os,(unsigned char*)str,strlen(str));
255 ASN1_OCTET_STRING_set(os1,(unsigned char*)str1,strlen(str1));
256 ASN1_OCTET_STRING_set(os2,(unsigned char*)str1,strlen(str1));

Completed in 419 milliseconds

1234567891011>>