Searched refs:file_append (Results 1 – 1 of 1) sorted by relevance
58 static void *file_append; /* added to the end of the file */ variable64 free(file_append); in file_append_cleanup()65 file_append = NULL; in file_append_cleanup()113 p = realloc(file_append, aoffset); in uwrite()115 free(file_append); in uwrite()116 file_append = p; in uwrite()119 if (!file_append) { in uwrite()137 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()348 n = write(fd_map, file_append, file_append_size); in write_file()