Home
last modified time | relevance | path

Searched refs:savestr (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-9-stable/gnu/usr.bin/patch/
Dpch.c187 filearg[0] = savestr(bestguess); in there_is_another_patch()
195 bestguess = savestr(buf); in there_is_another_patch()
230 return savestr(str); in p4_savestr()
301 oldtmp = savestr(s+4); in intuit_diff_type()
303 newtmp = savestr(s+4); in intuit_diff_type()
305 oldtmp = savestr(s+4); /* pretend it is the old name */ in intuit_diff_type()
307 indtmp = savestr(s+6); in intuit_diff_type()
311 revision = savestr(t); in intuit_diff_type()
386 filearg[0] = savestr(indname); in intuit_diff_type()
389 filearg[0] = savestr(oldname); in intuit_diff_type()
[all …]
Dpatch.c229 outname = savestr(filearg[0]);
509 filearg[filec++] = savestr(optarg); in get_some_switches()
514 simple_backup_suffix = savestr(optarg); in get_some_switches()
517 origprae = savestr(optarg); in get_some_switches()
550 filearg[1] = savestr(optarg); in get_some_switches()
565 outname = savestr(optarg); in get_some_switches()
631 filearg[filec++] = savestr(Argv[optind]); in get_some_switches()
Dutil.c166 savestr(char *s) in savestr() function
402 name = fullname = t = savestr(at); in fetchname()
426 name = savestr(name); in fetchname()
Dutil.h84 char *savestr(char *_s);
/freebsd-9-stable/bin/sh/
Dmknodes.c107 static char *savestr(const char *);
144 nodename[ntypes] = savestr(name); in parsenode()
150 sp->tag = savestr(tag); in parsenode()
175 fp->name = savestr(name); in parsefield()
197 fp->decl = savestr(linep); in parsefield()
201 fp->decl = savestr(decl); in parsefield()
441 savestr(const char *s) in savestr() function
Dmkinit.c156 char *savestr(const char *);
166 header_files[0] = savestr("\"shell.h\""); in main()
167 header_files[1] = savestr("\"mystring.h\""); in main()
168 header_files[2] = savestr("\"init.h\""); in main()
321 *pp = savestr(name); in doinclude()
470 savestr(const char *s) in savestr() function
Dalias.c73 ap->val = savestr(val); in setalias()
90 ap->name = savestr(name); in setalias()
109 ap->val = savestr(val); in setalias()
Dcd.c327 curdir = dir ? savestr(dir) : NULL; in updatepwd()
385 curdir = savestr(p); in getpwd()
430 curdir = savestr(pwd); in pwd_init()
Dvar.c309 ss = savestr(s); in change_env()
418 setvareq(savestr(lp->text), flags); in listsetvar()
777 setvareq(savestr(name), VSTRFIXED | VNOLOCAL); in mklocal()
788 setvareq(savestr(name), VNOLOCAL); in mklocal()
Dmemalloc.h53 char *savestr(const char *);
Dmemalloc.c98 savestr(const char *s) in savestr() function
Dtrap.c202 action = savestr(action); in trapcmd()
Doptions.c321 *ap++ = savestr(*argv++); in setparam()
/freebsd-9-stable/contrib/groff/src/devices/xditview/
Dfont.c20 savestr (const char *s) in savestr() function
83 best->x_name = savestr (fontNameString); in LookupFontSizeBySize()
174 new_size->x_name = savestr (fonts[i]); in InstallFontSizes()
228 f->dvi_name = savestr (dvi_name); in InstallFont()
230 f->x_name = savestr (x_name); in InstallFont()
332 new_map->x_name = savestr (x_name); in ParseFontMap()
333 new_map->dvi_name = savestr (dvi_name); in ParseFontMap()
/freebsd-9-stable/usr.bin/mail/
Dutil.c55 savestr(char *str) in savestr() function
512 return (savestr(namebuf)); in name1()
524 return (savestr(namebuf)); in name1()
526 return (savestr(namebuf)); in name1()
528 return (savestr(namebuf)); in name1()
549 return (savestr(namebuf)); in name1()
Dfio.c345 return (savestr(xname)); in expand()
353 return (savestr(prevfile)); in expand()
361 name = savestr(xname); in expand()
367 name = savestr(xname); in expand()
412 return (savestr(xname)); in expand()
Dtemp.c78 myname = savestr(cp); in tinit()
84 homedir = savestr(cp); in tinit()
Dtty.c235 return (strlen(canonb) > 0 ? savestr(canonb) : NULL); in readtty()
264 return (savestr(canonb)); in readtty()
Dlist.c208 *np++ = savestr(lexstring); in markall()
475 argv[argn++] = savestr(linebuf); in getrawlist()
612 string_stack[regretp] = savestr(lexstring); in regret()
Dcollect.c254 hp->h_subject = savestr(cp); in collect()
263 hp->h_replyto = savestr(cp); in collect()
Dextern.h63 char *savestr(char *);
Dnames.c62 np->n_name = savestr(str); in nalloc()
/freebsd-9-stable/contrib/bsnmp/gensnmptree/
Dgensnmptree.c221 savestr(const char *s) in savestr() function
261 paths[npaths - stdpaths] = savestr(path); in path_new()
273 ip->fname = savestr(fname); in input_new()
274 ip->path = savestr(path); in input_new()
302 fn = savestr(fname); in tryopen()
467 return (savestr(str)); in savetok()
695 t->name = savestr(s); in make_type()
698 t->from_fname = savestr(input->fname); in make_type()
1044 ptr->name = savestr(f); in gen_header()
/freebsd-9-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
Dbsnmpimport.c123 savestr(const char *s) in savestr() function
163 ip->fname = savestr(fname); in input_new()
164 ip->path = savestr(path); in input_new()
192 fn = savestr(fname); in tryopen()
/freebsd-9-stable/contrib/traceroute/
DCHANGES23 - Fix problems caused by savestr().

12