Searched refs:MAX_STRING_LEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/apr/passwd/
H A Dapr_getpass.c80 #define MAX_STRING_LEN 256 macro
96 static char password[MAX_STRING_LEN];
180 static char password[MAX_STRING_LEN];
204 if (n > (MAX_STRING_LEN - 1)) {
205 password[MAX_STRING_LEN - 1] = '\0';

Completed in 116 milliseconds