Searched refs:pstr2 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc541 const std::string pstr2 = _M_path2.u8string(); local
544 + (pstr1.length() || pstr2.length() ? pstr1.length() + 3 : 0)
545 + (pstr2.length() ? pstr2.length() + 3 : 0);
556 if (!pstr2.empty())
561 w += pstr2;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc544 const std::string pstr2 = _M_path2.u8string(); local
547 + (pstr1.length() || pstr2.length() ? pstr1.length() + 3 : 0)
548 + (pstr2.length() ? pstr2.length() + 3 : 0);
559 if (!pstr2.empty())
564 w += pstr2;
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/src/
H A Denvsubst.c333 cmp_string (const void *pstr1, const void *pstr2) argument
336 const char *str2 = *(const char **)pstr2;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc2009 const std::string pstr2 = p2 ? p2->u8string() : std::string{}; local
2012 + (pstr2.length() ? pstr2.length() + 3 : 0);
2025 w += pstr2;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc2001 const std::string pstr2 = p2 ? p2->u8string() : std::string{}; local
2004 + (pstr2.length() ? pstr2.length() + 3 : 0);
2017 w += pstr2;

Completed in 205 milliseconds