Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Drecordmcount.c53 static void *file_append; /* added to the end of the file */ variable
72 free(file_append); in cleanup()
73 file_append = NULL; in cleanup()
138 file_append = realloc(file_append, aoffset); in uwrite()
141 if (!file_append) { in uwrite()
157 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()
336 n = write(fd_map, file_append, file_append_size); in write_file()