HomeSort by relevance Sort by last modified time
    Searched refs:read_password (Results 1 - 2 of 2) sorted by null

  /external/qemu/
readline.h 35 int read_password; member in struct:ReadLineState
47 void readline_start(ReadLineState *rs, const char *prompt, int read_password,
readline.c 54 if (rs->read_password) {
363 if (!rs->read_password)
443 void readline_start(ReadLineState *rs, const char *prompt, int read_password,
449 rs->read_password = read_password;

Completed in 569 milliseconds