Symbol: checked_strdup
lib/libiscsiutil/chap.c
337
rchap->rchap_secret = checked_strdup(secret);
lib/libiscsiutil/keys.c
171
keys->keys_names[i] = checked_strdup(name);
lib/libiscsiutil/keys.c
172
keys->keys_values[i] = checked_strdup(value);
lib/libiscsiutil/keys.c
93
keys->keys_names[i] = checked_strdup(name);
lib/libiscsiutil/keys.c
94
keys->keys_values[i] = checked_strdup(value);
lib/libiscsiutil/libiscsiutil.h
177
char *checked_strdup(const char *);
lib/libiscsiutil/log.c
67
peer_name = checked_strdup(name);
lib/libiscsiutil/log.c
80
peer_addr = checked_strdup(addr);
usr.sbin/autofs/automountd.c
107
picked = checked_strdup(pair + strlen(option));
usr.sbin/autofs/automountd.c
205
key = checked_strdup(adr->adr_path);
usr.sbin/autofs/automountd.c
210
parent = node_new_map(root, checked_strdup(adr->adr_prefix),
usr.sbin/autofs/automountd.c
211
NULL, checked_strdup(map),
usr.sbin/autofs/automountd.c
212
checked_strdup("[kernel request]"), lineno);
usr.sbin/autofs/automountd.c
217
key = checked_strdup(adr->adr_key);
usr.sbin/autofs/automountd.c
326
fstype = checked_strdup("nfs");
usr.sbin/autofs/common.c
1049
path = checked_strdup(map);
usr.sbin/autofs/common.c
1138
mountpoint = checked_strdup(yytext);
usr.sbin/autofs/common.c
1140
map = checked_strdup(yytext);
usr.sbin/autofs/common.c
1145
options = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
138
copy = tofree = checked_strdup(path + 1);
usr.sbin/autofs/common.c
140
partial = checked_strdup("/");
usr.sbin/autofs/common.c
169
n->n_key = checked_strdup("/");
usr.sbin/autofs/common.c
170
n->n_options = checked_strdup("");
usr.sbin/autofs/common.c
344
expanded = checked_strdup(string);
usr.sbin/autofs/common.c
430
expanded->n_key = checked_strdup(key);
usr.sbin/autofs/common.c
579
path = node_path_x(n, checked_strdup(""));
usr.sbin/autofs/common.c
614
return (node_options_x(n, checked_strdup("")));
usr.sbin/autofs/common.c
751
key = checked_strdup(executable_key);
usr.sbin/autofs/common.c
777
key = checked_strdup(yytext);
usr.sbin/autofs/common.c
792
options = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
834
mountpoint = checked_strdup(yytext);
usr.sbin/autofs/common.c
847
options2 = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
861
location = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
867
location = checked_strdup(yytext);
usr.sbin/autofs/common.c
871
mountpoint = checked_strdup("/");
usr.sbin/autofs/common.c
873
options2 = checked_strdup("");
usr.sbin/autofs/common.h
71
char *checked_strdup(const char *);
usr.sbin/autofs/defined.c
229
d->d_name = checked_strdup(name);
usr.sbin/autofs/defined.c
230
d->d_value = checked_strdup(value);
usr.sbin/autofs/defined.c
87
expanded = checked_strdup(string);
usr.sbin/autofs/log.c
69
peer_name = checked_strdup(name);
usr.sbin/autofs/log.c
82
peer_addr = checked_strdup(addr);
usr.sbin/autofs/popen.c
110
cur->command = checked_strdup(command);
usr.sbin/autofs/popen.c
94
argv[0] = checked_strdup(argv0);
usr.sbin/ctld/login.cc
253
tofree = str = checked_strdup(list);
usr.sbin/ctld/login.cc
271
tofree = str = checked_strdup(list);
usr.sbin/fstyp/fstyp.h
49
char *checked_strdup(const char *s);
usr.sbin/iscsid/iscsid.c
156
tofree = arg = checked_strdup(address);
usr.sbin/iscsid/login.c
312
tofree = str = checked_strdup(list);
usr.sbin/uefisign/uefisign.c
352
certpath = checked_strdup(optarg);
usr.sbin/uefisign/uefisign.c
358
keypath = checked_strdup(optarg);
usr.sbin/uefisign/uefisign.c
364
outpath = checked_strdup(optarg);