Searched refs:pub_id (Results 1 – 1 of 1) sorted by relevance
464 char *pub_id, *pub_element, *str, *next; in parse_pub_id() local466 next = pub_id = strdup(sysevent_get_pub(ev)); in parse_pub_id()470 free(pub_id); in parse_pub_id()476 free(pub_id); in parse_pub_id()591 char *pub_id; in sysevent_alloc_event() local617 pub_id = malloc(pub_sz); in sysevent_alloc_event()618 if (pub_id == NULL) { in sysevent_alloc_event()622 if (snprintf(pub_id, pub_sz, "%s:%s%s:%d", vendor, SE_USR_PUB, in sysevent_alloc_event()624 free(pub_id); in sysevent_alloc_event()628 pub_sz = strlen(pub_id) + 1; in sysevent_alloc_event()[all …]