Home | History | Annotate | Download | only in netperf

Lines Matching full:temp_file

1549     char *temp_file;
1560 temp_file = tmpnam(NULL);
1561 if (NULL != temp_file) {
1562 fildes = open(temp_file,O_RDWR | O_EXCL | O_CREAT,0600);
1573 unlink(temp_file);