Home
last modified time | relevance | path

Searched refs:badguy (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/test/tsan/
Dlongjmp3.cc23 void badguy() { in badguy() function
33 badguy(); in mymain()
Dlongjmp4.cc26 void badguy() { in badguy() function
36 badguy(); in mymain()
/external/llvm-project/compiler-rt/test/tsan/
Dlongjmp3.cpp20 void badguy() { in badguy() function
30 badguy(); in mymain()
Dlongjmp4.cpp23 void badguy() { in badguy() function
33 badguy(); in mymain()
/external/iptables/extensions/
Dlibxt_recent.man4 For example, you can create a "badguy" list out of people attempting to connect
72 iptables \-A FORWARD \-m recent \-\-name badguy \-\-rcheck \-\-seconds 60 \-j DROP
74 iptables \-A FORWARD \-p tcp \-i eth0 \-\-dport 139 \-m recent \-\-name badguy \-\-set \-j DROP