Searched refs:separator_string (Results 1 – 3 of 3) sorted by relevance
35 char separator_string[2] = { '\0', '\0' }; in apr_filepath_list_split_impl() local39 separator_string[0] = separator; in apr_filepath_list_split_impl()52 while ((part = apr_strtok(path, separator_string, &ptr)) != NULL) in apr_filepath_list_split_impl()
72 const wchar_t* separator_string = L"/"; variable85 const char* separator_string = "/"; variable736 itr.m_element.m_pathname = separator_string; // needed for Windows, harmless on POSIX in begin()839 it.m_element.m_pathname = separator_string; // generic format; see docs in m_path_iterator_decrement()
903 std::string separator_string = ", "; in GenUnionInit() local923 field_types += field_type + separator_string; in GenUnionInit()927 field_types.erase(field_types.length() - separator_string.size()); in GenUnionInit()1035 std::string separator_string = ", "; in GenInitialize() local1039 typing_imports += im + separator_string; in GenInitialize()1042 typing_imports.erase(typing_imports.length() - separator_string.size()); in GenInitialize()