Searched refs:quoted_str (Results 1 – 1 of 1) sorted by relevance
1264 trim_quotes(const char *quoted_str) in trim_quotes() argument1270 if (quoted_str == NULL) in trim_quotes()1274 if (quoted_str[0] == '"') in trim_quotes()1275 str = strdup(quoted_str + 1); in trim_quotes()1277 str = strdup(quoted_str); in trim_quotes()