Lines Matching full:localhost
82 { "www.example.com", "localhost .example.com .example.de", FALSE},
83 { "www.example.com", "localhost,.example.com,.example.de", TRUE},
84 { "www.example.com.", "localhost,.example.com,.example.de", TRUE},
85 { "example.com", "localhost,.example.com,.example.de", TRUE},
86 { "example.com.", "localhost,.example.com,.example.de", TRUE},
87 { "www.example.com", "localhost,.example.com.,.example.de", TRUE},
88 { "www.example.com", "localhost,www.example.com.,.example.de", TRUE},
89 { "example.com", "localhost,example.com,.example.de", TRUE},
90 { "example.com.", "localhost,example.com,.example.de", TRUE},
91 { "nexample.com", "localhost,example.com,.example.de", FALSE},
92 { "www.example.com", "localhost,example.com,.example.de", TRUE},
93 { "127.0.0.1", "127.0.0.1,localhost", TRUE},
94 { "127.0.0.1", "127.0.0.1,localhost,", TRUE},
95 { "127.0.0.1", "127.0.0.1/8,localhost,", TRUE},
96 { "127.0.0.1", "127.0.0.1/28,localhost,", TRUE},
97 { "127.0.0.1", "127.0.0.1/31,localhost,", TRUE},
98 { "127.0.0.1", "localhost,127.0.0.1", TRUE},
99 { "127.0.0.1", "localhost,127.0.0.1.127.0.0.1.127.0.0.1.127.0.0.1."
102 { "127.0.0.1", "localhost,127.0.0.1.127.0.0.1.127.0.0.1.127.0.0.1."
105 { "localhost", "localhost,127.0.0.1", TRUE},
106 { "localhost", "127.0.0.1,localhost", TRUE},