Searched refs:logbuf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/usr.sbin/ppp/ |
| D | ip.c | 562 char logbuf[200]; in PacketCheck() local 610 if (logit && loglen < sizeof logbuf) { in PacketCheck() 612 snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s", prefix); in PacketCheck() 614 snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s ", filter->name); in PacketCheck() 616 snprintf(logbuf + loglen, sizeof logbuf - loglen, " "); in PacketCheck() 617 loglen += strlen(logbuf + loglen); in PacketCheck() 622 if (logit && loglen < sizeof logbuf) { in PacketCheck() 625 snprintf(logbuf + loglen, sizeof logbuf - loglen, in PacketCheck() 627 loglen += strlen(logbuf + loglen); in PacketCheck() 628 snprintf(logbuf + loglen, sizeof logbuf - loglen, in PacketCheck() [all …]
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | ocd.c | 950 unsigned char logbuf[100]; in ocd_do_command() local 976 logbuf[0] = OCD_LOG_FILE; in ocd_do_command() 977 logbuf[1] = 3; /* close existing WIGGLERS.LOG */ in ocd_do_command() 978 ocd_put_packet (logbuf, 2); in ocd_do_command() 979 ocd_get_packet (logbuf[0], &logpktlen, remote_timeout); in ocd_do_command() 981 logbuf[0] = OCD_LOG_FILE; in ocd_do_command() 982 logbuf[1] = 2; /* append to existing WIGGLERS.LOG */ in ocd_do_command() 983 ocd_put_packet (logbuf, 2); in ocd_do_command() 984 ocd_get_packet (logbuf[0], &logpktlen, remote_timeout); in ocd_do_command()
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | refclock_ripencc.c | 1474 static char logbuf[1024]; /* logging string buffer */ in parse0x8FAD() local 1510 sprintf(logbuf, "U1 %d.%d.%d %02d:%02d:%02d %d %02x", in parse0x8FAD() 1515 puts(logbuf); in parse0x8FAD() 1518 record_clock_stats(&peer->srcadr, logbuf); in parse0x8FAD() 1600 static char logbuf[1024]; /* logging string buffer */ in parse0x8F0B() local 1677 …sprintf(logbuf, "C1 %02d%02d%04d %02d%02d%02d %d %7.0f %.1f %.0f %.1f %d %02d%09.6f %c %02d%09.6f … in parse0x8F0B() 1685 puts(logbuf); in parse0x8F0B() 1688 record_clock_stats(&peer->srcadr, logbuf); in parse0x8F0B() 1703 static char logbuf[1024]; /* logging string buffer */ in parseany() local 1705 TranslateTSIPReportToText (rpt, logbuf); /* anything else */ in parseany() [all …]
|
| /freebsd-9-stable/gnu/usr.bin/rcs/rlog/ |
| D | rlog.c | 641 struct buf logbuf; in readdeltalog() local 652 bufautobegin(&logbuf); in readdeltalog() 653 cb = savestring(&logbuf); in readdeltalog() 654 Delta->log = bufremember(&logbuf, cb.size); in readdeltalog()
|
| /freebsd-9-stable/gnu/usr.bin/rcs/ci/ |
| D | ci.c | 1260 static struct buf logbuf; in getlogmsg() local 1273 bufalloc(&logbuf, i + datesize + zonelenmax); in getlogmsg() 1274 tp = logbuf.string; in getlogmsg() 1295 logmsg = getsstdin("m", "log message", "", &logbuf); in getlogmsg()
|