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 => ";
86 *** Test copy() function: destination file names with empty string, nulls & bools ***
87 Size of the source file before copy operation => int(1500)
89 -- Now applying copy() on source file to create copies --
91 Existence of destination file before copy => bool(true)
95 Existence of destination file => bool(true)
96 Destination file name => %s/
97 Size of source file => int(1500)
98 Size of destination file => int(%d)
103 Existence of destination file before copy => bool(true)
107 Existence of destination file => bool(true)
108 Destination file name => %s/
109 Size of source file => int(1500)
110 Size of destination file => int(%d)
115 Existence of destination file before copy =>
121 Existence of destination file =>
124 Destination file name => %s/�
125 Size of source file => int(1500)
126 Size of destination file =>
133 Existence of destination file before copy => bool(true)
137 Existence of destination file => bool(true)
138 Destination file name => %s/
139 Size of source file => int(1500)
140 Size of destination file => int(%d)
145 Existence of destination file before copy => bool(true)
149 Existence of destination file => bool(true)
150 Destination file name => %s/
151 Size of source file => int(1500)
152 Size of destination file => int(%d)
157 Existence of destination file before copy => bool(false)
159 Existence of destination file => bool(true)
160 Destination file name => %s/1
161 Size of source file => int(1500)
162 Size of destination file => int(1500)
165 Existence of destination file before copy => bool(false)
167 Existence of destination file => bool(true)
168 Destination file name => %s/1
169 Size of source file => int(1500)
170 Size of destination file => int(1500)