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

/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c78 char *where_to; member in struct:config_entry_s
557 config_entry->where_to = strdup(send_to);
558 if (config_entry->where_to == NULL)
907 printf("checklist: where_to=%s\n",
908 ce->where_to ?
909 ce->where_to : "null");
1015 if (strncmp(ce->where_to,
1047 } else if (strncmp(ce->where_to,
1054 } else if (send_msg && strncmp(ce->where_to,
1061 } else if (strncmp(ce->where_to,
[all...]

Completed in 58 milliseconds