Lines Matching defs:p
121 printer_t *p = NULL;
123 if ((p = calloc(1, sizeof (*p))) == NULL)
126 copy_attributes(&p->attributes, op);
128 list_append(printers, p);
143 printer_t *p = NULL;
154 if ((*printer = p = calloc(1, sizeof (*p))) == NULL)
178 copy_attributes(&p->attributes, op);
273 printer_t *p = NULL;
284 if ((*printer = p = calloc(1, sizeof (*p))) == NULL)
303 copy_attributes(&p->attributes, op);
424 printer_t *p = printer;
426 if (p != NULL)
427 result = p->attributes;