Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorpi.c229 nwordv[0] = strsave(currentfilename); in pi()
230 nwordv[1] = strsave(c_linenumber); in pi()
234 nwordv[4] = strsave("%%%\n"); in pi()
258 nwordv[0] = strsave(currentfilename); in pi()
315 nwordv[0] = strsave(currentfilename); in pi()
316 nwordv[1] = strsave(c_header[0]); in pi()
317 nwordv[2] = strsave(c_header[1]); in pi()
318 nwordv[3] = strsave(c_header[2]); in pi()
331 nwordv[0] = strsave(currentfilename); in pi()
332 nwordv[1] = strsave(c_linenumber); in pi()
[all …]
H A Derrorsubr.c89 strsave(char *instring) in strsave() function
198 *r_perd = strsave(cp+1); in persperdexplode()
201 *r_pers = strsave(string); in persperdexplode()
295 saltedbuffer = strsave(string); in wordvbuild()
H A Derrorfilter.c107 names_ignored[i] = strsave(inbuffer); in getignored()
H A Derror.h216 char *strsave(char *instring);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c160 gptr->p_tag = strsave(getword(ptr, &size, 0)); in read_pmtab()
170 gptr->p_identity = strsave( in read_pmtab()
183 gptr->p_device = strsave( in read_pmtab()
207 strsave(expand(getword(ptr, &size, 1), in read_pmtab()
222 gptr->p_ttylabel = strsave(getword(ptr, in read_pmtab()
226 gptr->p_modules = strsave(getword(ptr, in read_pmtab()
234 gptr->p_prompt = strsave(getword(ptr, &size, in read_pmtab()
238 gptr->p_dmsg = strsave(getword(ptr, &size, in read_pmtab()
243 gptr->p_termtype = strsave(getword(ptr, in read_pmtab()
248 gptr->p_softcar = strsave(getword(ptr, in read_pmtab()
[all …]
H A Dtmttydefs.c347 tp->g_id = strsave(gptr->g_id); in insert_def()
348 tp->g_iflags = strsave(gptr->g_iflags); in insert_def()
349 tp->g_fflags = strsave(gptr->g_fflags); in insert_def()
351 tp->g_nextid = strsave(gptr->g_nextid); in insert_def()
440 strsave(char *str) in strsave() function
H A Dttymon.c609 data = strsave(src); in merge_flags()
610 flags = strsave(ttymode); in merge_flags()
618 flags = strsave(flags); in merge_flags()
694 serial.g_id = strsave(sp->g_id); in get_speed()
698 serial.g_nextid = strsave(sp->g_nextid); in get_speed()
H A Dtmextern.h143 extern char *strsave(char *);
H A Dtmexpress.c306 pmtab->p_prompt = strsave(getword(tbuf, &size, TRUE)); in ttymon_options()
/illumos-gate/usr/src/cmd/eqn/
H A Dlex.c227 char *strsave(), *p1, *p2; in define()
235 p1 = strsave(token); in define()
239 p2 = strsave(token); in define()
249 char *strsave(); in space()
252 spaceval = strsave(token); in space()
258 strsave(char *s) in strsave() function
/illumos-gate/usr/src/cmd/bnu/
H A DMakefile.inc38 strsave.c sysfiles.c systat.c ulockf.c unknown.c \
65 sysfiles.o strsave.o $(GETOPT)
97 sysfiles.o strsave.o getargs.o
102 uucpname.o versys.o strsave.o sysfiles.o \
118 uuglist.cat := POBJS = grades.o cpmv.o getargs.o getpwinfo.o strsave.o \
122 bnuconvert.cat := POBJS = bnuconvert.o uucpdefs.o grades.o strsave.o \
132 ulockf.o conn.o interface.o strsave.o \
139 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
/illumos-gate/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.c37 strsave(const char *str) in strsave() function
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.h94 char *strsave(char *sp);
H A Dkcmd.c454 strsave(char *sp) in strsave() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c208 strsave(const char *str) in strsave() function
483 *cpp = strsave(str); in set_string()
861 if ((cp = strsave(keybuf)) == NULL) { in dispatch_keyword()
2161 *cpp++ = strsave(keybuf); in launch_service()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h316 STRING strsave(wchar_t *string);
H A Dawk4.c682 str = strsave(na==0 ? linebuf : exprstring(getlist(&np))); in docasetr()
H A Dawk2.c706 fmtsave = fmt = (wchar_t *)strsave(exprstring(fnp)); in xprintf()
H A Dawk3.c354 strsave(wchar_t *old) in strsave() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c2114 local_argv[i] = strsave(argv[i]); in save_argv()
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in861 SCOPED_SYMBOL|SunOS_5.6|libkrb.so.1|strsave