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

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrcopy.c31 strcopy(register char* s, register const char* t) function
/illumos-gate/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) function
263 p = strcopy(buf, "proto: ");
273 p = strcopy(p, proto->file);
278 p = strcopy(p, "line ");
282 p = strcopy(p, proto->file);
286 p = strcopy(p, msg);
296 p = strcopy(p, "warning: ");
297 p = strcopy(p, msg);
301 p = strcopy(
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c223 static char *strcopy(
2048 p = strcopy(disk_name, inquiry->inq_vid,
2051 p = strcopy(p, inquiry->inq_pid, sizeof (inquiry->inq_pid));
2053 p = strcopy(p, inquiry->inq_revision,
2066 strcopy( function
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h324 #undef strcopy macro
325 #define strcopy _ast_strcopy macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h303 #undef strcopy macro
304 #define strcopy _ast_strcopy macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h324 #undef strcopy macro
325 #define strcopy _ast_strcopy macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h303 #undef strcopy macro
304 #define strcopy _ast_strcopy macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h324 #undef strcopy macro
325 #define strcopy _ast_strcopy macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h303 #undef strcopy macro
304 #define strcopy _ast_strcopy macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h324 #undef strcopy macro
325 #define strcopy _ast_strcopy macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h303 #undef strcopy macro
304 #define strcopy _ast_strcopy macro
/illumos-gate/usr/src/cmd/ed/
H A Ded.c285 static void strcopy(char *source, char *dest);
3047 strcopy(scan, tabvect);
3082 /* strcopy: copy source to destination */
3086 strcopy(char *source, char *dest) function

Completed in 110 milliseconds