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

/illumos-gate/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...]
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c78 * |mystpcpy| - like |strcpy()| but returns the end of the buffer
86 mystpcpy(char *s1, const char *s2) function
219 currbuffp = mystpcpy(currbuffp, "set -o nounset\n");
227 currbuffp = mystpcpy(currbuffp, "exec 2>/dev/null\n");
230 currbuffp = mystpcpy(currbuffp, "exec 0</dev/null\n");
240 currbuffp = mystpcpy(currbuffp,

Completed in 74 milliseconds