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 => ";
92 *** Test copy() function: destination file names containing special characters ***
93 Size of the source file before copy operation => int(1500)
95 --- Now applying copy() on source file to create copies ---
98 Existence of destination file => bool(true)
99 Destination file name => %s/_copy_variation2.tmp
100 Size of source file => int(1500)
101 Size of destination file => int(1500)
105 Existence of destination file => bool(true)
106 Destination file name => %s/@copy_variation2.tmp
107 Size of source file => int(1500)
108 Size of destination file => int(1500)
112 Existence of destination file => bool(true)
113 Destination file name => %s/#copy_variation2.tmp
114 Size of source file => int(1500)
115 Size of destination file => int(1500)
119 Existence of destination file => bool(true)
120 Destination file name => %s/+copy_variation2.tmp
121 Size of source file => int(1500)
122 Size of destination file => int(1500)
126 Existence of destination file => bool(true)
127 Destination file name => %s/*copy_variation2.tmp
128 Size of source file => int(1500)
129 Size of destination file => int(1500)
133 Existence of destination file => bool(true)
134 Destination file name => %s/?copy_variation2.tmp
135 Size of source file => int(1500)
136 Size of destination file => int(1500)
140 Existence of destination file => bool(true)
141 Destination file name => %s/<copy_variation2.tmp
142 Size of source file => int(1500)
143 Size of destination file => int(1500)
147 Existence of destination file => bool(true)
148 Destination file name => %s/>copy_variation2.tmp
149 Size of source file => int(1500)
150 Size of destination file => int(1500)
154 Existence of destination file => bool(true)
155 Destination file name => %s/!copy_variation2.tmp
156 Size of source file => int(1500)
157 Size of destination file => int(1500)
161 Existence of destination file => bool(true)
162 Destination file name => %s/&copy_variation2.tmp
163 Size of source file => int(1500)
164 Size of destination file => int(1500)
168 Existence of destination file => bool(true)
169 Destination file name => %s/(copy_variation2.tmp
170 Size of source file => int(1500)
171 Size of destination file => int(1500)
175 Existence of destination file => bool(true)
176 Destination file name => %s/:copy_variation2.tmp
177 Size of source file => int(1500)
178 Size of destination file => int(1500)
182 Existence of destination file => bool(true)
183 Destination file name => %s/;copy_variation2.tmp
184 Size of source file => int(1500)
185 Size of destination file => int(1500)
189 Existence of destination file => bool(true)
190 Destination file name => %s/=copy_variation2.tmp
191 Size of source file => int(1500)
192 Size of destination file => int(1500)
196 Existence of destination file => bool(true)
197 Destination file name => %s/[copy_variation2.tmp
198 Size of source file => int(1500)
199 Size of destination file => int(1500)
203 Existence of destination file => bool(true)
204 Destination file name => %s/^copy_variation2.tmp
205 Size of source file => int(1500)
206 Size of destination file => int(1500)
210 Existence of destination file => bool(true)
211 Destination file name => %s/{copy_variation2.tmp
212 Size of source file => int(1500)
213 Size of destination file => int(1500)
217 Existence of destination file => bool(true)
218 Destination file name => %s/|copy_variation2.tmp
219 Size of source file => int(1500)
220 Size of destination file => int(1500)
224 Existence of destination file => bool(true)
225 Destination file name => %s/~copy_variation2.tmp
226 Size of source file => int(1500)
227 Size of destination file => int(1500)
231 Existence of destination file => bool(true)
232 Destination file name => %s/$copy_variation2.tmp
233 Size of source file => int(1500)
234 Size of destination file => int(1500)