Lines Matching refs:of

13 /* Test copy() function: In creation of destination file names with empty string, nulls & bools
14 and checking the existence and size of destination files
24 /* array of destination file names */
36 echo "Size of the source file before copy operation => ";
46 echo "Existence of destination file before copy => ";
52 echo "Existence of destination file => ";
59 echo "Size of source file => ";
63 echo "Size of destination file => ";
81 Size of the source file before copy operation => int(1500)
85 Existence of destination file before copy => bool(true)
89 Existence of destination file => bool(true)
91 Size of source file => int(1500)
92 Size of destination file => int(%d)
97 Existence of destination file before copy => bool(true)
101 Existence of destination file => bool(true)
103 Size of source file => int(1500)
104 Size of destination file => int(%d)
109 Existence of destination file before copy => bool(true)
113 Existence of destination file => bool(true)
115 Size of source file => int(1500)
116 Size of destination file => int(%d)
121 Existence of destination file before copy => bool(true)
125 Existence of destination file => bool(true)
127 Size of source file => int(1500)
128 Size of destination file => int(%d)
133 Existence of destination file before copy => bool(false)
135 Existence of destination file => bool(true)
137 Size of source file => int(1500)
138 Size of destination file => int(1500)
141 Existence of destination file before copy => bool(false)
143 Existence of destination file => bool(true)
145 Size of source file => int(1500)
146 Size of destination file => int(1500)