Home
last modified time | relevance | path

Searched refs:strsave (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/cmd/sgs/error/common/
H A Derrorpi.c231 nwordv[0] = strsave(currentfilename); in pi()
232 nwordv[1] = strsave(c_linenumber); in pi()
236 nwordv[4] = strsave("%%%\n"); in pi()
260 nwordv[0] = strsave(currentfilename); in pi()
305 nwordv[0] = strsave(currentfilename); in pi()
317 nwordv[0] = strsave(currentfilename); in pi()
318 nwordv[1] = strsave(c_header[0]); in pi()
319 nwordv[2] = strsave(c_header[1]); in pi()
320 nwordv[3] = strsave(c_header[2]); in pi()
333 nwordv[0] = strsave(currentfilename); in pi()
[all …]
H A Derrorsubr.c89 strsave(char *instring) in strsave() function
195 *r_perd = strsave(cp+1); in persperdexplode()
198 *r_pers = strsave(string); in persperdexplode()
292 saltedbuffer = strsave(string); in wordvbuild()
H A Derrorfilter.c109 names_ignored[i] = strsave(inbuffer); in getignored()
H A Derror.h220 char *strsave(char *instring);
/titanic_41/usr/src/cmd/ttymon/
H A Dtmpmtab.c45 extern char *strsave();
163 gptr->p_tag = strsave(getword(ptr,&size,0)); in read_pmtab()
173 gptr->p_identity=strsave(getword(ptr,&size,0)); in read_pmtab()
176 gptr->p_res1=strsave(getword(ptr,&size,0)); in read_pmtab()
179 gptr->p_res2=strsave(getword(ptr,&size,0)); in read_pmtab()
182 gptr->p_res3=strsave(getword(ptr,&size,0)); in read_pmtab()
185 gptr->p_device = strsave(getword(ptr,&size,0)); in read_pmtab()
206 strsave(expand(getword(ptr,&size,1), in read_pmtab()
220 gptr->p_ttylabel=strsave(getword(ptr,&size,0)); in read_pmtab()
223 gptr->p_modules = strsave(getword(ptr,&size,0)); in read_pmtab()
[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);
446 strsave(str) in strsave() function
H A Dtmexpress.c243 extern char *strsave(); in ttymon_options()
280 pmtab->p_prompt = strsave(getword(tbuf, &size, TRUE)); in ttymon_options()
/titanic_41/usr/src/cmd/eqn/
H A Dlex.c229 char *strsave(), *p1, *p2; in define()
237 p1 = strsave(token); in define()
241 p2 = strsave(token); in define()
251 char *strsave(); in space()
254 spaceval = strsave(token); in space()
260 strsave(char *s) in strsave() function
/titanic_41/usr/src/cmd/bnu/
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);
H A Dstrsave.c39 strsave(str) in strsave() function
/titanic_41/usr/src/lib/libnsl/dial/
H A Dsysfiles.c102 extern char *strsave(const char *);
205 Systems[0] = strsave(SYSTEMS); in scansys()
211 Devices[0] = strsave(DEVICES); in scansys()
217 Dialers[0] = strsave(DIALERS); in scansys()
412 *tptr = strsave(expandpath); in setfile()
435 *tptr = strsave(tok); in setioctl()
H A Dstrsave.c39 strsave(const char *str) in strsave() function
/titanic_41/usr/src/cmd/cmd-inet/common/
H A Dkcmd.h96 char *strsave(char *sp);
H A Dkcmd.c447 strsave(char *sp) in strsave() function
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c207 strsave(const char *str) in strsave() function
482 *cpp = strsave(str); in set_string()
860 if ((cp = strsave(keybuf)) == NULL) { in dispatch_keyword()
2160 *cpp++ = strsave(keybuf); in launch_service()
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk.h318 STRING strsave(wchar_t *string);
H A Dawk4.c683 str = strsave(na==0 ? linebuf : exprstring(getlist(&np))); in docasetr()
H A Dawk2.c708 fmtsave = fmt = (wchar_t *)strsave(exprstring(fnp)); in xprintf()
H A Dawk3.c356 strsave(wchar_t *old) in strsave() function
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c2114 local_argv[i] = strsave(argv[i]); in save_argv()
/titanic_41/usr/src/lib/libnsl/common/
H A Dllib-lnsl118 /* strsave.c */
/titanic_41/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in861 SCOPED_SYMBOL|SunOS_5.6|libkrb.so.1|strsave