HomeSort by: relevance | last modified time | path
    Searched defs:matched (Results 1 - 25 of 120) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
compare.c 38 Entry *e, *matched = NULL; local
42 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
45 if ( matched ) {
46 if ( !access_allowed_mask( op, matched,
52 rs->sr_matched = matched->e_dn;
56 if ( matched ) {
57 monitor_cache_release( mi, matched );
modify.c 43 Entry *matched; local
49 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
52 if ( matched ) {
53 if ( !access_allowed_mask( op, matched,
59 rs->sr_matched = matched->e_dn;
63 if ( matched != NULL ) {
65 monitor_cache_release( mi, matched );
search.c 180 Entry *e = NULL, *matched = NULL; local
188 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
191 if ( matched ) {
192 if ( !access_allowed_mask( op, matched,
198 rs->sr_matched = matched->e_dn;
203 if ( matched ) {
204 monitor_cache_release( mi, matched );
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++26/
text_encoding.cc 69 bool matched = false; local
78 matched = true;
84 return matched;
  /src/external/ibm-public/postfix/dist/src/global/
user_acl.c 72 int matched; local
110 if ((matched = string_list_match(list, name)) == 0) {
119 return (matched ? 0 : vstring_str(who));
  /src/sys/arch/arc/arc/
platform.c 58 int i, rv, matched = -1, match = 0, ambiguous_match = 0; local
64 matched = i;
73 print_platform(plattab[matched]);
75 if (i == matched)
87 print_platform(plattab[matched]);
91 platform = plattab[matched];
  /src/sys/arch/mvme68k/dev/
vme_two_68k.c 80 static int matched = 0; local
88 if (matched++)
  /src/usr.bin/systat/
disks.c 89 int matched; local
105 matched = 0;
111 matched = 1;
113 if (matched == 0)
  /src/usr.sbin/user/
main.c 78 int matched; local
82 for (matched = i = 0 ; i < cmdp->c_wc && i < MaxCmdWords ; i++) {
86 matched += 1;
92 if (matched == cmdp->c_wc) {
93 return (*cmdp->c_func)(argc - (matched - 1), argv + (matched - 1));
  /src/sys/arch/landisk/dev/
rs5c313_landisk.c 78 static int matched = 0; local
80 if (matched)
83 matched = 1;
  /src/sys/arch/sun2/dev/
bwtwo_any.c 126 int matched; local
132 matched = (bus_space_peek_1(ma->ma_bustag, bh, 0, NULL) == 0);
134 return (matched);
sc_mbmem.c 116 bool matched; local
126 matched =
129 if (!matched)
zs_any.c 98 int matched; local
104 matched = (bus_space_peek_1(ma->ma_bustag, bh, 0, NULL) == 0);
106 if (!matched)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_suppressions.cc 108 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
146 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
155 InternalMmapVector<Suppression *> matched; local
157 suppression_ctx->GetMatched(&matched);
158 if (!matched.size())
161 for (uptr i = 0; i < matched.size(); i++)
162 hit_count += atomic_load_relaxed(&matched[i]->hit_count);
163 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
165 for (uptr i = 0; i < matched.size(); i++) {
166 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count)
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_suppressions.cpp 101 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
139 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
148 InternalMmapVector<Suppression *> matched; local
150 suppression_ctx->GetMatched(&matched);
151 if (!matched.size())
154 for (uptr i = 0; i < matched.size(); i++)
155 hit_count += atomic_load_relaxed(&matched[i]->hit_count);
156 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
158 for (uptr i = 0; i < matched.size(); i++) {
159 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_suppressions.cpp 99 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
137 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
146 InternalMmapVector<Suppression *> matched; local
148 suppression_ctx->GetMatched(&matched);
149 if (!matched.size())
152 for (uptr i = 0; i < matched.size(); i++)
153 hit_count += atomic_load_relaxed(&matched[i]->hit_count);
154 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
156 for (uptr i = 0; i < matched.size(); i++) {
157 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count)
    [all...]
  /src/sys/arch/sun2/sun2/
tod.c 130 int matched; local
140 matched = (bus_space_peek_1(oba->oba_bustag, bh, 0, NULL) == 0);
142 return matched;
clock.c 153 bool matched; local
163 matched = (bus_space_peek_2(oba->oba_bustag, bh, 0, NULL) == 0);
165 if (!matched)
  /src/crypto/external/bsd/heimdal/dist/kuser/
copy_cred_cache.c 91 unsigned int matched; local
155 matchfunc, &ctx, &matched);
160 if(matched == 0)
165 return matched == 0;
  /src/external/bsd/libarchive/dist/libarchive/test/
test_acl_platform_posix1e.c 228 int matched; local
259 for (i = 0, matched = 0; i < n && !matched; i++) {
264 matched = 1;
270 assert(matched == 1);
  /src/external/gpl2/mkhybrid/dist/libfile/
softmagic.c 93 * successfully matched continuation.
243 int matched; local
299 matched = 1;
303 matched = v != l;
306 v, l, matched);
310 matched = v == l;
313 v, l, matched);
318 matched = v > l;
321 v, l, matched);
324 matched = (Int32_t) v > (Int32_t) l
    [all...]
  /src/external/mpl/dhcp/dist/relay/tests/
relay_unittests.c 127 struct interface_info *matched; local
133 matched = 0;
140 ret = strip_relay_agent_options(&ifaces, &matched, &packet, len);
187 ret = strip_relay_agent_options(&ifaces, &matched, &packet, len);
204 ret = strip_relay_agent_options(&ifaces, &matched, &packet, len);
224 ret = strip_relay_agent_options(&ifaces, &matched, &packet, len);
269 ret = strip_relay_agent_options(&ifaces, &matched, &u.packet, 4095);
  /src/external/mpl/dhcp/dist/server/
class.c 74 int matched = 0; local
100 matched = 1;
139 matched = 1;
197 return matched;
  /src/common/lib/libutil/
snprintb.c 166 int matched = 1; local
192 matched = 0;
227 matched = 1;
241 if (matched)
243 matched = 1;
  /src/games/warp/
intrp.c 306 bool matched; local
319 matched = strEQ(scrbuf+1,dest);
322 matched = instr(dest,scrbuf) != NULL;
323 if (matched==(rch == '=')) {

Completed in 46 milliseconds

1 2 3 4 5