Home
last modified time | relevance | path

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

/src/usr.bin/banner/
H A Dbanner.c43 #define MAXMSG 1024 macro
1059 if ((message = malloc((size_t)MAXMSG)) == NULL) in main()
1062 if (fgets(message, MAXMSG, stdin) == NULL) { in main()