Home
last modified time | relevance | path

Searched refs:strcopy (Results 1 – 25 of 38) sorted by relevance

12

/titanic_41/usr/src/lib/libpp/common/
H A Dppproto.c206 #define strcpy(t,f) strcopy(t,f)
249 strcopy(register char* s, register const char* t) in strcopy() function
263 p = strcopy(buf, "proto: "); in proto_error()
273 p = strcopy(p, proto->file); in proto_error()
278 p = strcopy(p, "line "); in proto_error()
282 p = strcopy(p, proto->file); in proto_error()
286 p = strcopy(p, msg); in proto_error()
296 p = strcopy(p, "warning: "); in proto_error()
297 p = strcopy(p, msg); in proto_error()
301 p = strcopy(p, arg); in proto_error()
[all …]
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dcompletion.c378 out = strcopy(begin,path_basename(cp= *com++)); in ed_expand()
387 out = strcopy(begin,cp); in ed_expand()
391 out = strcopy(begin,fmtx(*com)); in ed_expand()
395 out = strcopy(begin,*com++); in ed_expand()
418 out = strcopy(begin,cp); in ed_expand()
422 out = strcopy(begin,cp); in ed_expand()
431 out = strcopy(begin,cp); in ed_expand()
443 out = strcopy(out,fmtx(*com++)); in ed_expand()
464 out = strcopy(out,left); in ed_expand()
552 cp = strcopy((char*)ep->e_inbuf,e_runvi); in ed_fulledit()
[all …]
/titanic_41/usr/src/lib/libast/common/path/
H A Dpathkey.c104 attr = strcopy(attr, "PREROOT='"); in pathkey()
119 attr = strcopy(attr, k); in pathkey()
128 attr = strcopy(attr, "' UNIVERSE='"); in pathkey()
133 attr = strcopy(attr, k); in pathkey()
240 attr = strcopy(attr, k); in pathkey()
249 attr = strcopy(attr, " ATTRIBUTES='PREROOT UNIVERSE"); in pathkey()
H A Dpathpath.c90 s = strcopy(path, s); in pathpath()
/titanic_41/usr/src/lib/libast/common/preroot/
H A Drealopen.c39 strcopy(strcopy(buf, PR_REAL), path); in realopen()
/titanic_41/usr/src/lib/libast/common/string/
H A Dstrcopy.c31 strcopy(register char* s, register const char* t) in strcopy() function
/titanic_41/usr/src/lib/libast/common/misc/
H A Dglob.c736 pat = strcopy(ap->gl_begin, pattern + optlen); in glob()
738 pat = strcopy(pat, gp->gl_suffix); in glob()
755 strcopy(top->gl_path + gp->gl_extra, nocheck); in glob()
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()
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h303 #undef strcopy
304 #define strcopy _ast_strcopy macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h324 #undef strcopy
325 #define strcopy _ast_strcopy macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h324 #undef strcopy
325 #define strcopy _ast_strcopy macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h324 #undef strcopy
325 #define strcopy _ast_strcopy macro
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h303 #undef strcopy
304 #define strcopy _ast_strcopy macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h303 #undef strcopy
304 #define strcopy _ast_strcopy macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h324 #undef strcopy
325 #define strcopy _ast_strcopy macro
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h303 #undef strcopy
304 #define strcopy _ast_strcopy macro
/titanic_41/usr/src/lib/libast/common/port/
H A Dmnt.c119 s = strcopy(hp->mnt.options = hp->opt, type);
120 s = strcopy(s, ",ignorecase");
/titanic_41/usr/src/cmd/format/
H A Dauto_sense.c226 static char *strcopy(
2107 p = strcopy(disk_name, inquiry->inq_vid,
2110 p = strcopy(p, inquiry->inq_pid, sizeof (inquiry->inq_pid));
2112 p = strcopy(p, inquiry->inq_revision,
2125 strcopy( function
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dnvtype.c926 cp = strcopy(cp,NV_DATA); in nv_mktype()
951 cp = strcopy(cp,sp); in nv_mktype()
1030 cp = strcopy(cp,np->nvenv); in nv_mktype()
1041 cp = strcopy(name=cp, &np->nvname[m]); in nv_mktype()
1090 cp = strcopy(cp,cname); in nv_mktype()
1093 cp = strcopy(cp,nr->nvname); in nv_mktype()
H A Dmain.c345 name = strcopy(shp->comdiv,name); in sh_main()
347 strcopy(name," \"$@\""); in sh_main()
/titanic_41/usr/src/lib/libast/common/include/
H A Dast.h302 extern char* strcopy(char*, const char*);
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap303 #undef strcopy
304 #define strcopy _ast_strcopy
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap303 #undef strcopy
304 #define strcopy _ast_strcopy
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap303 #undef strcopy
304 #define strcopy _ast_strcopy
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap303 #undef strcopy
304 #define strcopy _ast_strcopy

12