Searched refs:boff (Results 1 – 3 of 3) sorted by relevance
94 int boff; /* buffer offset or index */ in datapidgen() local98 boff = 0; in datapidgen()118 for (; boff < (NBPW - cnt) && boff < bsize; boff++, chr++) { in datapidgen()119 buffer[boff] = *chr; in datapidgen()127 num_full_words = (bsize - boff) / NBPW; in datapidgen()129 woff = offset + boff; in datapidgen()139 buffer[boff++] = *chr; in datapidgen()153 if (cnt = ((bsize - boff) % NBPW)) { in datapidgen()163 for (tmp = 0; tmp < cnt && boff < bsize; tmp++, chr++) { in datapidgen()164 buffer[boff++] = *chr; in datapidgen()[all …]
130 }catch(bad_offset& boff){ in main() local131 std::string msg(boff.what()); in main()144 }catch(bad_offset& boff){ in main() local145 std::string msg(boff.what()); in main()151 }catch(boost::gregorian::bad_day_of_month& boff){ in main() local152 std::string msg(boff.what()); in main()154 }catch(boost::gregorian::bad_month& boff){ in main() local155 std::string msg(boff.what()); in main()
133 }catch(bad_offset& boff){ in main() local134 std::string msg(boff.what()); in main()147 }catch(bad_offset& boff){ in main() local148 std::string msg(boff.what()); in main()154 }catch(boost::gregorian::bad_day_of_month& boff){ in main() local155 std::string msg(boff.what()); in main()157 }catch(boost::gregorian::bad_month& boff){ in main() local158 std::string msg(boff.what()); in main()