Searched defs:getpass (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DGetPass.c1 /** @file Implement the getpass function.
21 char *getpass(const char *Prompt) function
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py1195 import getpass namespace
1196 user = getpass.getuser()
1200 passwd = getpass.getpass()

Completed in 61 milliseconds