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

/macosx-10.10/bind9-45.101/bind9/contrib/nslint-2.1a3/
H A Dsavestr.h21 * @(#) $Header: /u0/home/explorer/proj/ISC/git-conversion/cvsroot/bind9/contrib/nslint-2.1a3/savestr.h,v 1.1 2001/12/21 04:12:05 marka Exp $ (LBL)
24 extern char *savestr(const char *);
H A Dsavestr.c24 "@(#) $Header: /u0/home/explorer/proj/ISC/git-conversion/cvsroot/bind9/contrib/nslint-2.1a3/savestr.c,v 1.1 2001/12/21 04:12:04 marka Exp $ (LBL)";
40 #include "savestr.h"
44 savestr(register const char *str) function
58 fprintf(stderr, "savestr: malloc\n");
H A Dnslint.c57 #include "savestr.h"
474 cwd = savestr(cp2);
734 cwd = savestr(cp2);
1724 ip->host = savestr(host);
2285 protoserv[protoserv_last] = savestr(psbuf);
/macosx-10.10/mail_cmds-30/mail/
H A Dtemp.c73 * It's okay to call savestr in here because main will
85 myname = savestr(cp);
91 homedir = savestr(cp);
H A Dfio.c368 return (savestr(xname));
376 return (savestr(prevfile));
384 name = savestr(xname);
390 name = savestr(xname);
435 return (savestr(xname));
H A Daux.c61 savestr(str) function
544 return (savestr(namebuf));
556 return (savestr(namebuf));
558 return (savestr(namebuf));
560 return (savestr(namebuf));
581 return (savestr(namebuf));
H A Dtty.c250 return (strlen(canonb) > 0 ? savestr(canonb) : NULL);
279 return (savestr(canonb));
H A Dextern.h71 char *savestr(char *);
H A Dcollect.c281 hp->h_subject = savestr(cp);
290 hp->h_replyto = savestr(cp);
H A Dlist.c219 *np++ = savestr(lexstring);
491 argv[argn++] = savestr(linebuf);
630 string_stack[regretp] = savestr(lexstring);
H A Dcmd3.c208 str = savestr(str); /* copy to modify */
H A Dnames.c71 np->n_name = savestr(str);
/macosx-10.10/patch_cmds-17/patch/
H A Dutil.h42 char *savestr(const char *);
H A Dpch.c216 filearg[0] = savestr(bestguess);
223 bestguess = savestr(buf);
311 revision = savestr(t);
389 bestguess = savestr(filearg[0]);
563 p_line[p_end] = savestr(buf);
631 p_line[p_end] = savestr(buf);
686 p_line[p_end] = savestr(buf + 2);
708 p_line[p_end] = savestr(buf);
730 p_line[p_end] = savestr(buf + 2);
885 p_line[0] = savestr(bu
[all...]
H A Dpatch.c218 outname = savestr(filearg[0]);
500 simple_backup_suffix = savestr(optarg);
503 origprae = savestr(optarg);
541 filearg[filec] = savestr(optarg);
553 outname = savestr(optarg);
600 filearg[0] = savestr(*Argv++);
605 filearg[filec] = savestr(*Argv++);
H A Dutil.c178 savestr(const char *s) function
343 name = fullname = t = savestr(at);
367 name = savestr(name);
/macosx-10.10/gpatch-3/patch/
H A Dutil.h42 char *savestr (char const *);
H A Dpatch.c656 origprae = savestr (optarg);
666 do_defines = savestr (optarg);
684 patchname = savestr (optarg);
698 outfile = savestr (optarg);
704 rejname = savestr (optarg);
738 origbase = savestr (optarg);
744 simple_backup_suffix = savestr (optarg);
791 inname = savestr (Argv[optind++]);
795 patchname = savestr (Argv[optind++]);
H A Dpch.c382 revision = savestr (revision);
930 if (! (p_line[p_end] = savestr (buf))) {
1001 if (! (p_line[p_end] = savestr (buf)))
1289 if (! (p_line[0] = savestr (buf))) {
1298 if (! (p_line[filldst] = savestr (buf))) {
1436 if (! (p_line[0] = savestr (buf))) {
1480 if (! (p_line[i] = savestr (buf))) {
H A Dutil.c439 savestr (char const *s) function
1001 return savestr (name);
/macosx-10.10/groff-38/groff/src/devices/xditview/
H A Dfont.c20 savestr (const char *s) function
83 best->x_name = savestr (fontNameString);
174 new_size->x_name = savestr (fonts[i]);
228 f->dvi_name = savestr (dvi_name);
230 f->x_name = savestr (x_name);
332 new_map->x_name = savestr (x_name);
333 new_map->dvi_name = savestr (dvi_name);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A DDbg.c819 savestr(objPtr,str) function
977 savestr(&b->pat,Tcl_GetString (objv[i]));
984 savestr(&b->pat,Tcl_GetString (objv[i]));
1002 savestr(&b->file,ref);
1008 /* savestr(&b->file, ?); */
1049 savestr(&b->expr,Tcl_GetString (objv[i]));
1071 savestr(&b->cmd,Tcl_GetString (objv[i]));
/macosx-10.10/shell_cmds-179/printf/
H A Dprintf.c257 p = savestr(getstr());
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c430 static char *savestr __P((char *));
1669 real_name = uncompressed_name = savestr (file);
1673 real_name = compressed_name = savestr (file);
1784 fdp->infname = savestr (fn);
4523 char *package = savestr ("main"); /* current package name */
6035 p_head->pattern = savestr (regexp_pattern);
6039 p_head->name = savestr (name);
6373 taggedfname = savestr (taggedabsname);
6426 fdhead->infname = savestr (curfdp->infname);
6427 fdhead->infabsname = savestr (curfd
6492 savestr (cp) function
[all...]

Completed in 298 milliseconds