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 => ";
92 Size of the source file before copy operation => int(1500)
97 Existence of destination file => bool(true)
99 Size of source file => int(1500)
100 Size of destination file => int(1500)
104 Existence of destination file => bool(true)
106 Size of source file => int(1500)
107 Size of destination file => int(1500)
111 Existence of destination file => bool(true)
113 Size of source file => int(1500)
114 Size of destination file => int(1500)
118 Existence of destination file => bool(true)
120 Size of source file => int(1500)
121 Size of destination file => int(1500)
127 Existence of destination file => bool(false)
133 Existence of destination file => bool(false)
137 Existence of destination file => bool(true)
139 Size of source file => int(1500)
140 Size of destination file => int(1500)
144 Existence of destination file => bool(true)
146 Size of source file => int(1500)
147 Size of destination file => int(1500)
151 Existence of destination file => bool(true)
153 Size of source file => int(1500)
154 Size of destination file => int(1500)
160 Existence of destination file => bool(false)
164 Existence of destination file => bool(true)
166 Size of source file => int(1500)
167 Size of destination file => int(1500)
171 Existence of destination file => bool(true)
173 Size of source file => int(1500)
174 Size of destination file => int(1500)
178 Existence of destination file => bool(true)
180 Size of source file => int(1500)
181 Size of destination file => int(1500)
185 Existence of destination file => bool(true)
187 Size of source file => int(1500)
188 Size of destination file => int(1500)
192 Existence of destination file => bool(true)
194 Size of source file => int(1500)
195 Size of destination file => int(1500)
201 Existence of destination file => bool(false)
205 Existence of destination file => bool(true)
207 Size of source file => int(1500)
208 Size of destination file => int(1500)
212 Existence of destination file => bool(true)
214 Size of source file => int(1500)
215 Size of destination file => int(1500)