Searched refs:name_len (Results 1 – 2 of 2) sorted by relevance
/locale/programs/ |
A D | localedef.c | 183 static char *normalize_codeset (const char *codeset, size_t name_len); 572 normalize_codeset (const char *codeset, size_t name_len) in normalize_codeset() argument 581 for (cnt = 0; cnt < name_len; ++cnt) in normalize_codeset() 600 for (cnt = 0; cnt < name_len; ++cnt) in normalize_codeset()
|
A D | locarchive.c | 706 const char *name, size_t name_len, bool replace) in insert_name() argument 715 uint32_t hval = archive_hashval (name, name_len); in insert_name() 771 const size_t name_len = strlen (alias); in add_alias() local 781 if (GET (head->string_used) + name_len + 1 > GET (head->string_size) in add_alias() 802 alias, name_len + 1); in add_alias() 805 INC (head->string_used, name_len + 1); in add_alias() 844 size_t name_len = strlen (name); in add_locale() local 978 namehashent = insert_name (ah, name, name_len, replace); in add_locale() 987 || (GET (head->string_used) + name_len + 1 in add_locale() 1082 name, name_len + 1); in add_locale() [all …]
|
Completed in 8 milliseconds