Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dmetadata_iterators.c3218 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
3220 …pfilename = (char*)safe_malloc_add_3op_(strlen(filename), /*+*/strlen(tempfile_suffix), /*+*/1))) { in open_tempfile_()
3225 strcat(*tempfilename, tempfile_suffix); in open_tempfile_()
3234 …oc_add_4op_(strlen(tempfile_path_prefix), /*+*/strlen(p), /*+*/strlen(tempfile_suffix), /*+*/2))) { in open_tempfile_()
3241 strcat(*tempfilename, tempfile_suffix); in open_tempfile_()