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 */
50 echo "Size of the source file before copy operation => ";
54 echo "\n--- Now applying copy() on source file to create copies ---";
63 echo "Existence of destination file => ";
67 echo "Destination file name => ";
71 echo "Size of source file => ";
75 echo "Size of destination file => ";
93 *** Test copy() function: destination file names containing special characters ***
94 Size of the source file before copy operation => int(1500)
96 --- Now applying copy() on source file to create copies ---
99 Existence of destination file => bool(true)
100 Destination file name => %s/_copy_variation2.tmp
101 Size of source file => int(1500)
102 Size of destination file => int(1500)
106 Existence of destination file => bool(true)
107 Destination file name => %s/@copy_variation2.tmp
108 Size of source file => int(1500)
109 Size of destination file => int(1500)
113 Existence of destination file => bool(true)
114 Destination file name => %s/#copy_variation2.tmp
115 Size of source file => int(1500)
116 Size of destination file => int(1500)
120 Existence of destination file => bool(true)
121 Destination file name => %s/+copy_variation2.tmp
122 Size of source file => int(1500)
123 Size of destination file => int(1500)
129 Existence of destination file => bool(false)
135 Existence of destination file => bool(false)
139 Existence of destination file => bool(true)
140 Destination file name => %s/!copy_variation2.tmp
141 Size of source file => int(1500)
142 Size of destination file => int(1500)
146 Existence of destination file => bool(true)
147 Destination file name => %s/&copy_variation2.tmp
148 Size of source file => int(1500)
149 Size of destination file => int(1500)
153 Existence of destination file => bool(true)
154 Destination file name => %s/(copy_variation2.tmp
155 Size of source file => int(1500)
156 Size of destination file => int(1500)
162 Existence of destination file => bool(false)
166 Existence of destination file => bool(true)
167 Destination file name => %s/;copy_variation2.tmp
168 Size of source file => int(1500)
169 Size of destination file => int(1500)
173 Existence of destination file => bool(true)
174 Destination file name => %s/=copy_variation2.tmp
175 Size of source file => int(1500)
176 Size of destination file => int(1500)
180 Existence of destination file => bool(true)
181 Destination file name => %s/[copy_variation2.tmp
182 Size of source file => int(1500)
183 Size of destination file => int(1500)
187 Existence of destination file => bool(true)
188 Destination file name => %s/^copy_variation2.tmp
189 Size of source file => int(1500)
190 Size of destination file => int(1500)
194 Existence of destination file => bool(true)
195 Destination file name => %s/{copy_variation2.tmp
196 Size of source file => int(1500)
197 Size of destination file => int(1500)
203 Existence of destination file => bool(false)
207 Existence of destination file => bool(true)
208 Destination file name => %s/~copy_variation2.tmp
209 Size of source file => int(1500)
210 Size of destination file => int(1500)
214 Existence of destination file => bool(true)
215 Destination file name => %s/$copy_variation2.tmp
216 Size of source file => int(1500)
217 Size of destination file => int(1500)