Searched refs:separator (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext.hpp57 //! separator. Empty words are not omitted.
61 join(const T& words, const std::string& separator) argument
71 str += separator;
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c87 char separator; member in struct:config_data
526 ttlStr = strchr(type, cd->separator);
536 /* replace separator char with NULL to split string */
541 data = strchr(ttlStr, cd->separator);
551 /* replace separator char with NULL to split string */
557 /* replace all cd->separator chars with a space. */
561 if (data[i] == cd->separator)
669 /* remove path separator at end of path so stat works properly */
817 /* remove path separator at end of path so stat works properly */
887 "accept a single character for separator
[all...]

Completed in 27 milliseconds