Lines Matching refs:of
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: Trying to create copy of source file
31 echo "Size of source file => ";
54 echo "Existence of destination file => ";
61 echo "Size of source file => ";
65 echo "Size of destination file => ";
84 Size of source file => int(0)
89 Existence of destination file => bool(true)
91 Size of source file => int(0)
92 Size of destination file => int(0)
96 Existence of destination file => bool(true)
98 Size of source file => int(0)
99 Size of destination file => int(0)
103 Existence of destination file => bool(true)
105 Size of source file => int(0)
106 Size of destination file => int(0)
110 Existence of destination file => bool(true)
112 Size of source file => int(0)
113 Size of destination file => int(0)
117 Existence of destination file => bool(true)
119 Size of source file => int(0)
120 Size of destination file => int(0)
124 Existence of destination file => bool(true)
126 Size of source file => int(0)
127 Size of destination file => int(0)
131 Existence of destination file => bool(true)
133 Size of source file => int(0)
134 Size of destination file => int(0)
138 Existence of destination file => bool(true)
140 Size of source file => int(0)
141 Size of destination file => int(0)