Searched defs:strcopy (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/string/
H A Dstrcopy.c31 strcopy(register char* s, register const char* t) function
/ast/src/cmd/3d/
H A Dlib.c324 strcopy(register char* s, register const char* t) function
H A Dlib_3d.h78 #define strcopy _3d_strcopy macro
/ast/src/cmd/mailx/
H A Dlocal.c678 strcopy(register char* s, register const char* t) function
/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...]

Completed in 15 milliseconds