HelenOS sources
eq 107 uspace/app/edit/search.c search_equals_fn eq = s->ops.equals;
eq 113 uspace/app/edit/search.c while (s->pattern_pos > 0 && !eq(cur_char, s->pattern[s->pattern_pos])) {
eq 117 uspace/app/edit/search.c if (eq(cur_char, s->pattern[s->pattern_pos])) {
eq 106 uspace/dist/src/c/demos/edit/search.c search_equals_fn eq = s->ops.equals;
eq 112 uspace/dist/src/c/demos/edit/search.c while (s->pattern_pos > 0 && !eq(cur_char, s->pattern[s->pattern_pos])) {
eq 116 uspace/dist/src/c/demos/edit/search.c if (eq(cur_char, s->pattern[s->pattern_pos])) {
eq 129 uspace/lib/cpp/include/__bits/adt/bitset.hpp if (Traits::eq(str[j], zero))
eq 131 uspace/lib/cpp/include/__bits/adt/bitset.hpp else if (Traits::eq(str[j], one))
eq 481 uspace/lib/cpp/include/__bits/adt/bitset.hpp if (!Traits::eq(c, one) && !Traits::eq(c, zero))
eq 227 uspace/lib/cpp/include/__bits/io/fstream.hpp traits_type::eq(cc, this->gptr()[-1]))
eq 461 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq(peek, delim))
eq 500 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq(c, delim))
eq 140 uspace/lib/cpp/include/__bits/io/sstream.hpp traits_type::eq(traits_type::to_char_type(c), this->gptr()[-1]))
eq 112 uspace/lib/cpp/include/__bits/io/streambuf.hpp if (traits_type::eq(sbumpc(), traits_type::eof()))
eq 145 uspace/lib/cpp/include/__bits/io/streambuf.hpp if (!putback_avail_() || traits_type::eq(c, gptr()[-1]))
eq 1239 uspace/lib/cpp/include/__bits/string/string.hpp if (traits_type::eq(c, data_[i]))
eq 1280 uspace/lib/cpp/include/__bits/string/string.hpp if (traits_type::eq(c, data_[i - 1]))
eq 1382 uspace/lib/cpp/include/__bits/string/string.hpp if (!traits_type::eq(c, data_[i]))
eq 1422 uspace/lib/cpp/include/__bits/string/string.hpp if (!traits_type::eq(c, data_[i - 1]))
eq 1587 uspace/lib/cpp/include/__bits/string/string.hpp if (traits_type::eq(data_[idx], str[i]))
eq 1599 uspace/lib/cpp/include/__bits/string/string.hpp if (!traits_type::eq(data_[idx + i], str[i]))
eq 147 uspace/lib/cpp/include/__bits/string/string_io.hpp if (Traits::eq(c, delim))
eq 464 uspace/lib/cpp/include/__bits/tuple/tuple.hpp return aux::tuple_ops<0, sizeof...(Ts) - 1>::eq(lhs, rhs);
eq 78 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp return (get<I>(lhs) == get<I>(rhs)) && tuple_ops<I + 1, N>::eq(lhs, rhs);
HelenOS homepage, sources at GitHub