Lines Matching refs:str
111 (*d)->size = offsetof(struct kdbus_item, str) + length + 1;
113 memcpy((*d)->str, s, length + 1);
320 sz += ALIGN8(offsetof(struct kdbus_item, str) + dl + 1);
501 seclabel = d->str;
685 m->creds.comm = d->str;
690 m->creds.tid_comm = d->str;
695 m->creds.exe = d->str;
700 m->creds.cmdline = d->str;
706 m->creds.cgroup = d->str;
736 if (!service_name_is_valid(d->str)) {
741 destination = d->str;
774 m->creds.description = d->str;
943 ALIGN8(offsetof(struct kdbus_item, str) + m + 1);
953 sz += ALIGN8(offsetof(struct kdbus_item, str) + l + 1);
965 item->size = offsetof(struct kdbus_item, str) + m + 1;
967 memcpy(item->str, name, m + 1);
987 item->size = offsetof(struct kdbus_item, str) + l + 1;
989 memcpy(item->str, b->fake_label, l+1);
1605 ALIGN8(offsetof(struct kdbus_item, str) + DECIMAL_STR_MAX(uid_t) + 1 + l + 1),
1632 sprintf(n->str, UID_FMT "-%s", getuid(), name);
1633 n->size = offsetof(struct kdbus_item, str) + strlen(n->str) + 1;
1652 p = strjoin("/sys/fs/kdbus/", n->str, "/bus", NULL);
1708 ALIGN8(offsetof(struct kdbus_item, str) + DECIMAL_STR_MAX(uid_t) + 1 + strlen(ep_name) + 1),
1714 sprintf(n->str, UID_FMT "-%s", getuid(), ep_name);
1715 n->size = offsetof(struct kdbus_item, str) + strlen(n->str) + 1;
1718 name = n->str;
1813 r = free_and_strdup(&n, item->str);