Searched refs:loglen (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/usr.sbin/ppp/ |
| HD | ip.c | 549 unsigned loglen; in PacketCheck() local 554 loglen = 0; in PacketCheck() 584 if (logit && loglen < sizeof logbuf) { in PacketCheck() 586 snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s", prefix); in PacketCheck() 588 snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s ", filter->name); in PacketCheck() 590 snprintf(logbuf + loglen, sizeof logbuf - loglen, " "); in PacketCheck() 591 loglen += strlen(logbuf + loglen); in PacketCheck() 596 if (logit && loglen < sizeof logbuf) { in PacketCheck() 599 snprintf(logbuf + loglen, sizeof logbuf - loglen, in PacketCheck() 601 loglen += strlen(logbuf + loglen); in PacketCheck() [all …]
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | rcs.c | 3632 size_t loglen, enum kflag expand, char *buf, size_t len, in expand_keywords() argument 3856 && (sizeof "checked in with -k by " <= loglen in expand_keywords() 3932 logend = log + loglen; in expand_keywords() 3941 if (loglen && snl[-1] != '\n') in expand_keywords() 3951 + loglen in expand_keywords() 4160 size_t loglen = 0; in RCS_checkout() local 4225 log = rcsbuf_valcopy (&rcsbuf, value, 0, &loglen); in RCS_checkout() 4279 &log, &loglen); in RCS_checkout() 4471 expand_keywords (rcs, vp->data, nametag, log, loglen, in RCS_checkout() 7258 size_t *len, char **log, size_t *loglen) in RCS_deltas() argument [all …]
|