Lines Matching defs:s
100 #define ARGSTR "k5exEXciM:s:S:D:"
228 case 's':
231 syslog(LOG_ERR, "%s: illegal tos value: "
232 "%s\n", argv[0], optarg);
252 syslog(LOG_ERR, "Error initializing krb5: %s",
264 "while resolving srvtab file %s",
273 int s;
276 if ((s = socket(AF_INET, SOCK_STREAM, PF_UNSPEC)) < 0) {
285 (void) setsockopt(s, SOL_SOCKET, SO_REUSEADDR,
288 if ((bind(s, (struct sockaddr *)&sin, sizeof (sin))) < 0) {
292 if ((listen(s, 5)) < 0) {
297 if ((fd = accept(s, (struct sockaddr *)&from, &fromlen)) < 0) {
301 (void) close(s);
361 syslog(LOG_ERR, "Error reading \'%s\' field", err);
456 syslog(LOG_ERR, "Unrecognized KCMD protocol (%s), exiting",
497 "%u:%s%s",
538 syslog(LOG_DEBUG | LOG_AUTH, "rlogind: got krb5 credentials for %s",
659 "Authentication failed from %s(%s): %s\n",
713 "User %s is not authorized to login "
714 "to account %s",
716 syslog(LOG_ERR, "%s", msg_fail);
1027 "connection from %s - bad port\n",
1031 "connection from %s(%s) - bad port\n",
1052 "send of the zero byte(to %s) failed:"
1131 * issued on the master side of the pty. Luckily, that's
1190 "-s", pam_prog_name,
1212 * when we try and set slave pty's window shape
1246 ivptr = NULL; /* defaults to all 0's */
1294 * AES uses 0's for IV.
1370 * Figure out the device number of the ptm's mux fd, and pass that
1371 * to the net's mux.
1388 * Figure out the device number of the net's mux fd, and pass that
1389 * to the ptm's mux.
1474 len = snprintf(bufp, len, "\01rlogind: %s.\r\n", msg);
1492 (void) snprintf(bufp, len, "%s: %s", msg, errstr);
1494 const char fmt[] = "%s: Error %d";
1496 /* -4 for %s & %d. "*8/3" is bytes->decimal, pessimistically */