|
abc-master
|
#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <sys/stat.h>#include <unistd.h>#include "abc_global.h"Go to the source code of this file.
Functions | |
| static ABC_NAMESPACE_IMPL_START ABC_UINT64_T | realTimeAbs () |
| DECLARATIONS ///. More... | |
| int | tmpFile (const char *prefix, const char *suffix, char **out_name) |
| char * | vnsprintf (const char *format, va_list args) |
| char * | nsprintf (const char *format,...) |
| char* nsprintf | ( | const char * | format, |
| ... | |||
| ) |
Definition at line 205 of file utilFile.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [utilFile.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Temporary file utilities.]
Synopsis [Temporary file utilities.]
Author [Niklas Een]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 29, 2010.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 59 of file utilFile.c.
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 89 of file utilFile.c.
| char* vnsprintf | ( | const char * | format, |
| va_list | args | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso [] Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 168 of file utilFile.c.