Lines Matching defs:id_len
65 size_t id_len, str_len, id_off, str_off, ids_top, strs_top;
123 id_len = 0;
126 id_len += m[i].id_len;
129 ids = (char *)Xmalloc(id_len);
139 strs_top = ids_top + id_len;
150 id_tbl[i].len = m[i].id_len - 1;
154 (void) memcpy(ids + id_off, m[i].id, m[i].id_len);
156 id_off += m[i].id_len;
181 (void) fwrite(ids, id_len, 1, out);