Searched refs:file_append (Results 1 – 2 of 2) sorted by relevance
66 static void *file_append; /* added to the end of the file */ variable72 free(file_append); in file_append_cleanup()73 file_append = NULL; in file_append_cleanup()121 p = realloc(file_append, aoffset); in uwrite()123 free(file_append); in uwrite()124 file_append = p; in uwrite()127 if (!file_append) { in uwrite()145 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()356 n = write(fd_map, file_append, file_append_size); in write_file()
116 def systemd_append_file(pkg_systemd, file_append):118 if os.path.exists(oe.path.join(d.getVar("D"), file_append)):121 if file_append not in files.split():122 d.appendVar(var_name, " " + file_append)