Searched refs:writer_options (Results 1 – 1 of 1) sorted by relevance
151 const char *writer_options; in set_writer_options() local154 writer_options = getenv(ENV_WRITER_OPTIONS); in set_writer_options()155 if (writer_options != NULL) { in set_writer_options()157 size_t opt_len = strlen(writer_options) + 1; in set_writer_options()166 memcpy(p + module_len, writer_options, opt_len); in set_writer_options()