The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Macros | Functions
posix.c File Reference
#include "config.h"
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "backtrace.h"
#include "internal.h"
+ Include dependency graph for posix.c:

Go to the source code of this file.

Macros

#define FD_CLOEXEC   1
 
#define O_BINARY   0
 
#define O_CLOEXEC   0
 

Functions

int backtrace_close (int descriptor, backtrace_error_callback error_callback, void *data)
 
int backtrace_open (const char *filename, backtrace_error_callback error_callback, void *data, int *does_not_exist)
 

Macro Definition Documentation

◆ FD_CLOEXEC

#define FD_CLOEXEC   1

Definition at line 53 of file posix.c.

◆ O_BINARY

#define O_BINARY   0

Definition at line 45 of file posix.c.

◆ O_CLOEXEC

#define O_CLOEXEC   0

Definition at line 49 of file posix.c.

Function Documentation

◆ backtrace_close()

int backtrace_close ( int  descriptor,
backtrace_error_callback  error_callback,
void *  data 
)

Definition at line 95 of file posix.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ backtrace_open()

int backtrace_open ( const char *  filename,
backtrace_error_callback  error_callback,
void *  data,
int *  does_not_exist 
)

Definition at line 59 of file posix.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: