Lines Matching refs:file

2 Test copy() function: usage variations - destination file names(special chars)
10 /* Test copy() function: In creation of destination file names containing special characters
14 echo "*** Test copy() function: destination file names containing special characters ***\n";
21 /* array of destination file names */
45 echo "Size of the source file before copy operation => ";
49 echo "\n--- Now applying copy() on source file to create copies ---";
58 echo "Existence of destination file => ";
62 echo "Destination file name => ";
66 echo "Size of source file => ";
70 echo "Size of destination file => ";
86 *** Test copy() function: destination file names containing special characters ***
87 Size of the source file before copy operation => int(1500)
89 --- Now applying copy() on source file to create copies ---
92 Existence of destination file => bool(true)
93 Destination file name => %s/_copy_variation2.tmp
94 Size of source file => int(1500)
95 Size of destination file => int(1500)
99 Existence of destination file => bool(true)
100 Destination file name => %s/@copy_variation2.tmp
101 Size of source file => int(1500)
102 Size of destination file => int(1500)
106 Existence of destination file => bool(true)
107 Destination file name => %s/#copy_variation2.tmp
108 Size of source file => int(1500)
109 Size of destination file => int(1500)
113 Existence of destination file => bool(true)
114 Destination file name => %s/+copy_variation2.tmp
115 Size of source file => int(1500)
116 Size of destination file => int(1500)
122 Existence of destination file => bool(false)
128 Existence of destination file => bool(false)
132 Existence of destination file => bool(true)
133 Destination file name => %s/!copy_variation2.tmp
134 Size of source file => int(1500)
135 Size of destination file => int(1500)
139 Existence of destination file => bool(true)
140 Destination file name => %s/&copy_variation2.tmp
141 Size of source file => int(1500)
142 Size of destination file => int(1500)
146 Existence of destination file => bool(true)
147 Destination file name => %s/(copy_variation2.tmp
148 Size of source file => int(1500)
149 Size of destination file => int(1500)
155 Existence of destination file => bool(false)
159 Existence of destination file => bool(true)
160 Destination file name => %s/;copy_variation2.tmp
161 Size of source file => int(1500)
162 Size of destination file => int(1500)
166 Existence of destination file => bool(true)
167 Destination file name => %s/=copy_variation2.tmp
168 Size of source file => int(1500)
169 Size of destination file => int(1500)
173 Existence of destination file => bool(true)
174 Destination file name => %s/[copy_variation2.tmp
175 Size of source file => int(1500)
176 Size of destination file => int(1500)
180 Existence of destination file => bool(true)
181 Destination file name => %s/^copy_variation2.tmp
182 Size of source file => int(1500)
183 Size of destination file => int(1500)
187 Existence of destination file => bool(true)
188 Destination file name => %s/{copy_variation2.tmp
189 Size of source file => int(1500)
190 Size of destination file => int(1500)
196 Existence of destination file => bool(false)
200 Existence of destination file => bool(true)
201 Destination file name => %s/~copy_variation2.tmp
202 Size of source file => int(1500)
203 Size of destination file => int(1500)
207 Existence of destination file => bool(true)
208 Destination file name => %s/$copy_variation2.tmp
209 Size of source file => int(1500)
210 Size of destination file => int(1500)