Searched refs:strchr (Results 76 - 100 of 154) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ui/
H A Dui_lib.c212 if (strchr(cancel_chars, *p))
906 if (strchr(uis->_.boolean_data.ok_chars, *p))
912 if (strchr(uis->_.boolean_data.cancel_chars, *p))
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dboot.c522 line=strchr(line+1,'\n');
548 line=strchr(line+1,'\n');
674 char *del = strchr(mod_uri+7, ':');\
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dutils.c536 eol = strchr(buf, '\n');
547 eol = strchr(p, '\n');
558 eol = strchr(p, '\n');
/barrelfish-2018-10-04/lib/libc/net/
H A Dhesiod.c174 p = strchr(bindname, '@');
177 if (strchr(p, '.'))
H A Dgethostbynis.c94 if ((cp = strchr(result, '\n')))
H A Dgetnetbynis.c83 if ((cp = strchr(result, '\n')))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dpasswd.c262 char *c = (strchr(passwd, '\n')) ;
271 while ((r > 0) && (!strchr(trash, '\n')));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_vms.c179 sp2 = strchr(sp1, '.');
182 if (sp2 == NULL) sp2 = strchr(sp1, ';');
/barrelfish-2018-10-04/usr/ramfsd/
H A Dmain.c136 char *nextsep = strchr(path, '/');
200 char *nextsep = strchr(path, '/');
/barrelfish-2018-10-04/lib/libc/
H A DMakefile158 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \
/barrelfish-2018-10-04/lib/libc/gen/
H A Dexec.c159 if (strchr(name, '/')) {
H A Dsyslog.c327 p = strchr(tbuf, '>') + 1;
/barrelfish-2018-10-04/lib/libc/regex/grot/
H A Ddebug.c94 if (strchr("\\|()^$.[+*?{}!<> ", (char)opnd) != NULL)
/barrelfish-2018-10-04/lib/libc/tests/gen/
H A Dpopen_test.c63 if (strchr(mode, 'e') != NULL)
/barrelfish-2018-10-04/lib/acpica/source/components/utilities/
H A Dutclib.c150 * FUNCTION: strchr
419 * FUNCTION: strchr
431 strchr ( function
/barrelfish-2018-10-04/usr/acpi/
H A Dpcilnk_controller_client.c180 char * end_of_line = strchr(acpiName,'\n');
/barrelfish-2018-10-04/lib/barrelfish/
H A Dinit.c367 p = strchr(p, ' ') + 1;
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Ddebug.c126 if (strchr("\\|()^$.[+*?{}!<> ", (char)opnd) != NULL)
/barrelfish-2018-10-04/usr/kaluga/
H A Dboot_modules.c111 char* path_end = strchr(line, ' ');
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/
H A Dhttpd.c702 pair = strchr(pair, '&');
709 pair = strchr(equals, ' ');
720 equals = strchr(equals, '=');
876 vars = strchr(uri, '?');
884 tmp = strchr(uri, '.');
887 tmp = strchr(ext, '.');
2144 params = (char *)strchr(uri, '?');
/barrelfish-2018-10-04/lib/lua/src/
H A Dldebug.c286 if (strchr(what, 'f')) {
290 if (strchr(what, 'L'))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_utl.c605 p = strchr(ipasc,'/');
648 if (strchr(ipasc, ':'))
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_esdb.c324 if ((p = strchr(buf1, '/')) != NULL)
/barrelfish-2018-10-04/usr/acpi/arch/x86/
H A Dacpi_interrupts_arch.c281 skb_read_output_at(strchr(skb_get_output(),'\n'),"%s",ioapic_lbl);
/barrelfish-2018-10-04/usr/bench/xomp_bench/
H A Dshare_bench.c105 char *p = strchr(argv[i], '=');

Completed in 311 milliseconds

1234567