Lines Matching refs:file

2 Test copy() function: usage variations - copy data file across dirs
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: Trying to create copy of source file
18 echo "*** Testing copy() function: copying data file across directories ***\n";
33 echo "- Size of source file => ";
48 echo "\n--- Now applying copy() on source file to create copies ---";
53 echo "Size of source file => ";
59 echo "Existence of destination file => ";
62 echo "Destination file name is => ";
66 echo "Size of destination file => ";
84 *** Testing copy() function: copying data file across directories ***
85 - Size of source file => int(3500)
87 --- Now applying copy() on source file to create copies ---
89 Size of source file => int(3500)
91 Existence of destination file => bool(true)
92 Destination file name is => %s/copy_variation16/copy_copy_variation16.tmp
93 Size of destination file => int(3500)
96 Size of source file => int(3500)
98 Existence of destination file => bool(true)
99 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy_copy_variation16.tmp
100 Size of destination file => int(3500)
103 Size of source file => int(3500)
105 Existence of destination file => bool(true)
106 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy_copy_variation16.tmp
107 Size of destination file => int(3500)
110 Size of source file => int(3500)
112 Existence of destination file => bool(true)
113 Destination file name is => %s/copy_variation16/copy_variation16_sub/../copy_copy_variation16.tmp
114 Size of destination file => int(3500)
117 Size of source file => int(3500)
119 Existence of destination file => bool(true)
120 Destination file name is => %s/copy_variation16/copy_variation16_sub/../copy_variation16_sub/copy_c…
121 Size of destination file => int(3500)
124 Size of source file => int(3500)
126 Existence of destination file => bool(true)
127 Destination file name is => %s/copy_variation16/copy_variation16_sub/..///../copy_copy_variation16.…
128 Size of destination file => int(3500)
131 Size of source file => int(3500)
133 Existence of destination file => bool(true)
134 Destination file name is => %s/copy_variation16/copy_variation16_sub/..///../*
135 Size of destination file => int(3500)
138 Size of source file => int(3500)
140 Existence of destination file => bool(true)
141 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy variation6/copy_copy_vari…
142 Size of destination file => int(3500)