Searched refs:tempnam (Results 1 – 7 of 7) sorted by relevance
100 char* tempnam(const char* dir, const char* prefix) { in tempnam() function
135 FUNCTION(tempnam, char* (*f)(const char*, const char*)); in stdio_h()
153 char* _Nullable tempnam(const char* _Nullable __dir, const char* _Nullable __prefix)
1060 tempnam
2888 char* s1 = tempnam(dir, prefix); in tempnam_test()2889 char* s2 = tempnam(dir, prefix); in tempnam_test()
1073 tempnam;