Lines Matching refs:file

2 Test copy() function: usage variations - destination file names(special chars)
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: In creation of destination file names containing special characters
19 echo "*** Test copy() function: destination file names containing special characters ***\n";
26 /* array of destination file names */
50 echo "Size of the source file before copy operation => ";
54 echo "\n--- Now applying copy() on source file to create copies ---";
63 echo "Existence of destination file => ";
67 echo "Destination file name => ";
71 echo "Size of source file => ";
75 echo "Size of destination file => ";
91 *** Test copy() function: destination file names containing special characters ***
92 Size of the source file before copy operation => int(1500)
94 --- Now applying copy() on source file to create copies ---
97 Existence of destination file => bool(true)
98 Destination file name => %s/_copy_variation2.tmp
99 Size of source file => int(1500)
100 Size of destination file => int(1500)
104 Existence of destination file => bool(true)
105 Destination file name => %s/@copy_variation2.tmp
106 Size of source file => int(1500)
107 Size of destination file => int(1500)
111 Existence of destination file => bool(true)
112 Destination file name => %s/#copy_variation2.tmp
113 Size of source file => int(1500)
114 Size of destination file => int(1500)
118 Existence of destination file => bool(true)
119 Destination file name => %s/+copy_variation2.tmp
120 Size of source file => int(1500)
121 Size of destination file => int(1500)
127 Existence of destination file => bool(false)
133 Existence of destination file => bool(false)
137 Existence of destination file => bool(true)
138 Destination file name => %s/!copy_variation2.tmp
139 Size of source file => int(1500)
140 Size of destination file => int(1500)
144 Existence of destination file => bool(true)
145 Destination file name => %s/&copy_variation2.tmp
146 Size of source file => int(1500)
147 Size of destination file => int(1500)
151 Existence of destination file => bool(true)
152 Destination file name => %s/(copy_variation2.tmp
153 Size of source file => int(1500)
154 Size of destination file => int(1500)
160 Existence of destination file => bool(false)
164 Existence of destination file => bool(true)
165 Destination file name => %s/;copy_variation2.tmp
166 Size of source file => int(1500)
167 Size of destination file => int(1500)
171 Existence of destination file => bool(true)
172 Destination file name => %s/=copy_variation2.tmp
173 Size of source file => int(1500)
174 Size of destination file => int(1500)
178 Existence of destination file => bool(true)
179 Destination file name => %s/[copy_variation2.tmp
180 Size of source file => int(1500)
181 Size of destination file => int(1500)
185 Existence of destination file => bool(true)
186 Destination file name => %s/^copy_variation2.tmp
187 Size of source file => int(1500)
188 Size of destination file => int(1500)
192 Existence of destination file => bool(true)
193 Destination file name => %s/{copy_variation2.tmp
194 Size of source file => int(1500)
195 Size of destination file => int(1500)
201 Existence of destination file => bool(false)
205 Existence of destination file => bool(true)
206 Destination file name => %s/~copy_variation2.tmp
207 Size of source file => int(1500)
208 Size of destination file => int(1500)
212 Existence of destination file => bool(true)
213 Destination file name => %s/$copy_variation2.tmp
214 Size of source file => int(1500)
215 Size of destination file => int(1500)