Lines Matching defs:n
661 *t++ = '\n';
696 *t++ = '\n';
796 *t++ = '\n';
913 *t++ = '\n';
1092 *t++ = 'n';
1324 *t++ = '\n';
1350 fprintf(stderr, "%s: [-abDFhnpstvxX] %s %s %s %s %s %s %s\n",
1369 "unable to open/create pid file: %s\n", file);
1385 (void) fprintf(stderr, "%s: open: %s\n",
1396 printf("%d bytes flushed from log buffer\n",
1405 syslog(LOG_INFO, "%d bytes flushed from log\n",
1408 fprintf(log, "%d bytes flushed from log\n", flushed);
1434 fprintf(stderr, "Unknown log option %c\n", *s);
1453 int fd[3], doread, n, i;
1508 case 'n' :
1588 "%s: open: %s\n", iplfile[i],
1594 (void) fprintf(stderr, "%d: fstat: %s\n",
1614 (void) fprintf(stderr, "%s: fopen: %s\n",
1631 (void) fprintf(stderr, "%s: fork() failed: %s\n",
1673 tr = read_log(fd[i], &n, buf, sizeof(buf));
1693 syslog(LOG_CRIT, "read: %m\n");
1700 syslog(LOG_CRIT, "aborting logging\n");
1702 fprintf(log, "aborting logging\n");
1708 if (n > 0) {
1709 print_log(fdt[i], log, buf, n);