Searched refs:tempFd (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/smproxy/dist/
H A Dsave.c348 int tempFd = 0;
356 tempFd = mkstemp(tempFile);
361 tempFd = -1;
366 if (tempFd != -1 && tempFile != NULL)
367 tempFd = open(tempFile, O_RDWR | O_CREAT | O_EXCL, 0600);
370 if (tempFd == -1) {
375 *pFd = tempFd;
344 int tempFd = 0; local in function:unique_filename

Completed in 3 milliseconds