Searched refs:strcpy (Results 1 - 25 of 254) sorted by relevance

1234567891011

/ast/src/lib/libast/comp/
H A Dgetwd.c35 strcpy(path, "getwd: error in . or ..");
/ast/src/lib/libdll/
H A Ddlllook.c43 strcpy(buf + 1, name);
/ast/src/cmd/tests/sfio/
H A Dtlongdouble.c38 strcpy(str,s);
H A Dtstkpk.c33 strcpy(buf,"1234567890");
/ast/src/cmd/3d/
H A Drmdir3d.c58 strcpy(endpath, ep->d_name);
71 strcpy(endpath, ep->d_name);
120 strcpy(slast+1, state.opaque);
H A Dchdir3d.c64 strcpy(buf, state.pwd);
70 strcpy(sp, path);
H A Dopen3d.c57 strcpy(buf + dirlen + 4, cp);
82 strcpy(cp, "....");
92 strcpy(cp, state.opaque);
120 strcpy(buf + dirlen + namlen + 5, state.vdefault);
127 strcpy(buf + dirlen + namlen + 5, ep + 1);
298 strcpy(dp->path, sp);
/ast/src/lib/libast/path/
H A Dpathgetlink.c76 strcpy(buf, tmp);
90 strcpy(t - 1, univ_cond);
H A Dpathcanon.c115 strcpy(path, s);
171 strcpy(buf + dots, s - (*s != 0));
174 strcpy(p, buf);
180 strcpy(path, s);
196 strcpy(path, s);
H A Dpathpath.c74 strcpy(path, p);
83 strcpy(path, buf);
111 strcpy(s + 1, "bin");
H A Dpathexists.c83 strcpy(t->name, s);
109 strcpy(p->name, s);
H A Dpathshell.c94 strcpy(dir, s);
/ast/src/lib/libast/string/
H A Dfmtfs.c89 strcpy(buf, s);
93 strcpy(ip->name, s);
H A Dstrerror.c102 msg = strcpy(fmtbuf(strlen(msg) + 1), msg);
114 strcpy(t, s);
H A Dfmtgid.c96 strcpy(ip->name, name);
H A Dfmtuid.c96 strcpy(ip->name, name);
H A Dstruid.c104 strcpy(ip->name, name);
/ast/src/cmd/probe/
H A Dprobe.c372 strcpy(processor + strlen(processor), s);
393 strcpy(key, base);
394 strcpy(base, "../../");
395 strcpy(base + 6, probe);
403 strcpy(base, ".");
411 strcpy(base, probe);
418 strcpy(script, path);
419 strcpy(script + n, ".ini");
424 strcpy(base, key);
436 strcpy(ke
[all...]
/ast/src/lib/libtk/generic/
H A DtkFileFilter.c280 strcpy(globPtr->pattern+1, globList[i]);
285 strcpy(globPtr->pattern, "*.*");
294 strcpy(globPtr->pattern, "*.");
298 strcpy(globPtr->pattern, globList[i]);
302 strcpy(globPtr->pattern, globList[i]);
383 strcpy(filterPtr->name, name);
/ast/src/lib/libjcl/
H A Dsym.c66 strcpy(v->value = (char*)(v + 1) + n + 1, value);
87 strcpy(v->name, e);
/ast/src/cmd/dsslib/netflow/
H A Dflow-fixed.c101 strcpy(hdr.magic.name, MAGIC_NAME);
102 strcpy(hdr.magic.type, MAGIC_TYPE);
/ast/src/cmd/paxlib/calib/
H A Dcamap.c105 strcpy(header,MAPCHARS);
126 strcpy(&header[k],")\n");
/ast/src/cmd/cs/vcs_src/
H A Dvcs_replica.c32 strcpy(buf, rp);
36 strcpy(s, REPL_DIR);
/ast/src/lib/libcoshell/
H A Dcoexport.c59 strcpy(ex->name, name);
H A Dcosync.c119 strcpy(tmp, file);

Completed in 42 milliseconds

1234567891011