Lines Matching defs:recipient
51 const char *recipient;
114 z_triple(const char *class, const char *inst, const char *recipient)
116 if (!*recipient)
117 recipient = "*";
118 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
159 NULL, /* recipient */
203 PARSE_FIELD_STR(z.recipient);
336 if (!*z.recipient)
337 z.recipient = "*";
339 ZEPHYR_PRINT(" to ", z_triple(z.class, z.inst, z.recipient));