Searched refs:tmpnamef (Results 1 – 1 of 1) sorted by relevance
85 static char *tmpnamef = (char *)NULL; /* tmp file name */ variable704 tmpnamef, IBCONF_FILE); in ib_cleanup_file()706 rename((const char *)tmpnamef, (const char *)IBCONF_FILE); in ib_cleanup_file()707 unlink(tmpnamef); in ib_cleanup_file()1017 tmpnamef = tmpnam(ibconf_file); in ib_delete_service()1018 DPRINTF("ib_delete_service: tmpnamef = %s\n", tmpnamef); in ib_delete_service()1019 if ((ibcfg_tmpfd = creat(tmpnamef, 0666)) == -1) { in ib_delete_service()1032 unlink(tmpnamef); in ib_delete_service()1041 unlink(tmpnamef); in ib_delete_service()1050 unlink(tmpnamef); in ib_delete_service()[all …]