Searched refs:strstr (Results 51 - 68 of 68) sorted by relevance

123

/barrelfish-master/lib/vfs/
H A Dvfs_blockdevfs.c347 char *service = strstr(uri, "://");
H A Dvfs.c132 char *pos = strstr(uri, "://");
H A Dvfs_ramfs.c802 char *service = strstr(uri, "://");
H A Dvfs_nfs.c1347 char *host = strstr(uri, "://");
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dengine.c310 if((arg = strstr(cmd, ":")) == NULL)
/barrelfish-master/lib/acpica/source/compiler/
H A Ddtio.c345 if (strstr (LineBuffer, ACPI_RAW_TABLE_DATA_HEADER))
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbinput.c795 if (strstr (
/barrelfish-master/lib/driverkit/
H A Dhwmodel.c480 char * confline = strstr(skb_get_output(), "\n");
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dutils.c821 if ((p = strstr(dev, "dev/")) != NULL) {
H A Dchap_ms.c454 if (len && ((p = strstr(p, " M=")) != NULL)) {
/barrelfish-master/include/lwip2/netif/ppp/
H A Dutils.c821 if ((p = strstr(dev, "dev/")) != NULL) {
H A Dchap_ms.c454 if (len && ((p = strstr(p, " M=")) != NULL)) {
/barrelfish-master/usr/kaluga/
H A Ddriver_startup.c324 if (strstr(int_arg->module_name, "_vf_") == NULL) {
/barrelfish-master/lib/lwip2/src/apps/smtp/
H A Dsmtp.c1054 if (strstr(sep, SMTP_AUTH_PARAM_PLAIN) != NULL) {
1072 if (strstr(sep, SMTP_AUTH_PARAM_LOGIN) != NULL) {
/barrelfish-master/lib/lua/src/
H A Dlauxlib.c908 while ((wild = strstr(s, p)) != NULL) {
/barrelfish-master/lib/lwip2/src/core/
H A Ddns.c1553 if (strstr(hostname, ".local") == &hostname[hostnamelen] - 6) {
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_lib.c1977 if (strstr(sig, "WithRSA"))
2088 if (strstr(sig, "WithRSA") == NULL)
/barrelfish-master/lib/libc/gen/
H A Dgetpwent.c1409 if (strstr(pwd->pw_passwd, "##") != NULL) {

Completed in 393 milliseconds

123