/ast/src/lib/libast/string/ |
H A D | strcopy.c | 31 strcopy(register char* s, register const char* t) function
|
/ast/src/lib/libast/preroot/ |
H A D | realopen.c | 39 strcopy(strcopy(buf, PR_REAL), path);
|
/ast/src/lib/libast/path/ |
H A D | pathkey.c | 120 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 D | pathpath.c | 106 s = strcopy(path, s);
|
/ast/src/cmd/nmake/ |
H A D | convert.c | 61 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 D | vmstate.c | 92 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 D | ppproto.c | 236 #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 D | proto.c | 1405 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 D | local.h | 166 extern char* strcopy(char*, const char*);
|
H A D | main.c | 185 s = strcopy(op->name, s);
|
/ast/src/cmd/3d/ |
H A D | chdir3d.c | 76 state.pwdsize = strcopy(state.pwd, buf) - state.pwd;
|
H A D | lib_3d.h | 78 #define strcopy _3d_strcopy macro
|
H A D | pathnext.c | 73 strcopy(sp + vpathlen + 1, cp + 1); 96 strcopy(sp + vpathlen + 1, cp + shift + 1);
|
H A D | execve3d.c | 115 tp = strcopy(ep, var_3d);
|
/ast/src/cmd/ksh93/edit/ |
H A D | completion.c | 396 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 D | uniq.c | 181 s = u->value = strcopy(u->name = (char*)(u + 1), name) + 1; 237 s = strcopy(u->name = (char*)(u + 1), name);
|
H A D | path.c | 535 s = strcopy(mp->map = s, arg[1]); 537 s = strcopy(mp->tail = s + 1, tail);
|
/ast/src/lib/libdss/ |
H A D | cxcomp.c | 213 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 D | ast.h | 152 extern char* strcopy(char*, const char*);
|
/ast/src/lib/libast/misc/ |
H A D | glob.c | 745 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 D | mime.c | 276 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 D | mnt.c | 119 s = strcopy(hp->mnt.options = hp->opt, type); 120 s = strcopy(s, ",ignorecase");
|
/ast/src/lib/libtksh/src/ |
H A D | list.c | 55 newptr = strcopy(newptr, argv[i]) + 1;
|
/ast/src/cmd/ksh93/sh/ |
H A D | main.c | 326 name = strcopy(shp->comdiv,name); 328 strcopy(name," \"$@\"");
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 323 extern char* strcopy(char*, const char*);
|