Searched refs:opts2 (Results 1 – 1 of 1) sorted by relevance
53 static char *concat_opts(const char *opts1, const char *opts2);214 concat_opts(const char *opts1, const char *opts2) in concat_opts() argument216 char *opts = malloc(strlen(opts1) + strlen(opts2) + 2); in concat_opts()223 if (opts1[0] != '\0' && opts2[0] != '\0') { in concat_opts()226 return (strcat(opts, opts2)); in concat_opts()