Searched refs:strecpy (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/top/
H A Ddisplay.c927 p = strecpy(base, thisline);
970 optr = strecpy(bufferline, newline);
1240 p = strecpy(p, format_k(num));
1243 p = strecpy(p, thisname+1);
1250 p = strecpy(p, rbuf);
1251 p = strecpy(p, thisname);
1255 p = strecpy(p, itoa(num));
1256 p = strecpy(p, thisname);
1263 p = strecpy(p, thisname);
H A Dutils.c144 * strecpy(to, from) - copy string "from" into "to" and return a pointer
148 char *strecpy(to, from) function
471 p = strecpy(p, itoa(amt));
503 p = strecpy(p, itoa((int)amt));
H A Dutils.h18 char *strecpy();
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1089 extern char * strecpy(char *, const char *, const char *);

Completed in 105 milliseconds