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 => ";
78 Size of the source file before copy operation => int(1500)
83 Existence of destination file => bool(true)
85 Size of source file => int(1500)
86 Size of destination file => int(1500)
90 Existence of destination file => bool(true)
92 Size of source file => int(1500)
93 Size of destination file => 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)
125 Existence of destination file => bool(true)
127 Size of source file => int(1500)
128 Size of destination file => int(1500)
132 Existence of destination file => bool(true)
134 Size of source file => int(1500)
135 Size of destination file => int(1500)
139 Existence of destination file => bool(true)
141 Size of source file => int(1500)
142 Size of destination file => int(1500)