Lines Matching defs:end
140 /* Test cases: end boundary */
143 /* Child attempting a read lock from byte 7 to end of file */
148 /* Child attempting a write lock from byte 7 to end of file */
153 /* Child attempting a read lock from byte 7 to end of file */
158 /* Child attempting a write lock from byte 7 to end of file */
279 /* Child attempting a read lock from byte 7 to end of file */
287 /* Child attempting a write lock from byte 7 to end of file */
295 /* Child attempting a read lock from byte 7 to end of file */
303 /* Child attempting a write lock from byte 7 to end of file */
329 /* #33 Parent making a write lock from byte 5 to end of file */
334 /* #34 Parent making a write lock from byte 5 to end of file */
339 /* #35 Parent making a read lock from byte 5 to end of file */
344 /* #36 Parent making a read lock from byte 5 to end of file */
529 /* Child attempting write lock on byte 15 to end of file */
777 void run_test(int file_flag, int file_mode, int seek, int start, int end)
781 for (test = start; test < end; test++) {
1051 * Check that a lock on end of file is still valid when
1052 * additional data is appended to end of file and a new
1074 /* Write some additional data to end of file */