Lines Matching refs:of

11    Description: Makes a copy of the file source to dest.
15 /* Test copy() function: In creation of destination file names containing special characters
16 and checking the existence and size of destination files
26 /* array of destination file names */
50 echo "Size of the source file before copy operation => ";
63 echo "Existence of destination file => ";
71 echo "Size of source file => ";
75 echo "Size of destination file => ";
94 Size of the source file before copy operation => int(1500)
99 Existence of destination file => bool(true)
101 Size of source file => int(1500)
102 Size of destination file => int(1500)
106 Existence of destination file => bool(true)
108 Size of source file => int(1500)
109 Size of destination file => int(1500)
113 Existence of destination file => bool(true)
115 Size of source file => int(1500)
116 Size of destination file => int(1500)
120 Existence of destination file => bool(true)
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)
141 Size of source file => int(1500)
142 Size of destination file => int(1500)
146 Existence of destination file => bool(true)
148 Size of source file => int(1500)
149 Size of destination file => int(1500)
153 Existence of destination file => bool(true)
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)
168 Size of source file => int(1500)
169 Size of destination file => int(1500)
173 Existence of destination file => bool(true)
175 Size of source file => int(1500)
176 Size of destination file => int(1500)
180 Existence of destination file => bool(true)
182 Size of source file => int(1500)
183 Size of destination file => int(1500)
187 Existence of destination file => bool(true)
189 Size of source file => int(1500)
190 Size of destination file => int(1500)
194 Existence of destination file => bool(true)
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)
209 Size of source file => int(1500)
210 Size of destination file => int(1500)
214 Existence of destination file => bool(true)
216 Size of source file => int(1500)
217 Size of destination file => int(1500)