Lines Matching refs:spaces
40 "dir with spaces/foo.bar",
41 "dir with spaces\\foo.bar",
73 basename for path A:/dir with spaces/foo.bar is:
75 basename for path A:/dir with spaces\foo.bar is:
76 string(23) "dir with spaces\foo.bar"
93 basename for path Z:/dir with spaces/foo.bar is:
95 basename for path Z:/dir with spaces\foo.bar is:
96 string(23) "dir with spaces\foo.bar"
113 basename for path A:\dir with spaces/foo.bar is:
115 basename for path A:\dir with spaces\foo.bar is:
116 string(26) "A:\dir with spaces\foo.bar"
133 basename for path http://dir with spaces/foo.bar is:
135 basename for path http://dir with spaces\foo.bar is:
136 string(23) "dir with spaces\foo.bar"
153 basename for path blah://dir with spaces/foo.bar is:
155 basename for path blah://dir with spaces\foo.bar is:
156 string(23) "dir with spaces\foo.bar"
173 basename for path blah:\dir with spaces/foo.bar is:
175 basename for path blah:\dir with spaces\foo.bar is:
176 string(29) "blah:\dir with spaces\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"
213 basename for path ~/dir with spaces/foo.bar is:
215 basename for path ~/dir with spaces\foo.bar is:
216 string(23) "dir with spaces\foo.bar"
233 basename for path ~\dir with spaces/foo.bar is:
235 basename for path ~\dir with spaces\foo.bar is:
236 string(25) "~\dir with spaces\foo.bar"