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

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext.hpp53 //! separator. Empty words are not omitted.
57 join(const T& words, const std::string& separator) argument
67 str += separator;
/bind-9.11.3/unit/atf-src/tools/
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.11.3/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c78 char separator; member in struct:config_data
517 ttlStr = strchr(type, cd->separator);
527 /* replace separator char with NULL to split string */
532 data = strchr(ttlStr, cd->separator);
542 /* replace separator char with NULL to split string */
548 /* replace all cd->separator chars with a space. */
552 if (data[i] == cd->separator)
660 /* remove path separator at end of path so stat works properly */
814 /* remove path separator at end of path so stat works properly */
884 "accept a single character for separator
[all...]
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c69 char separator; member in struct:config_data
492 ttlStr = strchr(type, cd->separator);
500 /* replace separator char with NULL to split string */
505 data = strchr(ttlStr, cd->separator);
513 /* replace separator char with NULL to split string */
519 /* replace all cd->separator chars with a space. */
523 if (data[i] == cd->separator)
615 /* remove path separator at end of path so stat works properly */
775 /* remove path separator at end of path so stat works properly */
855 "accept a single character for separator
[all...]

Completed in 28 milliseconds