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

/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c159 #define MAX_INPUT_LEN 512 macro
512 char resp[MAX_INPUT_LEN];
650 } else if (strlen(response) > MAX_INPUT_LEN - 1) {
652 MAX_INPUT_LEN);

Completed in 64 milliseconds