Lines Matching refs:file

2 Test copy() function: usage variations - destination file names(special chars)
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: In creation of destination file names containing special characters
19 echo "*** Test copy() function: destination file names containing special characters ***\n";
26 /* array of destination file names */
52 echo "Size of the source file before copy operation => ";
56 echo "\n--- Now applying copy() on source file to create copies ---";
65 echo "Existence of destination file => ";
68 echo "Destination file name => ";
72 echo "Size of source file => ";
76 echo "Size of destination file => ";
94 *** Test copy() function: destination file names containing special characters ***
95 Size of the source file before copy operation => int(1500)
97 --- Now applying copy() on source file to create copies ---
100 Existence of destination file => bool(true)
101 Destination file name => %s/_copy_variation2.tmp
102 Size of source file => int(1500)
103 Size of destination file => int(1500)
107 Existence of destination file => bool(true)
108 Destination file name => %s/@copy_variation2.tmp
109 Size of source file => int(1500)
110 Size of destination file => int(1500)
114 Existence of destination file => bool(true)
115 Destination file name => %s/#copy_variation2.tmp
116 Size of source file => int(1500)
117 Size of destination file => int(1500)
121 Existence of destination file => bool(true)
122 Destination file name => %s/+copy_variation2.tmp
123 Size of source file => int(1500)
124 Size of destination file => int(1500)
128 Existence of destination file => bool(true)
129 Destination file name => %s/*copy_variation2.tmp
130 Size of source file => int(1500)
131 Size of destination file => int(1500)
135 Existence of destination file => bool(true)
136 Destination file name => %s/?copy_variation2.tmp
137 Size of source file => int(1500)
138 Size of destination file => int(1500)
142 Existence of destination file => bool(true)
143 Destination file name => %s/<copy_variation2.tmp
144 Size of source file => int(1500)
145 Size of destination file => int(1500)
149 Existence of destination file => bool(true)
150 Destination file name => %s/>copy_variation2.tmp
151 Size of source file => int(1500)
152 Size of destination file => int(1500)
156 Existence of destination file => bool(true)
157 Destination file name => %s/!copy_variation2.tmp
158 Size of source file => int(1500)
159 Size of destination file => int(1500)
163 Existence of destination file => bool(true)
164 Destination file name => %s/&copy_variation2.tmp
165 Size of source file => int(1500)
166 Size of destination file => int(1500)
170 Existence of destination file => bool(true)
171 Destination file name => %s/(copy_variation2.tmp
172 Size of source file => int(1500)
173 Size of destination file => int(1500)
177 Existence of destination file => bool(true)
178 Destination file name => %s/:copy_variation2.tmp
179 Size of source file => int(1500)
180 Size of destination file => int(1500)
184 Existence of destination file => bool(true)
185 Destination file name => %s/;copy_variation2.tmp
186 Size of source file => int(1500)
187 Size of destination file => int(1500)
191 Existence of destination file => bool(true)
192 Destination file name => %s/=copy_variation2.tmp
193 Size of source file => int(1500)
194 Size of destination file => int(1500)
198 Existence of destination file => bool(true)
199 Destination file name => %s/[copy_variation2.tmp
200 Size of source file => int(1500)
201 Size of destination file => int(1500)
205 Existence of destination file => bool(true)
206 Destination file name => %s/^copy_variation2.tmp
207 Size of source file => int(1500)
208 Size of destination file => int(1500)
212 Existence of destination file => bool(true)
213 Destination file name => %s/{copy_variation2.tmp
214 Size of source file => int(1500)
215 Size of destination file => int(1500)
219 Existence of destination file => bool(true)
220 Destination file name => %s/|copy_variation2.tmp
221 Size of source file => int(1500)
222 Size of destination file => int(1500)
226 Existence of destination file => bool(true)
227 Destination file name => %s/~copy_variation2.tmp
228 Size of source file => int(1500)
229 Size of destination file => int(1500)
233 Existence of destination file => bool(true)
234 Destination file name => %s/$copy_variation2.tmp
235 Size of source file => int(1500)
236 Size of destination file => int(1500)