Lines Matching refs:file

2 Test copy() function: usage variations - destination file names(empty string, nulls & bools)
14 Description: Makes a copy of the file source to dest.
18 /* Test copy() function: In creation of destination file names with empty string, nulls & bools
22 echo "*** Test copy() function: destination file names with empty string, nulls & bools ***\n";
29 /* array of destination file names */
42 echo "Size of the source file before copy operation => ";
46 echo "\n-- Now applying copy() on source file to create copies --";
52 echo "Existence of destination file before copy => ";
58 echo "Existence of destination file => ";
61 echo "Destination file name => ";
65 echo "Size of source file => ";
69 echo "Size of destination file => ";
88 *** Test copy() function: destination file names with empty string, nulls & bools ***
89 Size of the source file before copy operation => int(1500)
91 -- Now applying copy() on source file to create copies --
93 Existence of destination file before copy => bool(true)
97 Existence of destination file => bool(true)
98 Destination file name => %s/
99 Size of source file => int(1500)
100 Size of destination file => int(%d)
105 Existence of destination file before copy => bool(true)
109 Existence of destination file => bool(true)
110 Destination file name => %s/
111 Size of source file => int(1500)
112 Size of destination file => int(%d)
117 Existence of destination file before copy =>
123 Existence of destination file =>
126 Destination file name => %s/�
127 Size of source file => int(1500)
128 Size of destination file =>
135 Existence of destination file before copy => bool(true)
139 Existence of destination file => bool(true)
140 Destination file name => %s/
141 Size of source file => int(1500)
142 Size of destination file => int(%d)
147 Existence of destination file before copy => bool(true)
151 Existence of destination file => bool(true)
152 Destination file name => %s/
153 Size of source file => int(1500)
154 Size of destination file => int(%d)
159 Existence of destination file before copy => bool(false)
161 Existence of destination file => bool(true)
162 Destination file name => %s/1
163 Size of source file => int(1500)
164 Size of destination file => int(1500)
167 Existence of destination file before copy => bool(false)
169 Existence of destination file => bool(true)
170 Destination file name => %s/1
171 Size of source file => int(1500)
172 Size of destination file => int(1500)