Searched refs:tempflen (Results 1 – 1 of 1) sorted by relevance
1850 tempfile_open(char* tempf, size_t tempflen, const char* fname, const char* mode) in tempfile_open() argument1852 snprintf(tempf, tempflen, "%s~", fname); in tempfile_open()