Searched refs:next_pos (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/tre/dist/src/
H A Dagrep.c743 char *next_pos = regexp; local
748 next_pos = regexp;
749 while (next_pos)
751 next_pos = strstr(next_pos, "\\E");
752 if (next_pos)
755 next_pos += 2;
767 next_pos = regexp;
771 while (next_pos)
773 char *start = next_pos;
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/fs/
H A Dpath.cpp61 const std::string::size_type next_pos = in.find('/', pos); local
63 const std::string component = in.substr(pos, next_pos - pos);
71 if (next_pos == std::string::npos)
72 pos = next_pos;
74 pos = next_pos + 1;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Ds390-multiarch.c248 size_t next_pos = desc_pos + ((note[1] + 3) & ~3); local
250 if (desc_pos > len || next_pos > len)
258 pos = next_pos;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Ds390-multiarch.c248 size_t next_pos = desc_pos + ((note[1] + 3) & ~3); local
250 if (desc_pos > len || next_pos > len)
258 pos = next_pos;
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs.cpp279 const std::string::size_type next_pos = in.find('/', pos); local
281 const std::string component = in.substr(pos, next_pos - pos);
289 if (next_pos == std::string::npos)
290 pos = next_pos;
292 pos = next_pos + 1;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doptions.cc1310 size_t next_pos;
1313 next_pos = libpath.find(':', pos);
1314 size_t len = (next_pos == std::string::npos
1315 ? next_pos
1316 : next_pos - pos);
1319 pos = next_pos + 1;
1321 while (next_pos != std::string::npos);
1245 size_t next_pos; local
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doptions.cc1310 size_t next_pos; local
1313 next_pos = libpath.find(':', pos);
1314 size_t len = (next_pos == std::string::npos
1315 ? next_pos
1316 : next_pos - pos);
1319 pos = next_pos + 1;
1321 while (next_pos != std::string::npos);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doptions.cc1288 size_t next_pos; local
1291 next_pos = libpath.find(':', pos);
1292 size_t len = (next_pos == std::string::npos
1293 ? next_pos
1294 : next_pos - pos);
1297 pos = next_pos + 1;
1299 while (next_pos != std::string::npos);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc2428 HOST_WIDE_INT next_pos = -1; local
2448 HOST_WIDE_INT fldpos = next_pos < 0 ? int_byte_position (fld) : next_pos;
2474 next_pos = tree_to_shwi (pos);
2475 *nextoff = *fldoff + next_pos;
2519 *nextoff = next_pos;
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c3314 size_t next_pos = 1; /* impossible pos, so pos != next_pos */ local
3373 if (pos!=next_pos || n==MDB_COMMIT_PAGES || wsize+size>MAX_WRITE) {
3414 next_pos = pos + size;

Completed in 312 milliseconds