Lines Matching refs:of

14    Description: Makes a copy of the file source to dest.
18 /* Test copy() function: In creation of destination file names with empty string, nulls & bools
19 and checking the existence and size of destination files
29 /* array of destination file names */
42 echo "Size of the source file before copy operation => ";
52 echo "Existence of destination file before copy => ";
58 echo "Existence of destination file => ";
65 echo "Size of source file => ";
69 echo "Size of destination file => ";
87 Size of the source file before copy operation => int(1500)
91 Existence of destination file before copy => bool(true)
95 Existence of destination file => bool(true)
97 Size of source file => int(1500)
98 Size of destination file => int(%d)
103 Existence of destination file before copy => bool(true)
107 Existence of destination file => bool(true)
109 Size of source file => int(1500)
110 Size of destination file => int(%d)
115 Existence of destination file before copy =>
121 Existence of destination file =>
125 Size of source file => int(1500)
126 Size of destination file =>
133 Existence of destination file before copy => bool(true)
137 Existence of destination file => bool(true)
139 Size of source file => int(1500)
140 Size of destination file => int(%d)
145 Existence of destination file before copy => bool(true)
149 Existence of destination file => bool(true)
151 Size of source file => int(1500)
152 Size of destination file => int(%d)
157 Existence of destination file before copy => bool(false)
159 Existence of destination file => bool(true)
161 Size of source file => int(1500)
162 Size of destination file => int(1500)
165 Existence of destination file before copy => bool(false)
167 Existence of destination file => bool(true)
169 Size of source file => int(1500)
170 Size of destination file => int(1500)