Searched defs:tempnam (Results 1 – 4 of 4) sorted by relevance
12 char *tempnam(const char *dir, const char *pfx) in tempnam() function
259 # define tempnam _tempnam_s macro
524 pub fn tempnam(arg1: *const c_char, arg2: *const c_char) -> *mut c_char; in tempnam() function
3225 TEST(MemorySanitizer, tempnam) { in TEST() argument