Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/os2/
Dos2.sym10 my_tmpnam
Dos2ish.h315 char *my_tmpnam (char *);
361 #define tmpnam my_tmpnam
Dos2.c4529 my_tmpnam (char *str) in my_tmpnam() function
4551 return fopen(my_tmpnam(NULL), "w+b"); /* Race condition, but in my_tmpfile()