Lines Matching refs:and
10 /* Testing filesize() with data written using different file modes and by creating holes in file */
15 echo "\n*** Testing filesize() with data written using different file modes and by creating holes i…
19 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
20 echo "-- opening the file in 'w' mode and get the size --\n";
28 echo "-- opening the file in 'wt' mode and get the size --\n";
36 echo "-- opening the file in 'a' mode, adding data and checking the file --\n";
43 echo "-- opening the file in 'at' mode, adding data and checking the file --\n";
50 echo "-- creating a hole and checking the size --\n";
57 echo "-- writing data after hole and checking the size --\n";
85 *** Testing filesize() with data written using different file modes and by creating holes in file *…
86 -- opening the file in 'w' mode and get the size --
89 -- opening the file in 'wt' mode and get the size --
92 -- opening the file in 'a' mode, adding data and checking the file --
94 -- opening the file in 'at' mode, adding data and checking the file --
96 -- creating a hole and checking the size --
99 -- writing data after hole and checking the size --