#include "dce-stdlib.h"#include "process.h"#include "dce-manager.h"#include "utils.h"#include "unix-fd.h"#include "unix-file-fd.h"#include "file-usage.h"#include "ns3/log.h"#include <errno.h>#include <limits.h>
Include dependency graph for dce-stdlib.cc:Go to the source code of this file.
Functions | |
| int | dce_atexit (void(*function)(void)) |
| int | dce_mkstemp (char *temp) |
| int | dce_rename (const char *oldpath, const char *newpath) |
| double | dce_strtod (const char *nptr, char **endptr) |
| long int | dce_strtol (const char *nptr, char **endptr, int base) |
| long long int | dce_strtoll (const char *nptr, char **endptr, int base) |
| unsigned long int | dce_strtoul (const char *nptr, char **endptr, int base) |
| unsigned long long int | dce_strtoull (const char *nptr, char **endptr, int base) |
| NS_LOG_COMPONENT_DEFINE ("SimuStdlib") | |
| int dce_atexit | ( | void(*)(void) | function | ) |
Definition at line 79 of file dce-stdlib.cc.
References ns3::Process::atExitHandlers, ns3::Current(), ns3::AtExitHandler::NORMAL, ns3::AtExitHandler::normal, ns3::Thread::process, ns3::AtExitHandler::type, ns3::UtilsGetNodeId(), and ns3::AtExitHandler::value.
Here is the call graph for this function:| int dce_mkstemp | ( | char * | temp | ) |
Definition at line 92 of file dce-stdlib.cc.
References ns3::Current(), ns3::Thread::err, errno, ns3::UnixFd::IncFdCount(), ns3::Process::openFiles, ns3::Thread::process, ns3::UtilsAllocateFd(), ns3::UtilsGetNodeId(), and ns3::UtilsGetRealFilePath().
Here is the call graph for this function:| int dce_rename | ( | const char * | oldpath, |
| const char * | newpath | ||
| ) |
Definition at line 120 of file dce-stdlib.cc.
References ns3::Current(), ns3::Thread::err, errno, ns3::UtilsGetNodeId(), and ns3::UtilsGetRealFilePath().
Here is the call graph for this function:| double dce_strtod | ( | const char * | nptr, |
| char ** | endptr | ||
| ) |
Definition at line 66 of file dce-stdlib.cc.
References ns3::Current(), ns3::Thread::err, errno, and ns3::UtilsGetNodeId().
Here is the call graph for this function:| long int dce_strtol | ( | const char * | nptr, |
| char ** | endptr, | ||
| int | base | ||
| ) |
Definition at line 17 of file dce-stdlib.cc.
References ns3::Current(), ns3::Thread::err, errno, and ns3::UtilsGetNodeId().
Here is the call graph for this function:| long long int dce_strtoll | ( | const char * | nptr, |
| char ** | endptr, | ||
| int | base | ||
| ) |
Definition at line 29 of file dce-stdlib.cc.
References ns3::Current(), ns3::Thread::err, errno, and ns3::UtilsGetNodeId().
Here is the call graph for this function:| unsigned long int dce_strtoul | ( | const char * | nptr, |
| char ** | endptr, | ||
| int | base | ||
| ) |
Definition at line 42 of file dce-stdlib.cc.
References ns3::Current(), ns3::Thread::err, errno, and ns3::UtilsGetNodeId().
Here is the call graph for this function:| unsigned long long int dce_strtoull | ( | const char * | nptr, |
| char ** | endptr, | ||
| int | base | ||
| ) |
Definition at line 54 of file dce-stdlib.cc.
References ns3::Current(), ns3::Thread::err, errno, and ns3::UtilsGetNodeId().
Here is the call graph for this function:| NS_LOG_COMPONENT_DEFINE | ( | "SimuStdlib" | ) |