Lines Matching +full:baud +full:- +full:rate
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
37 * Mail -- a mail program
39 * Startup -- interface with user.
107 image = -1; in main()
110 * We successively pick off - flags. in main()
121 while ((i = getopt(argc, argv, "FEHINT:b:c:edfins:u:v")) != -1) { in main()
181 * If no argument is given after -f, we read his in main()
187 if ((argv[optind] != NULL) && (argv[optind][0] != '-')) in main()
236 Usage: %s [-dEiInv] [-s subject] [-c cc-addr] [-b bcc-addr] [-F] to-addr ...\n\ in main()
237 %*s [-sendmail-option ...]\n\ in main()
238 %s [-dEHiInNv] [-F] -f [name]\n\ in main()
239 %s [-dEHiInNv] [-F] [-u user]\n\ in main()
240 %s [-d] -e [-f name]\n", __progname, (int)strlen(__progname), "", in main()
245 for (i = optind; (argv[i] != NULL) && (*argv[i] != '-'); i++) in main()
253 errx(1, "You must specify direct recipients with -s, -c, or -b."); in main()
255 errx(1, "Cannot give -f and people to send to."); in main()
348 * If baud rate < 1200, use 9
349 * If baud rate = 1200, use 14
350 * If baud rate > 1200, use 24 or ws_row