Symbol: checked_strdup
usr.sbin/autofs/automountd.c
103
picked = checked_strdup(pair + olen);
usr.sbin/autofs/automountd.c
201
key = checked_strdup(adr->adr_path);
usr.sbin/autofs/automountd.c
206
parent = node_new_map(root, checked_strdup(adr->adr_prefix),
usr.sbin/autofs/automountd.c
207
NULL, checked_strdup(map),
usr.sbin/autofs/automountd.c
208
checked_strdup("[kernel request]"), lineno);
usr.sbin/autofs/automountd.c
213
key = checked_strdup(adr->adr_key);
usr.sbin/autofs/automountd.c
322
fstype = checked_strdup("nfs");
usr.sbin/autofs/common.c
1039
path = checked_strdup(map);
usr.sbin/autofs/common.c
1129
mountpoint = checked_strdup(yytext);
usr.sbin/autofs/common.c
1131
map = checked_strdup(yytext);
usr.sbin/autofs/common.c
1136
options = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
133
copy = tofree = checked_strdup(path + 1);
usr.sbin/autofs/common.c
135
partial = checked_strdup("/");
usr.sbin/autofs/common.c
163
n->n_key = checked_strdup("/");
usr.sbin/autofs/common.c
164
n->n_options = checked_strdup("");
usr.sbin/autofs/common.c
339
expanded = checked_strdup(string);
usr.sbin/autofs/common.c
425
expanded->n_key = checked_strdup(key);
usr.sbin/autofs/common.c
570
path = node_path_x(n, checked_strdup(""));
usr.sbin/autofs/common.c
605
return node_options_x(n, checked_strdup(""));
usr.sbin/autofs/common.c
742
key = checked_strdup(executable_key);
usr.sbin/autofs/common.c
768
key = checked_strdup(yytext);
usr.sbin/autofs/common.c
783
options = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
825
mountpoint = checked_strdup(yytext);
usr.sbin/autofs/common.c
838
options2 = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
852
location = checked_strdup(yytext + 1);
usr.sbin/autofs/common.c
858
location = checked_strdup(yytext);
usr.sbin/autofs/common.c
862
mountpoint = checked_strdup("/");
usr.sbin/autofs/common.c
864
options2 = checked_strdup("");
usr.sbin/autofs/common.h
79
char *checked_strdup(const char *);
usr.sbin/autofs/defined.c
223
d->d_name = checked_strdup(name);
usr.sbin/autofs/defined.c
224
d->d_value = checked_strdup(value);
usr.sbin/autofs/defined.c
80
expanded = checked_strdup(string);
usr.sbin/autofs/log.c
76
peer_name = checked_strdup(name);
usr.sbin/autofs/log.c
89
peer_addr = checked_strdup(addr);
usr.sbin/autofs/popen.c
100
argv[0] = checked_strdup(argv0);
usr.sbin/autofs/popen.c
116
cur->command = checked_strdup(command);
usr.sbin/fstyp/fstyp.h
58
char *checked_strdup(const char *);