#include "system.h"
#include "debug.h"
Include dependency graph for getpass.c:
Go to the source code of this file.
Functions | |
char * | _GetPass (const char *prompt) |
char * | _RequestPass (const char *prompt) |
Variables | |
char *(* | Getpass )(const char *prompt) = _GetPass |
Return a password. |
Definition in file getpass.c.
|
|
|
Definition at line 19 of file getpass.c. References argvSplit(). |
|
Return a password.
Definition at line 41 of file getpass.c. Referenced by rpmGetPassPhrase(), and urlFind(). |