Home
last modified time | relevance | path

Searched refs:strcopy (Results 1 – 25 of 35) sorted by last modified time

12

/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/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/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c889 cp = strcopy(cp,sp); in funct()
H A Dmain.c331 name = strcopy(shp->comdiv,name); in sh_main()
333 strcopy(name," \"$@\""); in sh_main()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c293 p = strcopy(buf, "proto: "); in proto_error()
308 p = strcopy(p, "line "); in proto_error()
316 p = strcopy(p, msg); in proto_error()
327 p = strcopy(p, msg); in proto_error()
331 p = strcopy(p, arg); in proto_error()
377 p = strcopy(p, "\n# "); in linesync()
397 op = strcopy(op, "\ in init()
459 op = strcopy(op, "\ in init()
903 op = strcopy(op, im); in lex()
915 op = strcopy(op, im); in lex()
[all …]
H A Dppop.c137 s = t = strcopy(pp.tmpbuf, error_info.file); in ppmapinclude()
H A DRELEASE134 ppproto.c: add realloc prototype and memcpy=>memcopy strcpy=>strcopy
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dvmstate.c92 s = strcopy(s, "TRUST|"); in key()
95 s = strcopy(s, "TRACE|"); in key()
97 s = strcopy(s, "DBCHECK|"); in key()
99 s = strcopy(s, "DBABORT|"); in key()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrcopy.c31 strcopy(register char* s, register const char* t) in strcopy() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/preroot/
H A Drealopen.c39 strcopy(strcopy(buf, PR_REAL), path); in realopen()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dmnt.c119 s = strcopy(hp->mnt.options = hp->opt, type);
120 s = strcopy(s, ",ignorecase");
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathkey.c120 attr = strcopy(attr, "PREROOT='"); in pathkey_20100601()
135 attr = strcopy(attr, k); in pathkey_20100601()
144 attr = strcopy(attr, k); in pathkey_20100601()
153 attr = strcopy(attr, "' UNIVERSE='"); in pathkey_20100601()
158 attr = strcopy(attr, k); in pathkey_20100601()
265 attr = strcopy(attr, k); in pathkey_20100601()
274 attr = strcopy(attr, " ATTRIBUTES='PREROOT UNIVERSE"); in pathkey_20100601()
H A Dpathpath.c106 s = strcopy(path, s); in pathpath_20100601()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c500 t = strcopy(t, s); in secname()
511 t = strcopy(t, "SECTION "); in secname()
514 strcopy(t, s); in secname()
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()
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()
/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/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/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/
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
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 \

12