Searched refs:strstr (Results 226 - 250 of 404) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dada-exp.y834 suffix = strstr (expr, "___XE");
H A Dcp-namespace.c267 return (strstr (namespace, "(anonymous namespace)")
H A Ddve3900-rom.c994 if (strstr (buf, "ethernet") != NULL)
H A Dmaint.c208 while ((tok = strstr (string, substr)) != NULL)
/freebsd-11.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite2.c467 perm = strstr(params, ":");
/freebsd-11.0-release/contrib/file/src/
H A Dfile.c587 p = strstr(opts, "%o");
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c723 if (strstr (
/freebsd-11.0-release/sbin/fsck/
H A Dfsck.c566 if (strstr(attr.value.str, ptype_map[i].ptype) != NULL)
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Ddtio.c273 if (strstr (LineBuffer, ACPI_RAW_TABLE_DATA_HEADER))
/freebsd-11.0-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c339 strstr(dev_p->dd_location, ".CPU") != NULL) {
/freebsd-11.0-release/usr.sbin/config/
H A Dmain.c538 p = strstr(kernconfstr, KERNCONFTAG);
/freebsd-11.0-release/usr.sbin/pkg/
H A Dconfig.c178 if ((variable_string = strstr(oldval, "${ABI}")) == NULL)
/freebsd-11.0-release/usr.sbin/sesutil/
H A Dsesutil.c139 while ((dname = strstr(dname, disk)) != NULL) {
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Dname.c764 p = strstr(ds->u.utf8String, "${");
799 p = strstr(p2, "${");
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp401 if (func_name && strstr (func_name, name.GetCString()) == NULL)
462 if (func_name && strstr (func_name, name.GetCString()) == NULL)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp836 if (strstr(opt_defs[j].long_option, cur_opt_str + 2) == opt_defs[j].long_option)
924 if (strstr(enum_values[i].string_value, match_string.c_str()) == enum_values[i].string_value)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp1117 else if (strstr(producer_cstr, "clang"))
1133 else if (strstr(producer_cstr, "GNU"))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp771 const char* namespace_separator = ::strstr (basename_cstr, "::");
780 namespace_separator = strstr(basename_cstr, "::");
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c572 && (name_start = strstr(parse_from, FMT_START)) != NULL)
579 name_end = strstr(name_start, FMT_END);
/freebsd-11.0-release/contrib/subversion/subversion/svn/
H A Dutil.c312 substring = strstr(substring, prefix);
371 while ((kw = strstr(pos, prefixes[i])) != NULL) {
/freebsd-11.0-release/contrib/opie/
H A Dopielogin.c390 if ((line[0] != '#') && (next = strstr(line, "CONSOLE"))) {
421 if (c = strstr(ttyn, "/dev/"))
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c843 || strstr(TerminalOf(sp)->type.term_names, "xterm") != 0) {
846 } else if (strstr(TerminalOf(sp)->type.term_names, "xterm") != 0) {
/freebsd-11.0-release/contrib/gcc/
H A Dopts.c678 if (strstr (name, s) != NULL)
694 if (strstr (name, s) != NULL)
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddllwrap.c815 if (strstr (target, "cygwin"))
817 else if (strstr (target, "mingw"))
/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dfs_test.c908 ATF_CHECK(strstr(buf, exp_name) != NULL);
909 ATF_CHECK(strstr(buf, str_mask) != NULL);

Completed in 366 milliseconds

1234567891011>>