Lines Matching full:destination_file
1573 destination_file,
1606 destination_file=open_utf8(destination,O_WRONLY | O_BINARY | O_CREAT,S_MODE);
1607 if (destination_file == -1)
1612 (void) close(destination_file);
1622 (void) close(destination_file);
1632 count=(ssize_t) write(destination_file,buffer,length);
1636 (void) close(destination_file);