Searched refs:tmpFd (Results 1 – 1 of 1) sorted by relevance
439 int tmpFd; in openLocal() local486 tmpFd = mkstemp(template); in openLocal()487 if (tmpFd < 0) { in openLocal()491 return (tmpFd); in openLocal()500 n = copyFile(fd, tmpFd, a_path, template, &statbuf, 0L); in openLocal()504 (void) close(tmpFd); in openLocal()511 return (tmpFd); in openLocal()