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

/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_send.c72 static char *rterm; /* Pointer to receipient's terminal */ variable
92 /* Set "rterm" to location where receipient's terminal will go. */
94 rterm = &rterminal[sizeof ("/dev/") - 1];
114 strncpy(rterm, &ubuf->ut_line[0],
154 if (*rterm == '\0')
176 extern char *rterm;
180 rterm);
183 rterm ? rterm : "");
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c82 static char *rterm, *receipient; /* Pointer to receipient's terminal & name */ variable
94 extern char *rterm, *receipient;
129 /* Set "rterm" to location where receipient's terminal will go. */
131 rterm = &rterminal[sizeof ("/dev/") - 1];
196 strlcpy(rterm, &ubuf->ut_line[0],
197 sizeof (rterminal) - (rterm - rterminal));
200 rterm[0] = '\0';
213 if (*rterm == '\0') {
214 strlcpy(rterm, &ubuf->ut_line[0],
215 sizeof (rterminal) - (rterm
[all...]

Completed in 46 milliseconds