p_str
p_str(p);
static void p_str(struct parse *);
optstring(char *s, char **p_str, char *printopt, char *validchars, int env)
*p_str = ecalloc(strlen(s)+1, sizeof (char));
out = *p_str;