Lines Matching refs:errp
35 %parse-param {char **errp}
53 static void yyerror(void *scanner, char **errp, struct nl_list_head *root, const char *msg)
56 *errp = strdup(msg);
58 *errp = NULL;
191 *errp = strdup("Unable to allocate ematch object");
206 *errp = strdup("Unable to allocate ematch object");
224 *errp = strdup("Unable to allocate ematch object");
251 *errp = strdup("Unable to allocate ematch object");
270 *errp = strdup("Unable to allocate ematch object");
422 if (asprintf(errp, "invalid pattern \"%s\"", $1) == -1)
423 *errp = NULL;
439 if (asprintf(errp, "Packet location \"%s\" not found", $1) == -1)
440 *errp = NULL;
452 *errp = strdup("mask only allowed for alignments u8|u16|u32");
457 *errp = strdup("Unable to allocate packet location object");