#include <WinSock2.h>
#include <WS2tcpip.h>
#include <iphlpapi.h>
#include <MSWSock.h>
#include <winioctl.h>
#include <Windows.h>
#include <sys/stat.h>
#include <basetsd.h>
#include <memory>
#include <type_traits>
#include <glog/logging.h>
Go to the source code of this file.
|
bool | S_ISDIR (const int mode) |
|
bool | S_ISREG (const int mode) |
|
bool | S_ISCHR (const int mode) |
|
bool | S_ISFIFO (const int mode) |
|
bool | S_ISBLK (const int mode) |
|
bool | S_ISSOCK (const int mode) |
|
bool | S_ISLNK (const int mode) |
|
auto | strerror_r (int errnum, char *buffer, size_t length) -> decltype(strerror_s(buffer, length, errnum)) |
|
const char * | strsignal (int signum) |
|
#define MAXHOSTNAMELEN NI_MAXHOST |
#define PATH_MAX _MAX_PATH |
#define WEXITSTATUS |
( |
|
x | ) |
static_cast<DWORD>(x) |
#define WIFEXITED |
( |
|
x | ) |
true |
#define WIFSIGNALED |
( |
|
x | ) |
false |
bool S_ISBLK |
( |
const int |
mode | ) |
|
|
inline |
bool S_ISCHR |
( |
const int |
mode | ) |
|
|
inline |
bool S_ISDIR |
( |
const int |
mode | ) |
|
|
inline |
bool S_ISFIFO |
( |
const int |
mode | ) |
|
|
inline |
bool S_ISLNK |
( |
const int |
mode | ) |
|
|
inline |
bool S_ISREG |
( |
const int |
mode | ) |
|
|
inline |
bool S_ISSOCK |
( |
const int |
mode | ) |
|
|
inline |
auto strerror_r |
( |
int |
errnum, |
|
|
char * |
buffer, |
|
|
size_t |
length |
|
) |
| -> decltype(strerror_s(buffer, length, errnum))
|
|
inline |
const char* strsignal |
( |
int |
signum | ) |
|
|
inline |
constexpr int MSG_NOSIGNAL = 0 |
const mode_t S_IRGRP = 0x00200000 |
const mode_t S_IROTH = 0x00040000 |
const mode_t S_ISGID = 0x04000000 |
const mode_t S_ISUID = 0x08000000 |
const mode_t S_ISVTX = 0x02000000 |
const mode_t S_IWGRP = 0x00100000 |
const mode_t S_IWOTH = 0x00020000 |
const mode_t S_IXGRP = 0x00080000 |
const mode_t S_IXOTH = 0x00010000 |
constexpr int SHUT_RD = SD_RECEIVE |
constexpr int SHUT_RDWR = SD_BOTH |
constexpr int SHUT_WR = SD_SEND |
const mode_t SIGKILL = 0x00000009 |