Searched refs:quoted_str (Results 1 – 1 of 1) sorted by relevance
596 char *quoted_str, *dst; in sh_quote() local605 quoted_str = malloc(sizeof(*quoted_str) * in sh_quote()607 if (quoted_str == NULL) in sh_quote()610 dst = quoted_str; in sh_quote()621 return quoted_str; in sh_quote()