Home
last modified time | relevance | path

Searched refs:MAX_INPUT_LEN (Results 1 – 1 of 1) sorted by relevance

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