Searched refs:RPP_FORCEUPPER (Results 1 – 2 of 2) sorted by relevance
/external/openssh/openbsd-compat/ | ||
D | readpassphrase.h | 36 #define RPP_FORCEUPPER 0x08 /* Force input to upper case. */ macro |
D | readpassphrase.c | 147 if ((flags & RPP_FORCEUPPER)) in readpassphrase() |