The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Private exec APIs. More...
#include <freeradius-devel/server/exec.h>
#include <freeradius-devel/unlang/interpret.h>
#include <freeradius-devel/util/dlist.h>
#include <freeradius-devel/util/misc.h>
#include <freeradius-devel/util/pair_legacy.h>
#include <freeradius-devel/util/syserror.h>
#include <freeradius-devel/util/atexit.h>
#include <sys/types.h>
#include <freeradius-devel/protocol/freeradius/freeradius.internal.h>
#include <sys/file.h>
#include <fcntl.h>
#include <ctype.h>
#include <signal.h>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | fr_closefrom closefrom |
#define | WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) |
#define | WIFEXITED(stat_val) (((stat_val) & 0x7f) == 0) |
Private exec APIs.
Definition in file exec_priv.h.
Definition at line 81 of file exec_priv.h.
#define WEXITSTATUS | ( | stat_val | ) | ((unsigned)(stat_val) >> 8) |
Definition at line 63 of file exec_priv.h.
#define WIFEXITED | ( | stat_val | ) | (((stat_val) & 0x7f) == 0) |
Definition at line 66 of file exec_priv.h.