Lines Matching refs:write
16 * along with this program; if not, write to the Free Software
78 /* #1 Parent_a making a write lock on entire file */
93 /* #2 Parent_a making a write lock on entire file */
102 * Parent_c write lock on entire
109 /* #3 Parent_a making a write lock on entire file */
125 /* #4 Parent_a making a write lock on entire file */
141 /* #5 Parent_a making a write lock on entire file */
157 /* #6 Parent_a making a write lock on entire file */
163 /* Child_b write lock on byte 6 to byte 8 */
170 /* #7 Parent_a making a write lock on entire file */
186 /* #8 Parent_a making a write lock on byte 2 to byte 4 */
188 /* Parent_b write lock on byte 6 to byte 8 */
206 /* #9 Parent_a making a write lock on entire file */
226 /* #10 Parent_a making a write lock on entire file */
246 /* #11 Parent_a making a write lock on entire file */
457 /* write some dummy data to the file */
458 (void)write(fd, FILEDATA, 10);