new_fd 43 daemons/based/based_io.c int new_fd; new_fd 47 daemons/based/based_io.c new_fd = mkstemp(new); new_fd 49 daemons/based/based_io.c if ((new_fd < 0) || (rename(old, new) < 0)) { new_fd 54 daemons/based/based_io.c if (new_fd > 0) { new_fd 55 daemons/based/based_io.c close(new_fd);