Symbol: estrdup
sbin/fsck/fsck.c
280
optbuf = estrdup(options);
sbin/fsck/fsck.c
283
optbuf = estrdup(extra);
sbin/fsck/fsck.c
414
e->type = estrdup(type);
sbin/fsck/fsck.c
415
e->options = estrdup(opts);
sbin/fsck/fsck.c
450
cp = estrdup(s1);
sbin/fsck/fsutil.h
46
char *estrdup(const char *);
sbin/fsck/preen.c
260
d->d_name = estrdup(name);
sbin/fsck/preen.c
300
p->p_devname = estrdup(devname);
sbin/fsck/preen.c
301
p->p_mntpt = estrdup(mntpt);
sbin/fsck/preen.c
302
p->p_type = estrdup(type);
usr.bin/finger/util.c
52
char *estrdup(char *);
usr.bin/finger/util.c
97
pn->name = estrdup(pw->pw_name);
usr.bin/finger/util.c
98
pn->dir = estrdup(pw->pw_dir);
usr.bin/finger/util.c
99
pn->shell = estrdup(pw->pw_shell);
usr.bin/less/cmdbuf.c
1182
return (estrdup(name));
usr.bin/less/cmdbuf.c
670
ml->string = estrdup(cmd);
usr.bin/less/command.c
203
every_first_cmd = estrdup(cbuf);
usr.bin/less/decode.c
691
filename = estrdup(filename);
usr.bin/less/decode.c
693
filename = estrdup(def_filename);
usr.bin/less/edit.c
217
filename = estrdup(get_filename(ifile));
usr.bin/less/funcs.h
14
char *estrdup(const char *);
usr.bin/less/ifile.c
110
p->h_filename = estrdup(filename);
usr.bin/less/lsystem.c
100
p = estrdup("sh");
usr.bin/less/lsystem.c
102
p = estrdup(cmd);
usr.bin/less/lsystem.c
89
p = estrdup(shell);
usr.bin/less/main.c
142
scan_option(estrdup(s), 1);
usr.bin/less/optfunc.c
351
*proto = estrdup(s);
usr.bin/less/optfunc.c
74
namelogfile = estrdup(s);
usr.bin/less/option.c
154
every_first_cmd = estrdup(str+1);
usr.bin/less/prompt.c
78
prproto[0] = estrdup(s_proto);
usr.bin/less/prompt.c
79
prproto[1] = estrdup(less_is_more ? more_proto : m_proto);
usr.bin/less/prompt.c
80
prproto[2] = estrdup(less_is_more ? more_M_proto : M_proto);
usr.bin/less/prompt.c
81
eqproto = estrdup(e_proto);
usr.bin/less/prompt.c
82
hproto = estrdup(h_proto);
usr.bin/less/prompt.c
83
wproto = estrdup(w_proto);
usr.bin/less/screen.c
398
t2 = estrdup(tparm(sc_move, 0, 0, 0, 0, 0, 0, 0, 0, 0));
usr.bin/less/screen.c
412
t2 = estrdup(tparm(sc_move, sc_height-1,
usr.bin/less/search.c
104
info->text = estrdup(pattern);
usr.bin/less/tags.c
102
tp->tag_pattern = estrdup(pattern);
usr.bin/less/tags.c
96
tp->tag_file = estrdup(file);
usr.bin/make/cmd_exec.c
214
return estrdup("");
usr.bin/make/dir.c
397
p == dot ? estrdup(entry) :
usr.bin/make/dir.c
716
fullName = estrdup(gn->name);
usr.bin/make/main.c
341
Lst_AtEnd(create, estrdup(argv[optind]));
usr.bin/make/main.c
532
return estrdup(dir);
usr.bin/make/main.c
546
return estrdup(path);
usr.bin/make/main.c
864
u->fname = estrdup(fname);
usr.bin/make/main.c
892
Parse_File(estrdup("(stdin)"), stdin);
usr.bin/make/memory.h
42
extern char *estrdup(const char *);
usr.bin/make/suff.c
1081
targ->file = estrdup(gn->name);
usr.bin/make/suff.c
1185
targ->file = estrdup(gn->name);
usr.bin/make/suff.c
1190
targ->prefix = estrdup(gn->name);
usr.bin/make/suff.c
1234
prefix = targ != NULL ? estrdup(targ->prefix) : gn->name;
usr.bin/make/suff.c
1257
Var(TARGET_INDEX, gn) = estrdup(gn->path);
usr.bin/make/suff.c
1278
Var(PREFIX_INDEX, gn) = estrdup(ptr);
usr.bin/make/suff.c
1292
Var(PREFIX_INDEX, gn) = estrdup(ptr);
usr.bin/make/suff.c
1301
gn->path = estrdup(gn->name);
usr.bin/make/suff.c
1362
Var(PREFIX_INDEX, targ->node) = estrdup(targ->prefix);
usr.bin/make/suff.c
1372
gn->path = estrdup(gn->name);
usr.bin/make/suff.c
864
ret->file = estrdup(s->name);
usr.bin/make/targequiv.c
240
return estrdup(buffer);
usr.bin/make/targequiv.c
258
return estrdup(buffer);
usr.bin/make/targequiv.c
281
return estrdup(buffer);
usr.bin/spell/spellprog.c
106
char *estrdup(const char *);
usr.bin/spell/spellprog.c
732
tab->suf = estrdup(tab->suf);
usr.bin/spell/spellprog.c
735
tab->d1 = estrdup(tab->d1);
usr.bin/spell/spellprog.c
739
tab->a1 = estrdup(tab->a1);
usr.sbin/makefs/cd9660.c
1827
tfsnode->name = estrdup(name);
usr.sbin/makefs/cd9660.c
1975
diskStructure->generic_bootimage = estrdup(bootimage);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
118
new_image->filename = estrdup(filename);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
84
temp = estrdup(boot_info);
usr.sbin/makefs/makefs.c
226
var = estrdup(option);
usr.sbin/makefs/makefs.c
264
s = estrdup(val);
usr.sbin/makefs/makefs.h
194
char *estrdup(const char *);
usr.sbin/makefs/walk.c
181
cur->symlink = estrdup(slink);
usr.sbin/makefs/walk.c
200
cur->path = estrdup(path);
usr.sbin/makefs/walk.c
201
cur->name = estrdup(name);