Searched refs:savestr (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/usr.bin/mail/
H A Dtemp.c59 * It's okay to call savestr in here because main will
65 tmpdir = savestr(cp);
80 myname = savestr("nobody");
84 myname = savestr(cp);
88 homedir = savestr(cp);
91 origdir = savestr(pathbuf);
94 origdir = savestr(".");
H A Dsupport.c60 savestr(const char *str) function
102 *ret = savestr(p);
551 ret = savestr(nbuf);
580 return savestr(namebuf);
591 return savestr(namebuf);
593 return savestr(namebuf);
595 return savestr(namebuf);
622 return savestr(namebuf);
H A Dfio.c448 return savestr(xname);
456 return savestr(prevfile);
464 name = savestr(xname);
469 name = savestr(xname);
520 return savestr(xname);
H A Dtty.c84 return line ? savestr(line) : __UNCONST("");
152 return strlen(canonb) > 0 ? savestr(canonb) : NULL;
186 return savestr(canonb);
H A Dmime_detach.c107 pathname = savestr(fname); /* save this or it gets trashed */
H A Dmime_attach.c388 cp = savestr(cp);
769 nap->a_name = savestr(canon_name);
799 line = savestr(line); /* XXX - do we need this? */
851 *str = savestr(ename);
905 ap->a_name = savestr(canon_name);
H A Dformat.c480 return savestr(nbuf);
693 tm->tm_zone = savestr(zone);
913 return savestr(nbuf);
H A Dextern.h297 char * savestr(const char *);
H A Dcollect.c561 hp->h_subject = savestr(cp);
H A Dcmd2.c615 return canon_name ? savestr(canon_name) : NULL;
/netbsd-current/usr.bin/patch/
H A Dutil.h42 char *savestr(const char *);
H A Dpch.c224 filearg[0] = savestr(bestguess);
231 bestguess = savestr(buf);
319 revision = savestr(t);
397 bestguess = savestr(filearg[0]);
592 p_line[p_end] = savestr(buf);
663 p_line[p_end] = savestr(buf);
721 p_line[p_end] = savestr(buf + 2);
743 p_line[p_end] = savestr(buf);
765 p_line[p_end] = savestr(buf + 2);
920 p_line[0] = savestr(bu
[all...]
H A Dpatch.c229 outname = savestr(filearg[0]);
522 simple_backup_suffix = savestr(optarg);
525 origprae = savestr(optarg);
563 filearg[filec] = savestr(optarg);
575 outname = savestr(optarg);
619 filearg[0] = savestr(*Argv++);
624 filearg[filec] = savestr(*Argv++);
H A Dutil.c193 savestr(const char *s) function
360 name = fullname = t = savestr(at);
384 name = savestr(name);
/netbsd-current/games/warp/
H A Dutil.h50 char *savestr(const char *);
H A Dintrp.c57 logname = savestr(getlogin());
64 realname = savestr(tcbuf);
69 hostname = savestr(buf);
71 hostname = savestr(hostname);
77 hostname=savestr(hname);
79 warplib = savestr(filexp(WARPLIB));
84 origdir = savestr(tcbuf); /* and remember it */
138 tildename = savestr(scrbuf);
143 tildedir = savestr(pwd->pw_dir);
H A Dutil.c187 savestr(const char *str) function
/netbsd-current/bin/sh/
H A Dmemalloc.h53 char *savestr(const char *);
H A Dcd.c308 curdir = savestr(stackblock());
424 curdir = savestr(pwd);
464 curdir = savestr(pwd);
515 curdir = savestr(pwd);
H A Dalias.c79 ap->name = savestr(name);
81 ap->val = savestr(val);
H A Dmemalloc.c91 savestr(const char *s) function
H A Dtrap.c412 action = savestr(action);
788 tr = savestr(tr); /* trap code may free trap[i] */
H A Dvar.c581 setvareq(savestr(lp->text), flags);
725 vp->text = savestr(vp->text);
1115 setvareq(savestr(name),
1137 setvareq(savestr(name), flags & ~VUNSET);
H A Doptions.c385 *ap++ = savestr(*argv++);
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A Dfont.c22 savestr (const char *s) function
85 best->x_name = savestr (fontNameString);
176 new_size->x_name = savestr (fonts[i]);
230 f->dvi_name = savestr (dvi_name);
232 f->x_name = savestr (x_name);
334 new_map->x_name = savestr (x_name);
335 new_map->dvi_name = savestr (dvi_name);

Completed in 332 milliseconds

12