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

/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_send.c71 static FILE *fp; /* File pointer for receipient's terminal */
72 static char *rterm; /* Pointer to receipient's terminal */
75 warn_send(char *receipient, char *msg) argument
92 /* Set "rterm" to location where receipient's terminal will go. */
100 rcp1 = strdup(receipient);
117 /* Try to open up the line to the receipient's terminal. */
125 /* <EOT> message to receipient. */
141 /* Since "end of file" received, send <EOT> message to receipient. */
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c81 static FILE *fp; /* File pointer for receipient's terminal */
82 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. */
141 receipient = *++argv;
187 if (strncmp(receipient, &ubuf->ut_user[0],
227 receipient, rterm);
243 receipient, rterm);
290 receipient, termina
[all...]

Completed in 66 milliseconds