Home | History | Annotate | Download | only in libintl

Lines Matching defs:tag

45 	const char *tag;
50 #define T_(tag) { #tag, tag, sizeof (tag)-1 }
212 cmp_sysdep_tag(const void *tag, const void *elem)
216 return strcmp(tag, pair->tag);
220 __intl_sysdep_get_string_by_tag(const char *tag, size_t *rlen)
224 found = bsearch(tag, sysdep_pair_table, numof(sysdep_pair_table),