Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c439 int tmpFd; in openLocal() local
486 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()