Searched refs:logbuf (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/usr.sbin/ppp/
H A Dip.c562 char logbuf[200]; local
610 if (logit && loglen < sizeof logbuf) {
612 snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s", prefix);
614 snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s ", filter->name);
616 snprintf(logbuf + loglen, sizeof logbuf - loglen, " ");
617 loglen += strlen(logbuf + loglen);
622 if (logit && loglen < sizeof logbuf) {
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Docd.c959 unsigned char logbuf[100];
985 logbuf[0] = OCD_LOG_FILE;
986 logbuf[1] = 3; /* close existing WIGGLERS.LOG */
987 ocd_put_packet (logbuf, 2);
988 ocd_get_packet (logbuf[0], &logpktlen, remote_timeout);
990 logbuf[0] = OCD_LOG_FILE;
991 logbuf[1] = 2; /* append to existing WIGGLERS.LOG */
992 ocd_put_packet (logbuf, 2);
993 ocd_get_packet (logbuf[0], &logpktlen, remote_timeout);
950 unsigned char logbuf[100]; local
/freebsd-10.0-release/usr.sbin/nandsim/
H A Dnandsim.c720 char *logbuf; local
726 logbuf = (char *)malloc(sizeof(char) * NANDSIM_RAM_LOG_SIZE);
727 if (logbuf == NULL) {
732 memset(logbuf, 0, NANDSIM_RAM_LOG_SIZE);
733 log.log = logbuf;
745 free(logbuf);
759 printf("Logs for controller#%d:\n%s\n", idx, logbuf);
762 free(logbuf);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_ripencc.c1388 static char logbuf[1024]; /* logging string buffer */ local
1425 sprintf(logbuf, "U1 %d.%d.%d %02d:%02d:%02d %d %02x",
1430 puts(logbuf);
1433 record_clock_stats(&peer->srcadr, logbuf);
1511 static char logbuf[1024]; /* logging string buffer */ local
1589 sprintf(logbuf, "C1 %02d%02d%04d %02d%02d%02d %d %7.0f %.1f %.0f %.1f %d %02d%09.6f %c %02d%09.6f %c %.0f %d %d %d %d %d %d %d %d",
1596 puts(logbuf);
1599 record_clock_stats(&peer->srcadr, logbuf);
1612 static char logbuf[1024]; /* logging string buffer */ local
1614 TranslateTSIPReportToText (rpt, logbuf); /* anythin
1644 static char logbuf[1024]; /* logging string buffer */ local
1690 static char logbuf[1024]; /* logging string buffer */ local
[all...]
/freebsd-10.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c1260 static struct buf logbuf; local
1273 bufalloc(&logbuf, i + datesize + zonelenmax);
1274 tp = logbuf.string;
1295 logmsg = getsstdin("m", "log message", "", &logbuf);
/freebsd-10.0-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c641 struct buf logbuf; local
652 bufautobegin(&logbuf);
653 cb = savestring(&logbuf);
654 Delta->log = bufremember(&logbuf, cb.size);

Completed in 190 milliseconds