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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc540 const std::string pstr1 = _M_path1.u8string(); local
544 + (pstr1.length() || pstr2.length() ? pstr1.length() + 3 : 0)
550 if (!pstr1.empty())
553 w += pstr1;
558 if (pstr1.empty())
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc543 const std::string pstr1 = _M_path1.u8string(); local
547 + (pstr1.length() || pstr2.length() ? pstr1.length() + 3 : 0)
553 if (!pstr1.empty())
556 w += pstr1;
561 if (pstr1.empty())
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/src/
H A Denvsubst.c333 cmp_string (const void *pstr1, const void *pstr2) argument
335 const char *str1 = *(const char **)pstr1;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc2008 const std::string pstr1 = p1 ? p1->u8string() : std::string{}; local
2011 + (pstr1.length() ? pstr1.length() + 3 : 0)
2020 w += pstr1;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc2000 const std::string pstr1 = p1 ? p1->u8string() : std::string{}; local
2003 + (pstr1.length() ? pstr1.length() + 3 : 0)
2012 w += pstr1;

Completed in 267 milliseconds