Apache HTTPD
Macros | Functions
getopt.c File Reference
#include "apr_arch_misc.h"
#include "apr_strings.h"
#include "apr_lib.h"

Go to the source code of this file.

Macros

#define EMSG   ""
 

Functions

 APR_DECLARE (apr_status_t)
 
static void reverse (const char **argv, int start, int len)
 
static void permute (apr_getopt_t *os)
 
static apr_status_t serr (apr_getopt_t *os, const char *err, const char *str, apr_status_t status)
 
static apr_status_t cerr (apr_getopt_t *os, const char *err, int ch, apr_status_t status)
 

Macro Definition Documentation

◆ EMSG

#define EMSG   ""

Definition at line 38 of file getopt.c.

Function Documentation

◆ cerr()

static apr_status_t cerr ( apr_getopt_t os,
const char err,
int  ch,
apr_status_t  status 
)
static

Definition at line 191 of file getopt.c.

◆ permute()

static void permute ( apr_getopt_t os)
static

Definition at line 158 of file getopt.c.

◆ reverse()

static void reverse ( const char **  argv,
int  start,
int  len 
)
static

Definition at line 141 of file getopt.c.

◆ serr()

static apr_status_t serr ( apr_getopt_t os,
const char err,
const char str,
apr_status_t  status 
)
static

Definition at line 181 of file getopt.c.