Symbol: checked_strdup
usr.sbin/autofs/automountd.c
195
key = checked_strdup(adr->adr_path);
usr.sbin/autofs/automountd.c
200
parent = node_new_map(root, checked_strdup(adr->adr_prefix),
usr.sbin/autofs/automountd.c
201
NULL, checked_strdup(map),
usr.sbin/autofs/automountd.c
202
checked_strdup("[kernel request]"), lineno);
usr.sbin/autofs/automountd.c
207
key = checked_strdup(adr->adr_key);
usr.sbin/autofs/automountd.c
316
fstype = checked_strdup("nfs");
usr.sbin/autofs/automountd.c
97
picked = checked_strdup(pair + strlen(option));
usr.sbin/autofs/common.c
1035
path = checked_strdup(map);
usr.sbin/autofs/common.c
1124
mountpoint = checked_strdup(yytext);
usr.sbin/autofs/common.c
1126
map = checked_strdup(yytext);
usr.sbin/autofs/common.c
1131
options = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
125
copy = tofree = checked_strdup(path + 1);
usr.sbin/autofs/common.c
127
partial = checked_strdup("/");
usr.sbin/autofs/common.c
155
n->n_key = checked_strdup("/");
usr.sbin/autofs/common.c
156
n->n_options = checked_strdup("");
usr.sbin/autofs/common.c
330
expanded = checked_strdup(string);
usr.sbin/autofs/common.c
416
expanded->n_key = checked_strdup(key);
usr.sbin/autofs/common.c
565
path = node_path_x(n, checked_strdup(""));
usr.sbin/autofs/common.c
600
return (node_options_x(n, checked_strdup("")));
usr.sbin/autofs/common.c
737
key = checked_strdup(executable_key);
usr.sbin/autofs/common.c
763
key = checked_strdup(yytext);
usr.sbin/autofs/common.c
778
options = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
820
mountpoint = checked_strdup(yytext);
usr.sbin/autofs/common.c
833
options2 = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
847
location = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
853
location = checked_strdup(yytext);
usr.sbin/autofs/common.c
857
mountpoint = checked_strdup("/");
usr.sbin/autofs/common.c
859
options2 = checked_strdup("");
usr.sbin/autofs/common.h
90
char *checked_strdup(const char *);
usr.sbin/autofs/defined.c
215
d->d_name = checked_strdup(name);
usr.sbin/autofs/defined.c
216
d->d_value = checked_strdup(value);
usr.sbin/autofs/defined.c
73
expanded = checked_strdup(string);
usr.sbin/autofs/log.c
70
peer_name = checked_strdup(name);
usr.sbin/autofs/log.c
83
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/fstyp/fstyp.h
52
char *checked_strdup(const char *s);
usr.sbin/uefisign/uefisign.c
352
certpath = checked_strdup(optarg);
usr.sbin/uefisign/uefisign.c
355
keypath = checked_strdup(optarg);
usr.sbin/uefisign/uefisign.c
358
outpath = checked_strdup(optarg);