Home
last modified time | relevance | path

Searched refs:file_append (Results 1 – 1 of 1) sorted by relevance

/scripts/
Drecordmcount.c56 static void *file_append; /* added to the end of the file */ variable
62 free(file_append); in file_append_cleanup()
63 file_append = NULL; in file_append_cleanup()
110 file_append = realloc(file_append, aoffset); in uwrite()
113 if (!file_append) { in uwrite()
131 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()
342 n = write(fd_map, file_append, file_append_size); in write_file()