Lines Matching refs:spaces

22     "dir with spaces/foo.bar",
23 "dir with spaces\\foo.bar",
212 basename for path dir with spaces/foo.bar, supplying suffix .bar is:
214 basename for path dir with spaces/foo.bar, supplying suffix .b is:
216 basename for path dir with spaces/foo.bar, supplying suffix . is:
218 basename for path dir with spaces/foo.bar, supplying suffix is:
220 basename for path dir with spaces/foo.bar, supplying suffix foo is:
222 basename for path dir with spaces/foo.bar, supplying suffix foo.bar is:
224 basename for path dir with spaces/foo.bar, supplying suffix foo/bar is:
226 basename for path dir with spaces/foo.bar, supplying suffix foo\bar is:
228 basename for path dir with spaces/foo.bar, supplying suffix / is:
230 basename for path dir with spaces/foo.bar, supplying suffix \ is:
232 basename for path dir with spaces\foo.bar, supplying suffix .bar is:
233 string(19) "dir with spaces\foo"
234 basename for path dir with spaces\foo.bar, supplying suffix .b is:
235 string(23) "dir with spaces\foo.bar"
236 basename for path dir with spaces\foo.bar, supplying suffix . is:
237 string(23) "dir with spaces\foo.bar"
238 basename for path dir with spaces\foo.bar, supplying suffix is:
239 string(23) "dir with spaces\foo.bar"
240 basename for path dir with spaces\foo.bar, supplying suffix foo is:
241 string(23) "dir with spaces\foo.bar"
242 basename for path dir with spaces\foo.bar, supplying suffix foo.bar is:
243 string(16) "dir with spaces\"
244 basename for path dir with spaces\foo.bar, supplying suffix foo/bar is:
245 string(23) "dir with spaces\foo.bar"
246 basename for path dir with spaces\foo.bar, supplying suffix foo\bar is:
247 string(23) "dir with spaces\foo.bar"
248 basename for path dir with spaces\foo.bar, supplying suffix / is:
249 string(23) "dir with spaces\foo.bar"
250 basename for path dir with spaces\foo.bar, supplying suffix \ is:
251 string(23) "dir with spaces\foo.bar"