OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PASSWORD_LEN
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
pwd.h
88
#define
_PASSWORD_LEN
128 /* max length, not counting NUL */
/external/openssh/openbsd-compat/
readpassphrase.c
195
static char buf[
_PASSWORD_LEN
+ 1];
Completed in 917 milliseconds
1
2