Lines Matching refs:hostname
23 "hostname:",
177 basename for path hostname:foo is:
178 string(12) "hostname:foo"
179 basename for path hostname:foo/ is:
180 string(12) "hostname:foo"
181 basename for path hostname:foo\ is:
182 string(13) "hostname:foo\"
183 basename for path hostname:foo.bar is:
184 string(16) "hostname:foo.bar"
185 basename for path hostname:foo.bar/ is:
186 string(16) "hostname:foo.bar"
187 basename for path hostname:foo.bar\ is:
188 string(17) "hostname:foo.bar\"
189 basename for path hostname:dir/foo.bar is:
191 basename for path hostname:dir\foo.bar is:
192 string(20) "hostname:dir\foo.bar"
193 basename for path hostname:dir with spaces/foo.bar is:
195 basename for path hostname:dir with spaces\foo.bar is:
196 string(32) "hostname:dir with spaces\foo.bar"