Searched refs:strsave (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorpi.c231 nwordv[0] = strsave(currentfilename);
232 nwordv[1] = strsave(c_linenumber);
236 nwordv[4] = strsave("%%%\n");
260 nwordv[0] = strsave(currentfilename);
305 nwordv[0] = strsave(currentfilename);
317 nwordv[0] = strsave(currentfilename);
318 nwordv[1] = strsave(c_header[0]);
319 nwordv[2] = strsave(c_header[1]);
320 nwordv[3] = strsave(c_header[2]);
333 nwordv[0] = strsave(currentfilenam
[all...]
H A Derrorsubr.c89 strsave(char *instring) function
195 *r_perd = strsave(cp+1);
198 *r_pers = strsave(string);
292 saltedbuffer = strsave(string);
H A Derrorfilter.c109 names_ignored[i] = strsave(inbuffer);
H A Derror.h220 char *strsave(char *instring);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstrsave.c39 strsave(const char *str) function
H A Dsysfiles.c102 extern char *strsave(const char *);
205 Systems[0] = strsave(SYSTEMS);
211 Devices[0] = strsave(DEVICES);
217 Dialers[0] = strsave(DIALERS);
412 *tptr = strsave(expandpath);
435 *tptr = strsave(tok);
/illumos-gate/usr/src/cmd/bnu/
H A Dstrsave.c26 #ident "%Z%%M% %I% %E% SMI" /* from SVR4 bnu:strsave.c 1.5 */
39 strsave(str) function
H A DMakefile.inc36 strsave.c sysfiles.c systat.c ulockf.c unknown.c \
60 sysfiles.o strsave.o $(GETOPT)
92 sysfiles.o strsave.o getargs.o
97 uucpname.o versys.o strsave.o sysfiles.o \
113 uuglist.cat := POBJS = grades.o cpmv.o getargs.o getpwinfo.o strsave.o \
117 bnuconvert.cat := POBJS = bnuconvert.o uucpdefs.o grades.o strsave.o \
127 ulockf.o conn.o interface.o strsave.o \
134 strsave.o stoa.o setmode.o
H A Dsysfiles.c87 EXTERN char *strsave();
90 extern char *strcpy(), *strtok(), *strchr(), *strsave();
177 Systems[0] = strsave(SYSTEMS);
182 Devices[0] = strsave(DEVICES);
187 Dialers[0] = strsave(DIALERS);
386 *tptr = strsave(expandpath);
410 *tptr = strsave(tok);
/illumos-gate/usr/src/cmd/eqn/
H A Dlex.c229 char *strsave(), *p1, *p2;
237 p1 = strsave(token);
241 p2 = strsave(token);
251 char *strsave();
254 spaceval = strsave(token);
260 strsave(char *s) function
267 error(FATAL, gettext("out of space in strsave on %s"), s);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c45 extern char *strsave();
163 gptr->p_tag = strsave(getword(ptr,&size,0));
173 gptr->p_identity=strsave(getword(ptr,&size,0));
176 gptr->p_res1=strsave(getword(ptr,&size,0));
179 gptr->p_res2=strsave(getword(ptr,&size,0));
182 gptr->p_res3=strsave(getword(ptr,&size,0));
185 gptr->p_device = strsave(getword(ptr,&size,0));
206 strsave(expand(getword(ptr,&size,1),
220 gptr->p_ttylabel=strsave(getword(ptr,&size,0));
223 gptr->p_modules = strsave(getwor
[all...]
H A Dtmttydefs.c55 char *strsave();
354 tp->g_id = strsave(gptr->g_id);
355 tp->g_iflags = strsave(gptr->g_iflags);
356 tp->g_fflags = strsave(gptr->g_fflags);
358 tp->g_nextid = strsave(gptr->g_nextid);
442 * this is copies from uucp/strsave.c
446 strsave(str) function
453 log("strsave: malloc failed");
460 log("strsave: malloc failed");
H A Dtmexpress.c243 extern char *strsave();
280 pmtab->p_prompt = strsave(getword(tbuf, &size, TRUE));
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.h96 char *strsave(char *sp);
H A Dkcmd.c447 strsave(char *sp) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c207 strsave(const char *str) function
482 *cpp = strsave(str);
860 if ((cp = strsave(keybuf)) == NULL) {
2160 *cpp++ = strsave(keybuf);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h318 STRING strsave(wchar_t *string);
H A Dawk2.c708 fmtsave = fmt = (wchar_t *)strsave(exprstring(fnp));
H A Dawk4.c683 str = strsave(na==0 ? linebuf : exprstring(getlist(&np)));
H A Dawk3.c356 strsave(wchar_t *old) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c2114 local_argv[i] = strsave(argv[i]);

Completed in 175 milliseconds