Home
last modified time | relevance | path

Searched refs:lbp_len (Results 1 – 1 of 1) sorted by relevance

/dports/news/trn4/trn-4.0-test77/
H A Ddatasrc.c490 int lbp_len; local
501 lbp_len = index(lbp, '\n') - lbp + 1;
505 lbp_len = 0;
525 if (!lbp_len) {
534 char* t = lbp + lbp_len;
550 if (lbp_len) {
563 fwrite(lbp, 1, lbp_len, fp);
578 (void) bcopy(outbuf, lbp, lbp_len);
583 (void) bcopy(lbp, outbuf, lbp_len);
584 outbuf[lbp_len] = '\0';