checked_strdup
rchap->rchap_secret = checked_strdup(secret);
keys->keys_names[i] = checked_strdup(name);
keys->keys_values[i] = checked_strdup(value);
keys->keys_names[i] = checked_strdup(name);
keys->keys_values[i] = checked_strdup(value);
char *checked_strdup(const char *);
peer_name = checked_strdup(name);
peer_addr = checked_strdup(addr);
picked = checked_strdup(pair + strlen(option));
key = checked_strdup(adr->adr_path);
parent = node_new_map(root, checked_strdup(adr->adr_prefix),
NULL, checked_strdup(map),
checked_strdup("[kernel request]"), lineno);
key = checked_strdup(adr->adr_key);
fstype = checked_strdup("nfs");
path = checked_strdup(map);
mountpoint = checked_strdup(yytext);
map = checked_strdup(yytext);
options = checked_strdup(yytext + 1);
copy = tofree = checked_strdup(path + 1);
partial = checked_strdup("/");
n->n_key = checked_strdup("/");
n->n_options = checked_strdup("");
expanded = checked_strdup(string);
expanded->n_key = checked_strdup(key);
path = node_path_x(n, checked_strdup(""));
return (node_options_x(n, checked_strdup("")));
key = checked_strdup(executable_key);
key = checked_strdup(yytext);
options = checked_strdup(yytext + 1);
mountpoint = checked_strdup(yytext);
options2 = checked_strdup(yytext + 1);
location = checked_strdup(yytext + 1);
location = checked_strdup(yytext);
mountpoint = checked_strdup("/");
options2 = checked_strdup("");
char *checked_strdup(const char *);
d->d_name = checked_strdup(name);
d->d_value = checked_strdup(value);
expanded = checked_strdup(string);
peer_name = checked_strdup(name);
peer_addr = checked_strdup(addr);
cur->command = checked_strdup(command);
argv[0] = checked_strdup(argv0);
tofree = str = checked_strdup(list);
tofree = str = checked_strdup(list);
char *checked_strdup(const char *s);
tofree = arg = checked_strdup(address);
tofree = str = checked_strdup(list);
certpath = checked_strdup(optarg);
keypath = checked_strdup(optarg);
outpath = checked_strdup(optarg);