Lines Matching refs:name

77   const char *name;  member
101 const char *name; member
156 const char *name; member
324 newp->name = string; in make_seclist_elem()
334 const uint32_t *wcs, const char *name, size_t namelen, in new_element() argument
341 newp->name = name == NULL ? NULL : obstack_copy0 (&collate->mempool, in new_element()
342 name, namelen); in new_element()
401 new_symbol (struct locale_collate_t *collate, const char *name, size_t len) in new_symbol() argument
407 newp->name = obstack_copy0 (&collate->mempool, name, len); in new_symbol()
1109 if ((startp != NULL && (startp->name == NULL || ! startp->is_character)) in handle_ellipsis()
1110 || (endp != NULL && (endp->name == NULL|| ! endp->is_character))) in handle_ellipsis()
1201 assert (seq->name != NULL); in handle_ellipsis()
1202 namelen = strlen (seq->name); in handle_ellipsis()
1205 seq->ucs4 = repertoire_find_value (repertoire, seq->name, in handle_ellipsis()
1212 if (find_entry (&collate->seq_table, seq->name, namelen, in handle_ellipsis()
1220 ? NULL : wcs, seq->name, in handle_ellipsis()
1224 if (insert_entry (&collate->seq_table, seq->name, in handle_ellipsis()
1239 (int) namelen, seq->name, in handle_ellipsis()
1318 size_t lenfrom = strlen (startp->name); in handle_ellipsis()
1319 size_t lento = strlen (endp->name); in handle_ellipsis()
1332 startp->name, (int) lento, endp->name); in handle_ellipsis()
1336 while (startp->name[preflen] == endp->name[preflen]) in handle_ellipsis()
1337 if (startp->name[preflen] == '\0') in handle_ellipsis()
1346 from = strtol (startp->name + preflen, &cp, base); in handle_ellipsis()
1351 to = strtol (endp->name + preflen, &cp, base); in handle_ellipsis()
1356 memcpy (buf, startp->name, preflen); in handle_ellipsis()
1387 if (elem->name == NULL) in handle_ellipsis()
1616 runp->weights[i].w[j]->name); in collate_finish()
1692 symbol `%s' has the same encoding as"), (*eptr)->name); in collate_finish()
1695 _("symbol `%s'"), runp->name); in collate_finish()
1797 symbol `%s' has the same encoding as"), (*eptr)->name); in collate_finish()
1800 _("symbol `%s'"), runp->name); in collate_finish()
2448 uint32_t namelen = strlen (runp->name); in collate_output()
2449 uint32_t hash = elem_hash (runp->name, namelen); in collate_output()
2476 obstack_grow (&extrapool, runp->name, namelen); in collate_output()
2759 if (strcmp (known->name, arg->val.str.startmb) == 0) in collate_read()
3088 char *name; in collate_read() local
3091 if (strncmp (runp->name, arg->val.str.startmb, in collate_read()
3093 && runp->name[arg->val.str.lenmb] == '\0') in collate_read()
3101 runp->name); in collate_read()
3107 name = (char *) xmalloc (arg->val.str.lenmb + 1); in collate_read()
3108 memcpy (name, arg->val.str.startmb, arg->val.str.lenmb); in collate_read()
3109 name[arg->val.str.lenmb] = '\0'; in collate_read()
3110 runp->name = name; in collate_read()
3140 && (sp->name == NULL in collate_read()
3141 || strncmp (sp->name, arg->val.str.startmb, in collate_read()
3143 || sp->name[arg->val.str.lenmb] != '\0')) in collate_read()
3179 "LC_COLLATE", sp->name); in collate_read()
3448 if (runp->name != NULL in collate_read()
3449 && strlen (runp->name) == arg->val.str.lenmb in collate_read()
3450 && memcmp (runp->name, arg->val.str.startmb, in collate_read()
3652 if (runp->name != NULL in collate_read()
3653 && strlen (runp->name) == symlen in collate_read()
3654 && memcmp (runp->name, symstr, symlen) == 0) in collate_read()