Symbol: savestr
bin/sh/alias.c
79
ap->name = savestr(name);
bin/sh/alias.c
81
ap->val = savestr(val);
bin/sh/cd.c
341
curdir = savestr(stackblock());
bin/sh/cd.c
457
curdir = savestr(pwd);
bin/sh/cd.c
497
curdir = savestr(pwd);
bin/sh/cd.c
548
curdir = savestr(pwd);
bin/sh/exec.c
247
commandname = arg0 = savestr(argv[0]);
bin/sh/memalloc.h
52
char *savestr(const char *);
bin/sh/options.c
389
*ap++ = savestr(*argv++);
bin/sh/trap.c
415
action = savestr(action);
bin/sh/trap.c
846
tr = savestr(tr); /* trap code may free trap[i] */
bin/sh/var.c
1230
setvareq(savestr(name),
bin/sh/var.c
1252
setvareq(savestr(name), flags & ~VUNSET);
bin/sh/var.c
650
setvareq(savestr(lp->text), flags);
bin/sh/var.c
794
vp->text = savestr(vp->text);
games/warp/intrp.c
138
tildename = savestr(scrbuf);
games/warp/intrp.c
143
tildedir = savestr(pwd->pw_dir);
games/warp/intrp.c
57
logname = savestr(getlogin());
games/warp/intrp.c
64
realname = savestr(tcbuf);
games/warp/intrp.c
69
hostname = savestr(buf);
games/warp/intrp.c
71
hostname = savestr(hostname);
games/warp/intrp.c
77
hostname=savestr(hname);
games/warp/intrp.c
79
warplib = savestr(filexp(WARPLIB));
games/warp/intrp.c
84
origdir = savestr(tcbuf); /* and remember it */
games/warp/term.c
361
curmap->km_ptr[ch].km_str = savestr(m);
games/warp/util.h
50
char *savestr(const char *);
usr.bin/mail/cmd2.c
614
return canon_name ? savestr(canon_name) : NULL;
usr.bin/mail/collect.c
561
hp->h_subject = savestr(cp);
usr.bin/mail/extern.h
297
char * savestr(const char *);
usr.bin/mail/fio.c
452
return savestr(xname);
usr.bin/mail/fio.c
460
return savestr(prevfile);
usr.bin/mail/fio.c
468
name = savestr(xname);
usr.bin/mail/fio.c
473
name = savestr(xname);
usr.bin/mail/fio.c
524
return savestr(xname);
usr.bin/mail/format.c
465
return savestr(nbuf);
usr.bin/mail/format.c
678
tm->tm_zone = savestr(zone);
usr.bin/mail/format.c
898
return savestr(nbuf);
usr.bin/mail/list.c
178
argv[argn++] = savestr(linebuf);
usr.bin/mail/list.c
433
string_stack[regretp] = savestr(lexstring);
usr.bin/mail/list.c
731
field = savestr(headline);
usr.bin/mail/mime_attach.c
388
cp = savestr(cp);
usr.bin/mail/mime_attach.c
769
nap->a_name = savestr(canon_name);
usr.bin/mail/mime_attach.c
799
line = savestr(line); /* XXX - do we need this? */
usr.bin/mail/mime_attach.c
851
*str = savestr(ename);
usr.bin/mail/mime_attach.c
905
ap->a_name = savestr(canon_name);
usr.bin/mail/mime_decode.c
266
filename = savestr(filename); /* save it! */
usr.bin/mail/mime_detach.c
107
pathname = savestr(fname); /* save this or it gets trashed */
usr.bin/mail/names.c
64
np->n_name = savestr(str);
usr.bin/mail/support.c
102
*ret = savestr(p);
usr.bin/mail/support.c
551
ret = savestr(nbuf);
usr.bin/mail/support.c
580
return savestr(namebuf);
usr.bin/mail/support.c
591
return savestr(namebuf);
usr.bin/mail/support.c
593
return savestr(namebuf);
usr.bin/mail/support.c
595
return savestr(namebuf);
usr.bin/mail/support.c
622
return savestr(namebuf);
usr.bin/mail/temp.c
65
tmpdir = savestr(cp);
usr.bin/mail/temp.c
80
myname = savestr("nobody");
usr.bin/mail/temp.c
84
myname = savestr(cp);
usr.bin/mail/temp.c
88
homedir = savestr(cp);
usr.bin/mail/temp.c
91
origdir = savestr(pathbuf);
usr.bin/mail/temp.c
94
origdir = savestr(".");
usr.bin/mail/tty.c
152
return strlen(canonb) > 0 ? savestr(canonb) : NULL;
usr.bin/mail/tty.c
186
return savestr(canonb);
usr.bin/mail/tty.c
84
return line ? savestr(line) : __UNCONST("");
usr.bin/patch/patch.c
229
outname = savestr(filearg[0]);
usr.bin/patch/patch.c
522
simple_backup_suffix = savestr(optarg);
usr.bin/patch/patch.c
525
origprae = savestr(optarg);
usr.bin/patch/patch.c
563
filearg[filec] = savestr(optarg);
usr.bin/patch/patch.c
575
outname = savestr(optarg);
usr.bin/patch/patch.c
619
filearg[0] = savestr(*Argv++);
usr.bin/patch/patch.c
624
filearg[filec] = savestr(*Argv++);
usr.bin/patch/pch.c
1084
p_line[0] = savestr(buf);
usr.bin/patch/pch.c
1099
p_line[i] = savestr(buf + 2);
usr.bin/patch/pch.c
1123
p_line[i] = savestr(buf);
usr.bin/patch/pch.c
1138
p_line[i] = savestr(buf + 2);
usr.bin/patch/pch.c
1518
return path ? savestr(path) : NULL;
usr.bin/patch/pch.c
1585
return best ? savestr(best) : NULL;
usr.bin/patch/pch.c
224
filearg[0] = savestr(bestguess);
usr.bin/patch/pch.c
231
bestguess = savestr(buf);
usr.bin/patch/pch.c
319
revision = savestr(t);
usr.bin/patch/pch.c
397
bestguess = savestr(filearg[0]);
usr.bin/patch/pch.c
592
p_line[p_end] = savestr(buf);
usr.bin/patch/pch.c
663
p_line[p_end] = savestr(buf);
usr.bin/patch/pch.c
721
p_line[p_end] = savestr(buf + 2);
usr.bin/patch/pch.c
743
p_line[p_end] = savestr(buf);
usr.bin/patch/pch.c
765
p_line[p_end] = savestr(buf + 2);
usr.bin/patch/pch.c
920
p_line[0] = savestr(buf);
usr.bin/patch/pch.c
928
p_line[fillnew] = savestr(buf);
usr.bin/patch/pch.c
951
s = savestr(buf);
usr.bin/patch/pch.c
954
s = savestr(buf + 1);
usr.bin/patch/pch.c
994
s = savestr(s);
usr.bin/patch/util.c
360
name = fullname = t = savestr(at);
usr.bin/patch/util.c
384
name = savestr(name);
usr.bin/patch/util.h
42
char *savestr(const char *);