Searched refs:xoptlen (Results 1 – 1 of 1) sorted by relevance
1046 size_t xoptlen = xopt == NULL ? 0 : strlen(xopt); in module_options_concat() local1049 if (optlen == 0 && xoptlen == 0) in module_options_concat()1052 r = malloc(optlen + xoptlen + 2); in module_options_concat()1061 memcpy(r + optlen, xopt, xoptlen); in module_options_concat()1063 r[optlen + xoptlen] = '\0'; in module_options_concat()