HomeSort by: relevance | last modified time | path
    Searched refs:bogus (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /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/external/gpl3/gcc/dist/fixincludes/tests/base/sunwindow/
win_lock.h 14 #error bogus
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sunwindow/
win_lock.h 14 #error bogus
  /src/external/bsd/unbound/dist/testdata/ede.tdir/bogus/
make-broken-zone.sh 18 echo ". IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d" > bogus/trust-anchors
23 cat $CSK.ds >> bogus/trust-anchors
25 ldns-signzone -i $YESTERDAY -e $ONEMONTH -f - bogus/dnssec-failures.test $CSK | \
32 ldns-signzone -i $ONEMONTHAGO -e $YESTERDAY -f - bogus/dnssec-failures.test $CSK | \
35 ldns-signzone -i $TOMORROW -e $ONEMONTH -f - bogus/dnssec-failures.test $CSK | \
39 cat base expired notyetincepted > bogus/dnssec-failures.test.signed
47 cat $CSK.ds >> bogus/trust-anchors
49 ldns-signzone -i $YESTERDAY -e $ONEMONTH -f tmp.signed bogus/dnskey-failures.test $CSK
50 grep -v ' DNSKEY ' tmp.signed > bogus/dnskey-failures.test.signed
58 cat $CSK.ds >> bogus/trust-anchor
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/
setup.sh 16 for i in 1 2 3 4 5 6 7 other bogus; do
  /src/external/mpl/bind/dist/bin/tests/system/nta/ns3/
sign.sh 32 # a zone that we'll add bogus data to
33 zone=bogus.example.
34 infile=bogus.example.db.in
35 zonefile=bogus.example.db
44 echo "a.bogus.example. A 10.0.0.22"
45 echo "b.bogus.example. A 10.0.0.23"
46 echo "c.bogus.example. A 10.0.0.23"
47 } >>bogus.example.db.signed
51 # (sourced from bogus.example.db.in)
54 infile=bogus.example.db.i
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
setup.sh 23 echo "a.bogus.example. A 10.0.0.22"
24 echo "b.bogus.example. A 10.0.0.23"
25 echo "c.bogus.example. A 10.0.0.23"
26 } >>../ns3/bogus.example.db.signed
  /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...]
iter_delegpt.c 73 copy->bogus = dp->bogus;
90 a->bogus, a->lame, a->tls_auth_name, -1, NULL))
176 socklen_t addrlen, uint8_t bogus, uint8_t lame, int* additions)
196 return delegpt_add_addr(dp, region, addr, addrlen, bogus, lame,
202 struct sockaddr_storage* addr, socklen_t addrlen, uint8_t bogus,
213 if(bogus)
214 a->bogus = bogus;
234 a->bogus = bogus
    [all...]
  /src/external/bsd/unbound/dist/libunbound/python/examples/
dnssec-valid.py 56 elif result.bogus:
57 print("Result is bogus")
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-printtime.conf 17 print-time bogus;
good-server-christmas-tree.conf 20 bogus no;
43 bogus no;
  /src/external/mpl/bind/dist/bin/tests/system/nta/ns2/
sign.sh 28 for subdomain in bogus badds secure; do
  /src/sbin/fsck_v7fs/
inode.c 59 int bogus = false; local
80 bogus = true;
82 if (bogus) {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
while-stepping.exp 67 proc while_stepping_bogus_arg { bogus msgstring } {
72 "while-stepping $bogus" ".*while-stepping step count"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
while-stepping.exp 67 proc while_stepping_bogus_arg { bogus msgstring } {
72 "while-stepping $bogus" ".*while-stepping step count"
  /src/external/gpl2/gmake/dist/tests/
test_driver.pl 972 &error ("Bogus dirtree type: \"$dirtree{$path}\"\n", 1);
991 local ($bogus) = 0;
1033 $bogus = 1;
1053 $bogus = 1;
1061 $bogus = 1;
1072 $bogus = 1;
1082 $bogus = 1;
1098 $bogus = 1;
1103 &error ("Bogus dirtree type: \"$dirtree{$path}\"\n", 1);
1115 $bogus = 1
    [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/bsd/unbound/dist/contrib/
libunbound.so.conf 8 typedef ub_bogus = enum(not_bogus, bogus);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-cli.exp 42 mi_gdb_test "-interpreter-exec bogus command" \
43 {\^error,msg="-interpreter-exec: could not find interpreter \\\"bogus\\\""} \
44 "-interpreter-exec with bogus interpreter"
46 set msg {Undefined command: \\\"bogus\\\"\. Try \\\"help\\\"\.}
47 mi_gdb_test "-interpreter-exec console bogus" \
49 "-interpreter-exec console bogus"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-cli.exp 42 mi_gdb_test "-interpreter-exec bogus command" \
43 {\^error,msg="-interpreter-exec: could not find interpreter \\\"bogus\\\""} \
44 "-interpreter-exec with bogus interpreter"
46 set msg {Undefined command: \\\"bogus\\\"\. Try \\\"help\\\"\.}
47 mi_gdb_test "-interpreter-exec console bogus" \
49 "-interpreter-exec console bogus"
  /src/external/lgpl3/gmp/dist/mpn/sparc32/ultrasparct1/
add_n.asm 47 srl cy, 0, cy C strip any bogus high bits
52 L(ent): srl n, 0, n C strip any bogus high bits
sub_n.asm 47 srl cy, 0, cy C strip any bogus high bits
52 L(ent): srl n, 0, n C strip any bogus high bits

Completed in 30 milliseconds

1 2 3 4 5