Searched refs:strlen (Results 326 - 350 of 636) sorted by relevance

<<11121314151617181920>>

/barrelfish-master/lib/libc/net/
H A Dgetnetbydns.c101 * Out must contain space for at least strlen(in) characters.
223 n = strlen(bp) + 1;
238 n = strlen(ans) + 1;
246 if (strlen(in) + 1 > sizeof(aux)) {
/barrelfish-master/lib/libc/rpc/
H A Dgetnetconfig.c453 if (netid == NULL || strlen(netid) == 0) {
508 if (strlen(netid) == (size_t) (len = tmpp - stringp) && /* a match */
568 stringp[strlen(stringp)-1] = '\0'; /* get rid of newline */
/barrelfish-master/lib/libc/stdlib/
H A Dstrfmon.c481 left_chars += strlen(cur_symb);
488 left_chars += strlen(signstr);
493 left_chars += strlen(signstr);
H A Drealpath.c93 resolved_len = strlen(resolved);
/barrelfish-master/lib/lua/src/
H A Dlua.c187 luai_writestring(LUA_COPYRIGHT, strlen(LUA_COPYRIGHT));
218 int status = luaL_loadbuffer(L, s, strlen(s), name);
269 l = strlen(b);
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dupap.c162 pcb->upap.us_userlen = LWIP_MIN(strlen(user), 0xff);
164 pcb->upap.us_passwdlen = LWIP_MIN(strlen(password), 0xff);
430 msglen = strlen(msg);
H A Dchap-new.c266 nlen = strlen(pcb->chap_server.name);
346 mlen = strlen(message);
395 name, strlen(name));
483 nlen = strlen(pcb->chap_client.name);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_mps.c165 if (strlen(hostname) == 0) {
199 if (strlen(hostname) == 0) {
370 if (strlen(hostname) == 0) {
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_socket.c451 if ((*host=(char *)OPENSSL_malloc(strlen(h1->h_name)+1)) == NULL)
456 BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1);
603 if(strlen(name) < sizeof ghbn_cache[0].name)
H A Denc.c250 i=strlen(buf);
550 strlen(str),1,key,iv);
558 OPENSSL_cleanse(str,strlen(str));
691 n=strlen(in);
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_conf.c229 if ((strlen(p) < 9) || strncmp(p, "critical,", 9)) return 0;
241 if ((strlen(p) >= 4) && !strncmp(p, "DER:", 4))
246 else if ((strlen(p) >= 5) && !strncmp(p, "ASN1:", 5))
H A Dv3_cpols.c226 strlen(cnf->value))) goto merr;
288 strlen(cnf->value))) goto merr;
298 strlen(cnf->value))) goto merr;
/barrelfish-master/include/lwip2/netif/ppp/
H A Dupap.c162 pcb->upap.us_userlen = LWIP_MIN(strlen(user), 0xff);
164 pcb->upap.us_passwdlen = LWIP_MIN(strlen(password), 0xff);
430 msglen = strlen(msg);
/barrelfish-master/lib/libc/gen/
H A Dreadpassphrase.c127 (void)_write(output, prompt, strlen(prompt));
/barrelfish-master/lib/libc/iconv/
H A Dcitrus_module.c189 len = strlen(name);
/barrelfish-master/lib/libc/inet/
H A Dinet_ntop.c175 tp += strlen(tp);
/barrelfish-master/lib/libc/locale/
H A Dnl_langinfo.c183 int clen = strlen(cs);
/barrelfish-master/lib/acpica/source/tools/acpidump/
H A Dapdump.c451 if (strlen (Signature) != ACPI_NAME_SIZE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A DLPdir_vms.c82 size_t filespeclen = strlen(directory);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_sock.c212 n=strlen(str);
/barrelfish-master/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_beos.c241 len = strlen(filename);
/barrelfish-master/lib/openssl-1.0.0d/crypto/mdc2/
H A Dmdc2dgst.c191 MDC2_Update(&c,text,strlen(text));
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_obj.c112 l1=strlen(s);
/barrelfish-master/lib/openssl-1.0.0d/demos/
H A Dspkigen.c70 i=strlen(buf);
/barrelfish-master/lib/openssl-1.0.0d/demos/ssl/
H A Dserv.cpp144 err = SSL_write (ssl, "I hear you.", strlen("I hear you.")); CHK_SSL(err);

Completed in 321 milliseconds

<<11121314151617181920>>