Lines Matching refs:of

6    Description: Makes a copy of the file source to dest.
10 /* Test copy() function: In creation of destination file names containing numerics/strings
11 and checking the existence and size of destination files
21 /* array of destination file names */
36 echo "Size of the source file before copy operation => ";
50 echo "Existence of destination file => ";
57 echo "Size of source file => ";
61 echo "Size of destination file => ";
80 Size of the source file before copy operation => int(1500)
85 Existence of destination file => bool(true)
87 Size of source file => int(1500)
88 Size of destination file => int(1500)
92 Existence of destination file => bool(true)
94 Size of source file => int(1500)
95 Size of destination file => 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)
127 Existence of destination file => bool(true)
129 Size of source file => int(1500)
130 Size of destination file => int(1500)
134 Existence of destination file => bool(true)
136 Size of source file => int(1500)
137 Size of destination file => int(1500)
141 Existence of destination file => bool(true)
143 Size of source file => int(1500)
144 Size of destination file => int(1500)