#include "config.h"
#include "common.h"
#include "locations.h"
#include "cgiutils.h"
#include "getcgi.h"
#include <stdarg.h>
Defines | |
#define | CHARLEN 256 |
#define | max(a, b) ((a)>(b))?(a):(b) |
Functions | |
static int | process_cgivars (void) |
static char * | strscpy (char *dest, const char *src) |
static char * | ssprintf (char *str, const char *fmt,...) |
static void | terminate (int result, const char *fmt,...) |
static void | get_expire_time_string (time_t *raw_time, char *buffer, int buffer_length) |
int | main (int argc, char **argv) |
#define CHARLEN 256 |
#define max | ( | a, | |||
b | ) | ((a)>(b))?(a):(b) |
static void get_expire_time_string | ( | time_t * | raw_time, | |
char * | buffer, | |||
int | buffer_length | |||
) | [static] |
int main | ( | int | argc, | |
char ** | argv | |||
) |
static int process_cgivars | ( | void | ) | [static] |
static char * ssprintf | ( | char * | str, | |
const char * | fmt, | |||
... | ||||
) | [static] |
static char * strscpy | ( | char * | dest, | |
const char * | src | |||
) | [static] |
static void terminate | ( | int | result, | |
const char * | fmt, | |||
... | ||||
) | [static] |