Apache HTTPD
Macros | Functions
apr_getpass.c File Reference
#include "apr_private.h"
#include "apr_strings.h"
#include "apr_lib.h"
#include "apr_errno.h"

Go to the source code of this file.

Macros

#define LF   10
 
#define CR   13
 
#define MAX_STRING_LEN   256
 
#define ERR_OVERFLOW   5
 

Functions

static charget_password (const char *prompt)
 
 APR_DECLARE (apr_status_t)
 

Macro Definition Documentation

◆ CR

#define CR   13

Definition at line 74 of file apr_getpass.c.

◆ ERR_OVERFLOW

#define ERR_OVERFLOW   5

Definition at line 82 of file apr_getpass.c.

◆ LF

#define LF   10

Definition at line 73 of file apr_getpass.c.

◆ MAX_STRING_LEN

#define MAX_STRING_LEN   256

Definition at line 80 of file apr_getpass.c.

Function Documentation

◆ get_password()

static char * get_password ( const char prompt)
static

Definition at line 94 of file apr_getpass.c.