/titanic_41/usr/src/cmd/sgs/error/common/ |
H A D | errorpi.c | 231 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 D | errorsubr.c | 89 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 D | errorfilter.c | 109 names_ignored[i] = strsave(inbuffer); in getignored()
|
H A D | error.h | 220 char *strsave(char *instring);
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmpmtab.c | 45 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 D | tmttydefs.c | 55 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 D | tmexpress.c | 243 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 D | lex.c | 229 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 D | Makefile.inc | 36 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 D | sysfiles.c | 87 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 D | strsave.c | 39 strsave(str) in strsave() function
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 102 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 D | strsave.c | 39 strsave(const char *str) in strsave() function
|
/titanic_41/usr/src/cmd/cmd-inet/common/ |
H A D | kcmd.h | 96 char *strsave(char *sp);
|
H A D | kcmd.c | 447 strsave(char *sp) in strsave() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | options.c | 207 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 D | awk.h | 318 STRING strsave(wchar_t *string);
|
H A D | awk4.c | 683 str = strsave(na==0 ? linebuf : exprstring(getlist(&np))); in docasetr()
|
H A D | awk2.c | 708 fmtsave = fmt = (wchar_t *)strsave(exprstring(fnp)); in xprintf()
|
H A D | awk3.c | 356 strsave(wchar_t *old) in strsave() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 2114 local_argv[i] = strsave(argv[i]); in save_argv()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 118 /* strsave.c */
|
/titanic_41/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 861 SCOPED_SYMBOL|SunOS_5.6|libkrb.so.1|strsave
|