Lines Matching refs:file

2 Test copy() function: usage variations - destination file names(empty string, nulls & bools)
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: In creation of destination file names with empty string, nulls & bools
19 echo "*** Test copy() function: destination file names with empty string, nulls & bools ***\n";
26 /* array of destination file names */
39 echo "Size of the source file before copy operation => ";
43 echo "\n-- Now applying copy() on source file to create copies --";
49 echo "Existence of destination file before copy => ";
55 echo "Existence of destination file => ";
58 echo "Destination file name => ";
62 echo "Size of source file => ";
66 echo "Size of destination file => ";
85 *** Test copy() function: destination file names with empty string, nulls & bools ***
86 Size of the source file before copy operation => int(1500)
88 -- Now applying copy() on source file to create copies --
90 Existence of destination file before copy => bool(true)
94 Existence of destination file => bool(true)
95 Destination file name => %s/
96 Size of source file => int(1500)
97 Size of destination file => int(%d)
102 Existence of destination file before copy => bool(true)
106 Existence of destination file => bool(true)
107 Destination file name => %s/
108 Size of source file => int(1500)
109 Size of destination file => int(%d)
114 Existence of destination file before copy => bool(false)
116 Existence of destination file => bool(false)
117 Destination file name => %s/�
118 Size of source file => int(1500)
119 Size of destination file => bool(false)
122 Existence of destination file before copy => bool(true)
126 Existence of destination file => bool(true)
127 Destination file name => %s/
128 Size of source file => int(1500)
129 Size of destination file => int(%d)
134 Existence of destination file before copy => bool(true)
138 Existence of destination file => bool(true)
139 Destination file name => %s/
140 Size of source file => int(1500)
141 Size of destination file => int(%d)
146 Existence of destination file before copy => bool(false)
148 Existence of destination file => bool(true)
149 Destination file name => %s/1
150 Size of source file => int(1500)
151 Size of destination file => int(1500)
154 Existence of destination file before copy => bool(false)
156 Existence of destination file => bool(true)
157 Destination file name => %s/1
158 Size of source file => int(1500)
159 Size of destination file => int(1500)