Searched refs:strcopy (Results 1 - 25 of 48) sorted by relevance

12

/ast/src/lib/libast/string/
H A Dstrcopy.c31 strcopy(register char* s, register const char* t) function
/ast/src/lib/libast/preroot/
H A Drealopen.c39 strcopy(strcopy(buf, PR_REAL), path);
/ast/src/lib/libast/path/
H A Dpathkey.c120 attr = strcopy(attr, "PREROOT='");
135 attr = strcopy(attr, k);
144 attr = strcopy(attr, k);
153 attr = strcopy(attr, "' UNIVERSE='");
158 attr = strcopy(attr, k);
265 attr = strcopy(attr, k);
274 attr = strcopy(attr, " ATTRIBUTES='PREROOT UNIVERSE");
H A Dpathpath.c106 s = strcopy(path, s);
/ast/src/cmd/nmake/
H A Dconvert.c61 s = strcopy(buf, ">>>");
158 xp = strcopy(xp, val);
363 xp = strcopy(xp, val);
408 xp = strcopy(xp, "nodirectory");
429 xp = strcopy(xp, "nobase");
455 xp = strcopy(xp, "nosuffix");
502 xp = strcopy(xp, "! ");
588 xp = strcopy(xp, "bind");
596 xp = strcopy(xp, mp->name);
621 xp = strcopy(x
[all...]
/ast/src/lib/libcmd/
H A Dvmstate.c92 s = strcopy(s, "TRUST|");
95 s = strcopy(s, "TRACE|");
97 s = strcopy(s, "DBCHECK|");
99 s = strcopy(s, "DBABORT|");
/ast/src/lib/libpp/
H A Dppproto.c236 #define strcpy(t,f) strcopy(t,f)
279 strcopy(register char* s, register const char* t) function
293 p = strcopy(buf, "proto: ");
303 p = strcopy(p, proto->file);
308 p = strcopy(p, "line ");
312 p = strcopy(p, proto->file);
316 p = strcopy(p, msg);
326 p = strcopy(p, "warning: ");
327 p = strcopy(p, msg);
331 p = strcopy(
[all...]
/ast/src/cmd/INIT/
H A Dproto.c1405 strcopy __PARAM__((register char* s, register const char* t), (s, t)) __OTORP__(register char* s; register const char* t;){
1417 p = strcopy(buf, "proto: ");
1427 p = strcopy(p, proto->file);
1432 p = strcopy(p, "line ");
1436 p = strcopy(p, proto->file);
1440 p = strcopy(p, msg);
1450 p = strcopy(p, "warning: ");
1451 p = strcopy(p, msg);
1455 p = strcopy(p, arg);
1807 strcopy( pat
[all...]
/ast/src/cmd/mailx/
H A Dlocal.h166 extern char* strcopy(char*, const char*);
H A Dmain.c185 s = strcopy(op->name, s);
/ast/src/cmd/3d/
H A Dchdir3d.c76 state.pwdsize = strcopy(state.pwd, buf) - state.pwd;
H A Dlib_3d.h78 #define strcopy _3d_strcopy macro
H A Dpathnext.c73 strcopy(sp + vpathlen + 1, cp + 1);
96 strcopy(sp + vpathlen + 1, cp + shift + 1);
H A Dexecve3d.c115 tp = strcopy(ep, var_3d);
/ast/src/cmd/ksh93/edit/
H A Dcompletion.c396 out = strcopy(begin,path_basename(cp= *com++));
405 out = strcopy(begin,cp);
409 out = strcopy(begin,fmtx(*com));
413 out = strcopy(begin,*com++);
436 out = strcopy(begin,cp);
440 out = strcopy(begin,cp);
449 out = strcopy(begin,cp);
461 out = strcopy(out,fmtx(*com++));
482 out = strcopy(out,left);
570 cp = strcopy((cha
[all...]
/ast/src/lib/libjcl/
H A Duniq.c181 s = u->value = strcopy(u->name = (char*)(u + 1), name) + 1;
237 s = strcopy(u->name = (char*)(u + 1), name);
H A Dpath.c535 s = strcopy(mp->map = s, arg[1]);
537 s = strcopy(mp->tail = s + 1, tail);
/ast/src/lib/libdss/
H A Dcxcomp.c213 s = strcopy(s, "CALL");
216 s = strcopy(s, "DEL");
219 s = strcopy(s, "GET");
222 s = strcopy(s, "JMP");
225 s = strcopy(s, "LOG");
228 s = strcopy(s, "RET");
231 s = strcopy(s, code == CX_CAST ? "CAST" : (code & CX_X2) ? "==" : "SET");
234 s = strcopy(s, "END");
237 s = strcopy(s, "NUM");
240 s = strcopy(
[all...]
/ast/src/lib/libast/astsa/
H A Dast.h152 extern char* strcopy(char*, const char*);
/ast/src/lib/libast/misc/
H A Dglob.c745 pat = strcopy(ap->gl_begin, pattern + optlen);
747 pat = strcopy(pat, gp->gl_suffix);
770 strcopy(top->gl_path + gp->gl_extra, nocheck);
/ast/src/cmd/mailx/port/
H A Dmime.c276 x = strcopy(tta->value = cap->data, v) + 1;
284 x = strcopy(att->name = x, k) + 1;
285 x = strcopy(att->value = x, v) + 1;
/ast/src/lib/libast/port/
H A Dmnt.c119 s = strcopy(hp->mnt.options = hp->opt, type);
120 s = strcopy(s, ",ignorecase");
/ast/src/lib/libtksh/src/
H A Dlist.c55 newptr = strcopy(newptr, argv[i]) + 1;
/ast/src/cmd/ksh93/sh/
H A Dmain.c326 name = strcopy(shp->comdiv,name);
328 strcopy(name," \"$@\"");
/ast/src/lib/libast/include/
H A Dast.h323 extern char* strcopy(char*, const char*);

Completed in 40 milliseconds

12