Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/doio/
Ddatapid.c94 int boff; /* buffer offset or index */ in datapidgen() local
98 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 …]
/third_party/boost/libs/date_time/test/local_time/
Dtestposix_time_zone.cpp130 }catch(bad_offset& boff){ in main() local
131 std::string msg(boff.what()); in main()
144 }catch(bad_offset& boff){ in main() local
145 std::string msg(boff.what()); in main()
151 }catch(boost::gregorian::bad_day_of_month& boff){ in main() local
152 std::string msg(boff.what()); in main()
154 }catch(boost::gregorian::bad_month& boff){ in main() local
155 std::string msg(boff.what()); in main()
Dtestwposix_time_zone.cpp133 }catch(bad_offset& boff){ in main() local
134 std::string msg(boff.what()); in main()
147 }catch(bad_offset& boff){ in main() local
148 std::string msg(boff.what()); in main()
154 }catch(boost::gregorian::bad_day_of_month& boff){ in main() local
155 std::string msg(boff.what()); in main()
157 }catch(boost::gregorian::bad_month& boff){ in main() local
158 std::string msg(boff.what()); in main()