apd_alloc
apd_t *apd_alloc(const char *, cfga_flags_t, char **,
if ((a = apd_alloc(ap_id, flags, errstring, msgp, confp)) == NULL)
if ((a = apd_alloc(ap_id, flags, errstring, msgp, NULL)) == NULL)
if ((a = apd_alloc(ap_id, flags, errstring, NULL, NULL)) == NULL)
if ((a = apd_alloc(ap_id, flags, errstring, msgp, confp)) == NULL)