Home
last modified time | relevance | path

Searched refs:strcopy (Results 1 – 25 of 35) sorted by path

12

/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs523 string/strcopy.o \
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap303 #undef strcopy
304 #define strcopy _ast_strcopy
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap303 #undef strcopy
304 #define strcopy _ast_strcopy
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap303 #undef strcopy
304 #define strcopy _ast_strcopy
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap303 #undef strcopy
304 #define strcopy _ast_strcopy
/illumos-gate/usr/src/cmd/ed/
H A Ded.c284 static void strcopy(char *source, char *dest);
3086 strcopy(scan, tabvect); in stdtab()
3128 strcopy(char *source, char *dest) in strcopy() function
/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c218 static char *strcopy(
2049 p = strcopy(disk_name, inquiry->inq_vid,
2052 p = strcopy(p, inquiry->inq_pid, sizeof (inquiry->inq_pid));
2054 p = strcopy(p, inquiry->inq_revision,
2067 strcopy( function
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c1432 p = strcopy(p, "line ");
1440 p = strcopy(p, msg);
1451 p = strcopy(p, msg);
1455 p = strcopy(p, arg);
2689 op = strcopy(op, "\
2751 op = strcopy(op, "\
3169 op = strcopy(op, im);
3181 op = strcopy(op, im);
4894 strcopy( buf, copy);
4898 strcopy( e, file);
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c396 out = strcopy(begin,path_basename(cp= *com++)); in ed_expand()
405 out = strcopy(begin,cp); in ed_expand()
409 out = strcopy(begin,fmtx(*com)); in ed_expand()
413 out = strcopy(begin,*com++); in ed_expand()
436 out = strcopy(begin,cp); in ed_expand()
440 out = strcopy(begin,cp); in ed_expand()
449 out = strcopy(begin,cp); in ed_expand()
461 out = strcopy(out,fmtx(*com++)); in ed_expand()
482 out = strcopy(out,left); in ed_expand()
570 cp = strcopy((char*)ep->e_inbuf,e_runvi); in ed_fulledit()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c546 sp = strcopy(sp, *argv++) + 1; in sh_argcreate()
H A Dmain.c331 name = strcopy(shp->comdiv,name); in sh_main()
333 strcopy(name," \"$@\""); in sh_main()
H A Dname.c2140 p=strcopy(q,nv_name(np)); in staknam()
2207 ap->attval = strcopy(++ap->attval,nv_name(np)); in attstore()
2271 cp = data.attval = strcopy(*data.argnam,e_envmarker); in sh_envgen()
H A Dnvtype.c959 cp = strcopy(cp,NV_DATA); in nv_mktype()
984 cp = strcopy(cp,sp); in nv_mktype()
1063 cp = strcopy(cp,np->nvenv); in nv_mktype()
1074 cp = strcopy(name=cp, &np->nvname[m]); in nv_mktype()
1123 cp = strcopy(cp,cname); in nv_mktype()
1126 cp = strcopy(cp,nr->nvname); in nv_mktype()
H A Dparse.c889 cp = strcopy(cp,sp); in funct()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile60 sig.3 spawnveg.3 stak.3 stk.3 strcopy.3 strdup.3 strelapsed.3 \
73 chresc.c chrtoi.c streval.c strexpr.c strmatch.c strcopy.c \
H A DMamfile759 make strcopy.o
760 make string/strcopy.c
762 done string/strcopy.c
763 meta strcopy.o %.c>%.o string/strcopy.c strcopy
764 prev string/strcopy.c
766 done strcopy.o generated
6303 make ${INSTALLROOT}/man/man3/strcopy.3
6304 make man/strcopy.3
6305 done man/strcopy.3
6306strcopy.3' || ${STDCMP} 2>/dev/null -s man/strcopy.3 ${INSTALLROOT}/man/man3/strcopy.3 || { ${STDM…
[all …]
H A DREADME78 strcopy like strcpy(3) but returns end of destination
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.h152 extern char* strcopy(char*, const char*);
H A Dastsa.manifest26 ../string/strcopy.c
H A Dastsa.omk45 strcopy.c \
70 sfstr.o strcopy.o strdup.o strmatch.o strtoip4.o strtoip6.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c1105 cc->from.name = strcopy(cc->to.name, to) + 1; in _ast_iconv_open()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h323 extern char* strcopy(char*, const char*);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c752 pat = strcopy(ap->gl_begin, pattern + optlen); in glob()
754 pat = strcopy(pat, gp->gl_suffix); in glob()
777 strcopy(top->gl_path + gp->gl_extra, nocheck); in glob()
H A Dmagic.c889 e = strcopy(ep->mime, e); in ckmagic()
H A Dmime.c224 x = strcopy(tta->value = cap->data, v) + 1; in mimeset()
232 x = strcopy(att->name = x, k) + 1; in mimeset()
233 x = strcopy(att->value = x, v) + 1; in mimeset()

12