Searched refs:mystpcpy (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | poll_solaris.c | 173 char *mystpcpy(char *s1, const char *s2) in mystpcpy() function 220 if (events & POLLIN) s=mystpcpy(s, "POLLIN|"); in poll_eventstostr() 221 if (events & POLLRDNORM) s=mystpcpy(s, "POLLRDNORM|"); in poll_eventstostr() 222 if (events & POLLRDBAND) s=mystpcpy(s, "POLLRDBAND|"); in poll_eventstostr() 223 if (events & POLLPRI) s=mystpcpy(s, "POLLPRI|"); in poll_eventstostr() 224 if (events & POLLOUT) s=mystpcpy(s, "POLLOUT|"); in poll_eventstostr() 225 if (events & POLLWRNORM) s=mystpcpy(s, "POLLWRNORM|"); in poll_eventstostr() 226 if (events & POLLWRBAND) s=mystpcpy(s, "POLLWRBAND|"); in poll_eventstostr() 227 if (events & POLLERR) s=mystpcpy(s, "POLLERR|"); in poll_eventstostr() 228 if (events & POLLHUP) s=mystpcpy(s, "POLLHUP|"); in poll_eventstostr() [all …]
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 86 mystpcpy(char *s1, const char *s2) in mystpcpy() function 219 currbuffp = mystpcpy(currbuffp, "set -o nounset\n"); in wordexp() 227 currbuffp = mystpcpy(currbuffp, "exec 2>/dev/null\n"); in wordexp() 230 currbuffp = mystpcpy(currbuffp, "exec 0</dev/null\n"); in wordexp() 240 currbuffp = mystpcpy(currbuffp, in wordexp()
|