Searched refs:strecpy (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/top/
H A Dutils.h18 char *strecpy();
H A Dutils.c143 * strecpy(to, from) - copy string "from" into "to" and return a pointer
147 char *strecpy(to, from) function
470 p = strecpy(p, itoa(amt));
502 p = strecpy(p, itoa((int)amt));
H A Ddisplay.c859 p = strecpy(base, thisline);
901 optr = strecpy(bufferline, newline);
1165 p = strecpy(p, format_k(num));
1168 p = strecpy(p, thisname+1);
1172 p = strecpy(p, itoa(num));
1173 p = strecpy(p, thisname);
1180 p = strecpy(p, thisname);
/freebsd-10.1-release/contrib/gcc/
H A Dsys-protos.h1089 extern char * strecpy(char *, const char *, const char *);

Completed in 52 milliseconds