Lines Matching defs:p
58 printer_t *p = NULL;
74 *printer = p = calloc(1, sizeof (*p));
76 papiAttributeListAddString(&(p->attributes),
81 papiAttributeListAddString(&(p->attributes),
86 if ((p = *printer) != NULL)
87 papiAttributeListAddBoolean(&(p->attributes),
131 printer_t *p = printer;
133 if (p == NULL)
136 return (p->attributes);
142 printer_t *p = printer;
144 if (p != NULL) {
145 if (p->attributes != NULL)
146 papiAttributeListFree(p->attributes);
147 free(p);