Lines Matching refs:and
14 echo "\n*** Testing filesize() with data written using different file modes and by creating holes i…
17 …:<>?|~+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and …
18 echo "-- opening the file in 'w' mode and get the size --\n";
26 echo "-- opening the file in 'wt' mode and get the size --\n";
34 echo "-- opening the file in 'a' mode, adding data and checking the file --\n";
41 echo "-- opening the file in 'at' mode, adding data and checking the file --\n";
48 echo "-- creating a hole and checking the size --\n";
55 echo "-- writing data after hole and checking the size --\n";
83 *** Testing filesize() with data written using different file modes and by creating holes in file *…
84 -- opening the file in 'w' mode and get the size --
87 -- opening the file in 'wt' mode and get the size --
90 -- opening the file in 'a' mode, adding data and checking the file --
92 -- opening the file in 'at' mode, adding data and checking the file --
94 -- creating a hole and checking the size --
97 -- writing data after hole and checking the size --