Searched refs:mystpcpy (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c167 * |mystpcpy| - like |strcpy()| but returns the end of the buffer
173 char *mystpcpy(char *s1, const char *s2) function
220 if (events & POLLIN) s=mystpcpy(s, "POLLIN|");
221 if (events & POLLRDNORM) s=mystpcpy(s, "POLLRDNORM|");
222 if (events & POLLRDBAND) s=mystpcpy(s, "POLLRDBAND|");
223 if (events & POLLPRI) s=mystpcpy(s, "POLLPRI|");
224 if (events & POLLOUT) s=mystpcpy(s, "POLLOUT|");
225 if (events & POLLWRNORM) s=mystpcpy(s, "POLLWRNORM|");
226 if (events & POLLWRBAND) s=mystpcpy(s, "POLLWRBAND|");
227 if (events & POLLERR) s=mystpcpy(
[all...]
/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c76 static char *mystpcpy(char *, const char *);
223 currbuffp = mystpcpy(currbuffp, "set -o nounset\n");
231 currbuffp = mystpcpy(currbuffp, "exec 2>/dev/null\n");
234 currbuffp = mystpcpy(currbuffp, "exec 0</dev/null\n");
244 currbuffp = mystpcpy(currbuffp,
451 * |mystpcpy| - like |strcpy()| but returns the end of the buffer
459 mystpcpy(char *s1, const char *s2) function

Completed in 37 milliseconds