Home
last modified time | relevance | path

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

/dports/mail/neomutt/neomutt-20211029/test/file/
H A Dmutt_file_mkstemp_full.c47 TEST_CHECK((fp = mutt_file_mkstemp_full(NULL, 0, "apple")) != NULL); in test_mutt_file_mkstemp_full()
53 TEST_CHECK((fp = mutt_file_mkstemp_full("apple", 0, NULL)) != NULL); in test_mutt_file_mkstemp_full()
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dfile.h111 FILE * mutt_file_mkstemp_full(const char *file, int line, const char *func);
112 #define mutt_file_mkstemp() mutt_file_mkstemp_full(__FILE__, __LINE__, __func__)
H A Dfile.c936 FILE *mutt_file_mkstemp_full(const char *file, int line, const char *func) in mutt_file_mkstemp_full() function
/dports/mail/neomutt/neomutt-20211029/test/
H A DMakefile.autosetup197 test/file/mutt_file_mkstemp_full.o \