![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include <freeradius-devel/build.h>#include <freeradius-devel/missing.h>#include <errno.h>#include <stdint.h>#include <string.h>
Include dependency graph for syserror.h:Go to the source code of this file.
Functions | |
| char const * | fr_syserror (int num) |
| Guaranteed to be thread-safe version of strerror. | |
| char const * | fr_syserror_simple (int num) |
| Guaranteed to be thread-safe version of strerror. | |
| char const * fr_syserror | ( | int | num | ) |
Guaranteed to be thread-safe version of strerror.
| num | errno as returned by function or from global errno. |
Definition at line 243 of file syserror.c.
Here is the call graph for this function:| char const * fr_syserror_simple | ( | int | num | ) |
Guaranteed to be thread-safe version of strerror.
| num | errno as returned by function or from global errno. |
Definition at line 291 of file syserror.c.
Here is the call graph for this function:
1.9.8