Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/ffs/
Dffs_wapbl.c544 daddr_t logstart, logend, desired_logsize; in wapbl_log_position() local
590 logend = btodb(numsecs * secsize); in wapbl_log_position()
592 if (dbtob(logend - logstart) >= desired_logsize) { in wapbl_log_position()
599 *countp = (logend - logstart); in wapbl_log_position()
612 logend - logstart); in wapbl_log_position()
/netbsd/src/external/gpl2/xcvs/dist/src/
Drcs.c3867 const char *logend; in expand_keywords() local
3935 logend = log + loglen; in expand_keywords()
3936 for (snl = log; snl < logend; snl++) in expand_keywords()
3976 while (sl < logend) in expand_keywords()
3992 for (slnl = sl; slnl < logend && *slnl != '\n'; ++slnl) in expand_keywords()
3994 if (slnl < logend) in expand_keywords()
3998 if (slnl == logend && slnl[-1] != '\n') in expand_keywords()