HomeSort by: relevance | last modified time | path
    Searched defs:bogus (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
tinfo.h 14 int bogus; variable
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
tinfo.h 14 int bogus; variable
  /src/sbin/fsck_v7fs/
inode.c 59 int bogus = false; local
80 bogus = true;
82 if (bogus) {
  /src/external/bsd/unbound/dist/iterator/
iter_delegpt.h 75 /** if true, the NS RRset was bogus. All info is bad. */
76 int bogus; member in struct:delegpt
167 /** if true, the A or AAAA RR was bogus, so this address is bad.
168 * Also check the dp->bogus to see if everything is bogus. */
169 uint8_t bogus; member in struct:delegpt_addr
238 * @param bogus: security status for the address, pass true if bogus.
245 socklen_t addrlen, uint8_t bogus, uint8_t lame, int* additions);
290 * @param bogus: if address is bogus
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
oacc-profiling.c 236 gomp_debug (0, " ignoring request for bogus 'acc_event_t'\n");
240 bool bogus = true; local
246 bogus = false;
249 if (bogus)
252 gomp_debug (0, " ignoring request with bogus 'acc_register_t'\n");
285 gomp_debug (0, " ignoring bogus request\n");
374 gomp_debug (0, " ignoring request for bogus 'acc_event_t'\n");
378 bool bogus = true; local
384 bogus = false;
387 if (bogus)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-profiling.c 236 gomp_debug (0, " ignoring request for bogus 'acc_event_t'\n");
240 bool bogus = true; local
246 bogus = false;
249 if (bogus)
252 gomp_debug (0, " ignoring request with bogus 'acc_register_t'\n");
285 gomp_debug (0, " ignoring bogus request\n");
374 gomp_debug (0, " ignoring request for bogus 'acc_event_t'\n");
378 bool bogus = true; local
384 bogus = false;
387 if (bogus)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
peer.h 69 bool bogus; member in struct:dns_peer
  /src/usr.sbin/mrinfo/
mrinfo.c 324 struct hostent bogus; local
369 hp = &bogus;
  /src/external/mpl/bind/dist/lib/dns/
peer.c 52 bool bogus; member in struct:dns_peer
371 ACCESS_OPTION(bogus, BOGUS_BIT, bool, bogus)
resolver.c 3827 bool bogus; local
3849 if (peer != NULL && dns_peer_getbogus(peer, &bogus) == ISC_R_SUCCESS &&
3850 bogus)
3857 msg = "ignoring blackholed / bogus server: ";
  /src/external/bsd/unbound/dist/libunbound/
unbound.h 187 * to a security failure, bogus is true.
192 * If !secure and !bogus, this can happen if the data is not secure
196 int bogus; member in struct:ub_result
199 * If the result is bogus this contains a string (zero terminated)
202 * Is NULL if the result is not bogus.
214 * TTL for the result, in seconds. If the security is bogus, then
771 /** answers that were bogus (withheld as SERVFAIL) */
773 /** rrsets marked bogus by validator */
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 4070 bool bogus; local
4095 if (peer != NULL && dns_peer_getbogus(peer, &bogus) == ISC_R_SUCCESS &&
4096 bogus)
4103 msg = "ignoring blackholed / bogus server: ";

Completed in 53 milliseconds