#include <stdio.h>#include <stdlib.h>#include <string.h>#include "abc_global.h"#include "utilSignal.h"#include <unistd.h>
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Util_SignalSystem (const char *cmd) |
| DECLARATIONS ///. | |
| int | tmpFile (const char *prefix, const char *suffix, char **out_name) |
| int | Util_SignalTmpFile (const char *prefix, const char *suffix, char **out_name) |
| INCLUDES ///. | |
| void | Util_SignalTmpFileRemove (const char *fname, int fLeave) |
Function*************************************************************
Synopsis [Opens a temporary file.]
Description [Opens a temporary file with given prefix and returns file descriptor (-1 on failure) and a string containing the name of the file (to be freed by caller).]
SideEffects []
SeeAlso []
Definition at line 106 of file utilFile.c.


| ABC_NAMESPACE_IMPL_START int Util_SignalSystem | ( | const char * | cmd | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [utilSignal.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName []
Synopsis []
Author [Baruch Sterin]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2011.]
Revision [
] FUNCTION DEFINITIONS ///
Definition at line 44 of file utilSignal.c.


INCLUDES ///.
CFile****************************************************************
FileName [utilSignal.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Signal handling utilities.]
Synopsis [Signal handling utilities.]
Author [Baruch Sterin]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2011.]
Revision [
] PARAMETERS /// BASIC TYPES /// MACRO DEFINITIONS /// FUNCTION DECLARATIONS ///
Definition at line 55 of file utilSignal.c.


| void Util_SignalTmpFileRemove | ( | const char * | fname, |
| int | fLeave ) |
Definition at line 60 of file utilSignal.c.
