suricata
win32-misc.h File Reference
#include <sdkddkver.h>
Include dependency graph for win32-misc.h:

Go to the source code of this file.

Macros

#define O_NOFOLLOW   0
 
#define geteuid()   (0)
 

Functions

void setenv (const char *name, const char *value, int overwrite)
 
void unsetenv (const char *name)
 

Detailed Description

Author
Jan Jezek jjeze.nosp@m.k@ke.nosp@m.rio.c.nosp@m.om

Definition in file win32-misc.h.

Macro Definition Documentation

◆ geteuid

#define geteuid ( )    (0)

Definition at line 42 of file win32-misc.h.

◆ O_NOFOLLOW

#define O_NOFOLLOW   0

Definition at line 31 of file win32-misc.h.

Function Documentation

◆ setenv()

void setenv ( const char *  name,
const char *  value,
int  overwrite 
)

Referenced by LLVMFuzzerTestOneInput().

Here is the caller graph for this function:

◆ unsetenv()

void unsetenv ( const char *  name)