Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/archival/
Drpm.c76 uint32_t tag; /* 4 byte tag */ member
127 rpm_index *tag = &tags[idx]; in rpm_gettags() local
128 tag->tag = ntohl(tag->tag); in rpm_gettags()
129 tag->type = ntohl(tag->type); in rpm_gettags()
130 tag->count = ntohl(tag->count); in rpm_gettags()
131 tag->offset = storepos + ntohl(tag->offset); in rpm_gettags()
133 tag->tag -= 743; in rpm_gettags()
159 int *tag = (int *)key; in bsearch_rpmtag() local
161 return (*tag - tmp->tag); in bsearch_rpmtag()
164 static char *rpm_getstr(int tag, int itemindex) in rpm_getstr() argument
[all …]
/busybox-1.35.0/util-linux/volume_id/
Dudf.c39 } PACKED tag; member
135 type = le16_to_cpu(vd->tag.id); in volume_id_probe_udf()
150 type = le16_to_cpu(vd->tag.id); in volume_id_probe_udf()
156 if (le32_to_cpu(vd->tag.location) != loc + b) in volume_id_probe_udf()