Lines Matching refs:dir

38     "dir/foo.bar",
39 "dir\\foo.bar",
40 "dir with spaces/foo.bar",
41 "dir with spaces\\foo.bar",
69 basename for path A:/dir/foo.bar is:
71 basename for path A:/dir\foo.bar is:
72 string(11) "dir\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"
89 basename for path Z:/dir/foo.bar is:
91 basename for path Z:/dir\foo.bar is:
92 string(11) "dir\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"
109 basename for path A:\dir/foo.bar is:
111 basename for path A:\dir\foo.bar is:
112 string(14) "A:\dir\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"
129 basename for path http://dir/foo.bar is:
131 basename for path http://dir\foo.bar is:
132 string(11) "dir\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"
149 basename for path blah://dir/foo.bar is:
151 basename for path blah://dir\foo.bar is:
152 string(11) "dir\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"
169 basename for path blah:\dir/foo.bar is:
171 basename for path blah:\dir\foo.bar is:
172 string(17) "blah:\dir\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"
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"
209 basename for path ~/dir/foo.bar is:
211 basename for path ~/dir\foo.bar is:
212 string(11) "dir\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"
229 basename for path ~\dir/foo.bar is:
231 basename for path ~\dir\foo.bar is:
232 string(13) "~\dir\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"