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

/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c349 char *principal, *send_to, *emailid, *ends, *tm; local
367 for (send_to = buffer; *send_to && !isspace(*send_to);
368 send_to++);
370 /* find first non whitespace after principal (start of send_to) */
371 if (*send_to) {
372 *send_to = '\0';
373 send_to++;
374 while (*send_to
[all...]

Completed in 44 milliseconds