new_fd 56 cib/io.c int new_fd; new_fd 61 cib/io.c if ((new_fd = mkstemp(new) < 0) || (rename(old, new) < 0)) { new_fd 66 cib/io.c if (new_fd > 0) { new_fd 67 cib/io.c close(new_fd);