Searched refs:strchr (Results 126 - 150 of 154) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Db_sock.c670 if (strchr(h,':'))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_alt.c570 if (!(p = strchr(value, ';')))
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpty.c668 while ((next_sep = strchr(next_sep, '/')) != NULL) {
/barrelfish-2018-10-04/usr/bench/bomp_mm/
H A Dmm.c326 char *p = strchr(argv[i], '=');
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dmultilink.c390 while ((q = strchr(p, ';')) != NULL) {
H A Dipv6cp.c350 if ((comma = strchr(arg, ',')) == NULL)
H A Deap.c403 if ((cp = strchr(base64, *inp++)) == NULL)
542 if ((cp2 = strchr(cp, ':')) == NULL)
/barrelfish-2018-10-04/lib/lua/src/
H A Dlgc.c439 ((weakkey = strchr(svalue(mode), 'k')),
440 (weakvalue = strchr(svalue(mode), 'v')),
H A Dlauxlib.c772 e = strchr(fname, '.');
H A Dldo.c632 if (mode && strchr(mode, x[0]) == NULL) {
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_mkupdate.c821 (strchr(digits, c) - digits);
/barrelfish-2018-10-04/lib/libc/yp/
H A Dyplib.c303 if (strchr(dom, '/') != NULL)
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dipv6cp.c350 if ((comma = strchr(arg, ',')) == NULL)
H A Deap.c403 if ((cp = strchr(base64, *inp++)) == NULL)
542 if ((cp2 = strchr(cp, ':')) == NULL)
H A Dipcp.c457 if ((colon = strchr(arg, ':')) == NULL)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/err/
H A Derr.c895 char *colon = strchr(s, ':');
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn.c954 char *multiboot_args_lop = strchr(multiboot_args, ' ');
/barrelfish-2018-10-04/lib/libc/net/
H A Dgetaddrinfo.c1353 cp = strchr(hostname, SCOPE_DELIMITER);
2546 cp = strchr(p, '\n');
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dwrite.c72 # define strchr index macro
2613 if ((p = strchr(output_mode_chars, c)))
H A Dbip_misc.c399 if (strchr(name, '=')) /* emulate setenv() behaviour */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dapps.c710 tmp = strchr(tpass, '\n');
2414 vtmp = strchr(stmp, ':');
H A Dca.c2891 p = strchr(tmp, ',');
2900 p = strchr(p, ',');
H A Dreq.c1605 const char *p = strchr(gstr, ':');
/barrelfish-2018-10-04/usr/skb/testapps/
H A Dapps.c710 tmp = strchr(tpass, '\n');
2414 vtmp = strchr(stmp, ':');
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_print.c1150 if (strchr("\n\"\\", *rdata) != NULL)

Completed in 385 milliseconds

1234567