Lines Matching refs:FALSE
46 {"", "", FALSE},
47 {"a", "", FALSE},
48 {"", "b", FALSE},
49 {"a", "b", FALSE},
50 {"aa", "bb", FALSE},
52 {"aa.aa.aa", "aa.aa.bb", FALSE},
54 {"aa.aa.aa", "*.aa.bb", FALSE},
57 {"192.168.0.1", "*.168.0.1", FALSE},
58 {"192.168.0.1", "*.0.1", FALSE},
59 {"h.ello", "*.ello", FALSE},
60 {"h.ello.", "*.ello", FALSE},
61 {"h.ello", "*.ello.", FALSE},
63 {"h.e.llo", " *.e.llo", FALSE},
77 {".h.e.llo", "*.e.llo.", FALSE},
78 {"h.e.llo", "*.*.llo.", FALSE},
79 {"h.e.llo", "h.*.llo", FALSE},
80 {"h.e.llo", "h.e.*", FALSE},
81 {"hello", "*.ello", FALSE},
82 {"hello", "**llo", FALSE},
83 {"bar.foo.example.com", "*.example.com", FALSE},
85 {"baz.example.net", "b*z.example.net", FALSE},
86 {"foobaz.example.net", "*baz.example.net", FALSE},
87 {"xn--l8j.example.local", "x*.example.local", FALSE},
89 {"xn--l8j.example.net", "*j.example.net", FALSE},
91 {"xn--l8j.example.net", "xn--l8j.*.net", FALSE},
93 {"fe80::3285:a9ff:fe46:b619", "*::3285:a9ff:fe46:b619", FALSE},
95 {NULL, NULL, FALSE}